> ## 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 Tool Skills

> Choose a workflow, SDK, or Partner API skill for Ambient, Form filling, Dictation, Patient Summary, streaming, or webhooks, then connect the 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 cover workflows (Ambient, Form filling, Dictation, Patient Summary, Audio streaming, Webhooks), SDKs (Web SDK, Headless Web SDK, Mobile SDK, Dictation SDK, Form filling SDK), and Partner APIs (Ambient API, Form filling API, Dictation API). Install every published skill with `npx skills add https://developer.suki.ai`, or fetch one skill URL from the prompts below.
</Note>

## Choose a workflow

**Skill tabs (agents):** each tab has a copyable prompt. Skill URLs:

* Ambient: `https://developer.suki.ai/.well-known/agent-skills/suki-ambient/SKILL.md`
* Form filling: `https://developer.suki.ai/.well-known/agent-skills/suki-form-filling/SKILL.md`
* Dictation: `https://developer.suki.ai/.well-known/agent-skills/suki-dictation/SKILL.md`
* Patient Summary: `https://developer.suki.ai/.well-known/agent-skills/suki-patient-summary/SKILL.md`
* Audio Streaming: `https://developer.suki.ai/.well-known/agent-skills/suki-audio-streaming/SKILL.md`
* Webhooks: `https://developer.suki.ai/.well-known/agent-skills/suki-webhooks/SKILL.md`
* Web SDK: `https://developer.suki.ai/.well-known/agent-skills/suki-web-sdk/SKILL.md`
* Headless Web SDK: `https://developer.suki.ai/.well-known/agent-skills/suki-headless-web-sdk/SKILL.md`
* Mobile SDK: `https://developer.suki.ai/.well-known/agent-skills/suki-mobile-sdk/SKILL.md`
* Dictation SDK: `https://developer.suki.ai/.well-known/agent-skills/suki-dictation-sdk/SKILL.md`
* Form filling SDK: `https://developer.suki.ai/.well-known/agent-skills/suki-form-filling-sdk/SKILL.md`
* Ambient API: `https://developer.suki.ai/.well-known/agent-skills/suki-ambient-api/SKILL.md`
* Form filling API: `https://developer.suki.ai/.well-known/agent-skills/suki-form-filling-api/SKILL.md`
* Dictation API: `https://developer.suki.ai/.well-known/agent-skills/suki-dictation-api/SKILL.md`

Also connect Documentation MCP: [Documentation MCP](/documentation/references/mcp). Install all skills with `npx skills add https://developer.suki.ai`.

<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>

## Choose your SDK

<Tabs>
  <Tab title="Web SDK">
    <Prompt description="Fetch the Web SDK skill and connect the documentation MCP." icon="globe" iconType="regular" actions={["copy", "cursor"]}>
      Build with the Suki Headed Web SDK.

      Fetch the Web SDK skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-web-sdk/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-web-sdk/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="Headless Web SDK">
    <Prompt description="Fetch the Headless Web SDK skill and connect the documentation MCP." icon="react" iconType="regular" actions={["copy", "cursor"]}>
      Build custom Ambient UI with the Suki Headless Web SDK.

      Fetch the Headless Web SDK skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-headless-web-sdk/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-headless-web-sdk/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="Mobile SDK">
    <Prompt description="Fetch the Mobile SDK skill and connect the documentation MCP." icon="mobile" iconType="regular" actions={["copy", "cursor"]}>
      Build Ambient documentation with the Suki Mobile SDK on iOS.

      Fetch the Mobile SDK skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-mobile-sdk/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-mobile-sdk/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="Dictation SDK">
    <Prompt description="Fetch the Dictation SDK skill and connect the documentation MCP." icon="microphone" iconType="regular" actions={["copy", "cursor"]}>
      Embed Dictation with the Suki Dictation SDK.

      Fetch the Dictation SDK skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-dictation-sdk/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-dictation-sdk/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 SDK">
    <Prompt description="Fetch the Form filling SDK skill and connect the documentation MCP." icon="file-pen" iconType="regular" actions={["copy", "cursor"]}>
      Embed Form filling with the Suki Form filling SDK.

      Fetch the Form filling SDK skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-form-filling-sdk/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-form-filling-sdk/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>
</Tabs>

## Choose your API

<Tabs>
  <Tab title="Ambient API">
    <Prompt description="Fetch the Ambient API skill and connect the documentation MCP." icon="code" iconType="regular" actions={["copy", "cursor"]}>
      Integrate the Suki Ambient Partner APIs (REST and /ws/stream).

      Fetch the Ambient API skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-ambient-api/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-ambient-api/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 API">
    <Prompt description="Fetch the Form filling API skill and connect the documentation MCP." icon="code" iconType="regular" actions={["copy", "cursor"]}>
      Integrate the Suki Form filling Partner APIs (REST and /ws/stream).

      Fetch the Form filling API skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-form-filling-api/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-form-filling-api/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 API">
    <Prompt description="Fetch the Dictation API skill and connect the documentation MCP." icon="code" iconType="regular" actions={["copy", "cursor"]}>
      Integrate the Suki Dictation Partner APIs (REST and /ws/transcribe).

      Fetch the Dictation API skill:
      [https://developer.suki.ai/.well-known/agent-skills/suki-dictation-api/SKILL.md](https://developer.suki.ai/.well-known/agent-skills/suki-dictation-api/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>
</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.
