Skip to main content
Tiro gives you three ways to use your notes and wiki from outside the app: API, MCP, and CLI. The API is for programmatic integration (fetch notes, process audio, receive webhooks), MCP connects Tiro as context to AI agents like Claude, and the CLI is for the terminal and automation scripts. All three are included on every plan at no extra cost. Connection steps and token setup are in the developer docs.

Tiro API

Use the API to fetch and search notes, process audio files, and integrate with webhooks programmatically. → See the API developer docs for authentication, API key issuance, endpoints, and webhook events.

Tiro MCP

Use MCP to bring Tiro notes and wiki straight into AI agents that support the Model Context Protocol, such as Claude. Ask an agent to “Summarize this week’s meetings” and get an answer right away. To connect Claude (browser or desktop app) or ChatGPT, follow the step-by-step walkthrough with screenshots in Connect Tiro to AI. → For developer tools such as Claude Code, Codex, and Cursor, and the tool reference, see Client setup and the MCP tool reference in the developer docs.

Tiro CLI

Use the CLI to search Tiro notes and download transcripts from your terminal. It is useful for automation scripts and CI environments where you cannot connect an MCP server. → See how to install and use the CLI in the developer docs.

Frequently asked questions

Can anyone use it?

Yes. It’s available on every plan, and it doesn’t matter how you signed in. Whether you signed up with Google, Apple, Microsoft, email and password, or Enterprise SSO, you can use the API, MCP, and CLI the same way. Authentication runs on an API key or token that’s separate from your sign-in method.

Where do I issue API keys?

If you have a Tiro account, issue an account API key from the API keys screen at platform.tiro.ooo/me/api-keys. There’s no requirement to be on a particular plan or higher. The account API key acts with your permissions across every workspace you can currently access. A shared workspace key is issued when you have key-issuing permission in that workspace. On the web, click [Developer Center] under the [Developers] group at the bottom of the settings sidebar to open it in a new tab. In the desktop app, enter platform.tiro.ooo in your browser’s address bar to go straight there.

Is there an extra charge?

No. The Tiro API, MCP, and CLI carry no extra charge. Tiro pricing is based on speech-to-text (STT) processing and heavy AI (LLM) usage, and the API, MCP, and CLI only read and search notes and transcripts that already exist; they don’t trigger new STT or AI generation. There’s a rate limit to prevent excessive calls, and if you go over it, wait a moment and try again.
If APIs for file upload or live recording are added later, those features can trigger STT and AI usage, so they’ll be announced separately and may incur charges.
For more details on API key issuance, authentication, and rate limits, see the developer docs.
Related pages: Wiki · Ask Tiro · Connect Tiro to AI