> ## Documentation Index
> Fetch the complete documentation index at: https://docs.telepatia.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Prompts

> Drop-into-Cursor/Claude/Copilot prompts for every Scribe endpoint, plus the Postman collections.

Two ways to integrate Scribe from inside an AI coding assistant.

<CardGroup cols={2}>
  <Card title="Prompt per endpoint" icon="sparkles" href="/scribe-api/prompts/login">
    One MDX page per operation. Copy the prompt block, paste into Cursor/Claude/Copilot, and the assistant generates a typed integration.
  </Card>

  <Card title="Postman" icon="rocket" href="/scribe-api/synapse-doctor.postman_collection.json">
    Doctor collection. Institutional collection lives [here](/scribe-api/synapse-institutional.postman_collection.json).
  </Card>
</CardGroup>

## How the prompts work

Each prompt page is auto-generated from the same OpenAPI spec that powers
the Doctor and Institutional API tabs, so prompts never drift from the
production contract. They include:

* The full request/response schema
* The canonical error envelope and the status codes the endpoint can return
* A ready-to-run `curl` example

Browse them in the sidebar under **Doctor** and **Institutional**.
