This guide uses AI coding agents to build applications on the Corti API. If instead you want to use Corti Models as the backend for your coding agent (OpenCode, ForgeCode, Crush, or Pi), see Use Corti Models in your coding agent.
Connect the Corti MCP (recommended)
Add Then just prompt your agent, for example:
https://docs.corti.ai/mcp as an MCP server. Your agent can then browse Corti’s skills, SDK reference, and guides on its own and pull in whatever’s relevant to what you ask for — no need to hand it a specific skill URL.This is the Corti documentation MCP server. It’s unrelated to the MCP servers and connectors a Corti Agentic Framework app calls at runtime — see Connectors for that.
- Claude Code
- Cursor
- Codex
Prompt
Lovable doesn’t support connecting MCP servers yet. Use the skill-based prompts in the next step instead.
Pick a use case and prompt your coding agent
Use this if your tool doesn’t support MCP yet (like Lovable), or if you’d rather point your agent at one specific skill instead of connecting the full MCP server. Each prompt points your agent at a self-contained Corti skill — a single Markdown file with everything the agent needs to scaffold, wire auth, and run a working demo end-to-end.
- Dictation app
- Ambient scribe
- Medical coding app
- Chat assistant
Prompt
Deeplinks open Claude Code, Cursor, or Codex with the prompt pre-filled. If a deeplink doesn’t launch (the app isn’t installed, or your browser blocks custom schemes), copy the prompt above and paste it into your tool directly.
Copy credentials into your app
Your agent will ask you to add Corti credentials. Grab them from the Corti Console’s Developer Quickstart — it has a one-click “Copy all as .env variables” action.
Open the Developer Quickstart in the Corti Console
Sign in, then under Default client → Copy all as .env variables.
Other languages or custom integrations
The four skills above cover the most common use cases against the official JavaScript SDK (@corti/sdk) and the Corti Agentic Framework. For Python, Go, Ruby, or anything that doesn’t fit the four skills, point your agent at the machine-readable docs and let it build from there.
llms.txt
Concise API reference optimized for LLM context windows. Best for quick lookups and targeted code generation.
llms-full.txt
Complete documentation — guides, examples, and full specifications. Use when you need the whole picture.
Next steps
API Reference
Browse the full Corti API with interactive examples.
JavaScript SDK
SDK reference — what the skills build on under the hood.
Agentic Framework
Multi-expert orchestration, MCP servers, and the agent runtime.
Use Corti Models in your coding agent
Point OpenCode, ForgeCode, Crush, or Pi at Corti Models with the Corti CLI.
Example code
Reference implementations for transcription, ambient, coding, and agents.
AI-generated code should always be reviewed and tested before use in production. Human oversight ensures correctness, security, and compliance with applicable regulations.