Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Corti Agentic Framework ships with a registry of prebuilt Experts that the Orchestrator can compose into multi-step clinical workflows. Each Expert is a discrete capability, ranging from in-context memory recall, to clinical reference lookup, to medical coding, to structured interviewing. Browse the list below to see what is available out of the box. You can also bring your own Expert by exposing an MCP server and registering it with Corti.
Want to inspect the live registry programmatically? Use the Expert Registry API endpoint to retrieve the full list of available experts, their descriptions, and configuration schemas.

Core toolbox

These experts are foundational to most agent workflows and should be available to the Orchestrator by default.

Memory

Recall and analyze content from large contexts and files within a single request. Core toolbox expert — keep available across most workflows.

Knowledge & clinical reference

POSOS

Get medication guidance including dosing, interactions, contraindications, and prescribing considerations from POSOS.

DrugBank

Look up detailed drug information, medication profiles, and drug-drug interactions from DrugBank.

PubMed

Search PubMed for scientific articles, abstracts, and citations from biomedical literature.

Clinical Trials

Search for clinical trials, study protocols, eligibility criteria, and recruitment status.

Web Search

Search the web and retrieve up-to-date information from online sources.

Medical coding

Medical Coding (General)

Assign medical diagnosis and procedure codes from clinical notes using AI-assisted coding across all supported coding systems.

Medical Coding (ICD-10-CM)

Assign ICD-10-CM diagnosis codes (US standard) from clinical notes.

Medical Coding (ICD-10 WHO)

Assign ICD-10-WHO international diagnosis codes from clinical notes.

Medical Coding (ICD-10-PCS)

Assign ICD-10-PCS inpatient procedure codes (US standard) from clinical notes.

Medical Coding (ICD-10 UK)

Assign ICD-10-UK diagnosis codes (UK standard) from clinical notes.

Computation & structured workflows

Medical Calculator

Perform clinical calculations such as BMI, HbA1c, glucose conversions, and other medical formulas.

Interviewing

Guide users through structured questionnaires and clinical interviews step by step.
Need an Expert that isn’t listed here? You can register your own MCP server as a custom Expert, or contact us to discuss new integrations.