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

# AI Coding Tools

> Choose an Ambient, Form filling, Dictation, Patient Summary, streaming, or webhook integration, then point your coding agent at the matching skill and documentation MCP

AI coding tools can use Suki developer documentation through product skills, the documentation MCP server, and page indexes such as `llms.txt`. Choose the integration you are building, copy the matching prompt into your coding agent, then connect the [Documentation MCP](/documentation/references/mcp) so the agent can search guides and API reference while you work.

Obtain credentials through [Partner onboarding](/documentation/get-started/partner-onboarding) before you run generated demos. For Copy page, open-in-AI actions, and other options on every docs page, refer to [AI-optimized documentation](/documentation/references/ai-optimized-documentation).

<Note>
  Skills are available for Ambient, Form filling, Dictation, Patient Summary, Audio streaming, and Webhooks. Install every published skill with `npx skills add https://developer.suki.ai`, or fetch one skill URL from the prompts below.
</Note>

## Choose an integration

<Tabs>
  <Tab title="Ambient">
    <Prompt description="Fetch the Ambient skill and connect the documentation MCP." icon="waveform" iconType="regular" actions={["copy", "cursor"]}>
      Build ambient clinical documentation with Suki for Partners.

      Fetch the Ambient skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-ambient/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-ambient/SKILL.md)

      Use partner credentials from Suki partner onboarding:
      [https://developer.suki.ai/documentation/get-started/partner-onboarding](https://developer.suki.ai/documentation/get-started/partner-onboarding)

      Connect the documentation MCP for page search:
      [https://developer.suki.ai/documentation/references/mcp](https://developer.suki.ai/documentation/references/mcp)
    </Prompt>
  </Tab>

  <Tab title="Form Filling">
    <Prompt description="Fetch the Form filling skill and connect the documentation MCP." icon="file-lines" iconType="regular" actions={["copy", "cursor"]}>
      Build Form filling with Suki for Partners.

      Fetch the Form filling skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-form-filling/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-form-filling/SKILL.md)

      Use partner credentials from Suki partner onboarding, and obtain medical form template IDs from Suki:
      [https://developer.suki.ai/documentation/get-started/partner-onboarding](https://developer.suki.ai/documentation/get-started/partner-onboarding)

      Connect the documentation MCP for page search:
      [https://developer.suki.ai/documentation/references/mcp](https://developer.suki.ai/documentation/references/mcp)
    </Prompt>
  </Tab>

  <Tab title="Dictation">
    <Prompt description="Fetch the Dictation skill and connect the documentation MCP." icon="microphone" iconType="regular" actions={["copy", "cursor"]}>
      Build clinical dictation with Suki for Partners.

      Fetch the Dictation skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-dictation/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-dictation/SKILL.md)

      Use partner credentials from Suki partner onboarding:
      [https://developer.suki.ai/documentation/get-started/partner-onboarding](https://developer.suki.ai/documentation/get-started/partner-onboarding)

      Connect the documentation MCP for page search:
      [https://developer.suki.ai/documentation/references/mcp](https://developer.suki.ai/documentation/references/mcp)
    </Prompt>
  </Tab>

  <Tab title="Patient Summary">
    <Prompt description="Fetch the Patient Summary skill and connect the documentation MCP." icon="list-check" iconType="regular" actions={["copy", "cursor"]}>
      Build Patient Summary with Suki for Partners.

      Fetch the Patient Summary skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-patient-summary/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-patient-summary/SKILL.md)

      Use partner credentials from Suki partner onboarding. CKG FHIR upload also requires an RS256 SDP JWT:
      [https://developer.suki.ai/documentation/get-started/partner-onboarding](https://developer.suki.ai/documentation/get-started/partner-onboarding)

      Connect the documentation MCP for page search:
      [https://developer.suki.ai/documentation/references/mcp](https://developer.suki.ai/documentation/references/mcp)
    </Prompt>
  </Tab>

  <Tab title="Audio Streaming">
    <Prompt description="Fetch the audio streaming skill and connect the documentation MCP." icon="waveform" iconType="regular" actions={["copy", "cursor"]}>
      Implement or debug Suki Partner audio streaming over WebSocket.

      Fetch the audio streaming skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-audio-streaming/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-audio-streaming/SKILL.md)

      Also load the product skill for the session you are streaming (Ambient, Form filling, or Dictation):
      [https://developer.suki.ai/.well-known/agent-skills/index.json](https://developer.suki.ai/.well-known/agent-skills/index.json)

      Connect the documentation MCP for page search:
      [https://developer.suki.ai/documentation/references/mcp](https://developer.suki.ai/documentation/references/mcp)
    </Prompt>
  </Tab>

  <Tab title="Webhooks">
    <Prompt description="Fetch the webhooks skill and connect the documentation MCP." icon="bell" iconType="regular" actions={["copy", "cursor"]}>
      Build a Suki partner webhook receiver.

      Fetch the webhooks skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-webhooks/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-webhooks/SKILL.md)

      Configure your HTTPS callback URL during partner onboarding:
      [https://developer.suki.ai/documentation/webhook/configuration](https://developer.suki.ai/documentation/webhook/configuration)

      Connect the documentation MCP for page search:
      [https://developer.suki.ai/documentation/references/mcp](https://developer.suki.ai/documentation/references/mcp)
    </Prompt>
  </Tab>
</Tabs>

## Install skills

From your project:

```bash theme={"theme":{"light":"github-dark","dark":"material-theme-darker"}}
npx skills add https://developer.suki.ai
```

Use the discovery index when an agent needs to list every published skill:

* [Agent skills index](https://developer.suki.ai/.well-known/agent-skills/index.json)
* Platform router skill: [suki-platform](https://developer.suki.ai/.well-known/agent-skills/suki-platform/SKILL.md)

## Page indexes and MCP

| Resource            | URL                                                              | Use when                                                            |
| ------------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------- |
| Documentation index | [`llms.txt`](https://developer.suki.ai/llms.txt)                 | You need a list of documentation pages with titles and descriptions |
| Full documentation  | [`llms-full.txt`](https://developer.suki.ai/llms-full.txt)       | Your question spans many products and a full dump is acceptable     |
| Documentation MCP   | [`https://developer.suki.ai/mcp`](https://developer.suki.ai/mcp) | You want ongoing search and get-page access in your editor          |

For MCP editor setup, refer to [Documentation MCP](/documentation/references/mcp). For the contextual menu on every page, refer to [AI-optimized documentation](/documentation/references/ai-optimized-documentation).

## Next steps

<Icon icon="file-lines" iconType="solid" /> Refer to [Documentation MCP](/documentation/references/mcp) for Cursor, VS Code, and CLI setup.

<Icon icon="file-lines" iconType="solid" /> Refer to [AI-optimized documentation](/documentation/references/ai-optimized-documentation) for Copy page and open-in-AI options.

<Icon icon="file-lines" iconType="solid" /> Refer to [Partner onboarding](/documentation/get-started/partner-onboarding) for credentials.
