Skip to main content
These docs are built to be read by AI coding assistants (Claude Code, Cursor, Copilot, ChatGPT, …) as easily as by you. This page covers the machine-readable endpoints, the docs MCP server, and copy-paste prompts for the common integration jobs.

AI-readable docs

Every page on this site is available as plain markdown, plus two index files: You can also use the contextual menu on any page (top-right of the page body) to copy it as markdown or open it directly in ChatGPT or Claude.

Docs MCP server

The documentation is exposed as an MCP server at https://docs.qirtaas.io/mcp, giving your assistant a search tool over these docs. To add it to Claude Code:
For Cursor or VS Code, use the contextual menu on any docs page — it installs the MCP server with one click.

Integration prompts

Paste one of these into your coding assistant, in your project’s repo. Each prompt points the assistant at the exact docs it needs; it will adapt the steps to your framework and backend.

Set up the editor

The Quickstart, as a prompt — token endpoint plus a mounted editor:

Add a notes feature

Full create / list / edit / delete on top of the setup above (the document creation and reading tutorials):

Gate reads behind your access control

Let other signed-in users read documents when your app allows it (the access control tutorial):

Teach your own repo about Qirtaas

If Qirtaas is a permanent part of your app, add this to your repo’s AGENTS.md (or CLAUDE.md) so every future AI session gets it right without being told: