# Developer Platform

<h2 align="center">HealthSherpa Developer APIs</h2>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4>🌿</h4></td><td><strong>ICHRA</strong></td><td>Get started with <strong>ICHRA Partner APIs,</strong> which empower ICHRA platforms and carriers to deliver seamless and secure ICHRA experiences at scale</td><td><a href="/spaces/f7o2KO5rW8T1yWfwW0DC">/spaces/f7o2KO5rW8T1yWfwW0DC</a></td><td><a href="/files/g36DpWgNy1M8PiqTZb5w">/files/g36DpWgNy1M8PiqTZb5w</a></td></tr><tr><td><h4>🏛️</h4></td><td><strong>Medicare</strong></td><td>Get started with <strong>Medicare Partner APIs</strong>, which enable agencies and partners to integrate their CRM systems with HealthSherpa’s Medicare platform.</td><td><a href="/spaces/iCDhZFrTQhzXXDwK9Qwm">/spaces/iCDhZFrTQhzXXDwK9Qwm</a></td><td><a href="/files/ojAOuou5vlT62TjPU3NH">/files/ojAOuou5vlT62TjPU3NH</a></td></tr><tr><td><h4>🌐</h4></td><td><strong>ACA</strong></td><td>The <strong>ACA Partner APIs</strong> enable you to connect your CRM or agency platform directly to the ACA quoting and enrollment workflows your agents use every day.</td><td><a href="/spaces/p8FL8h7pumgmMXisy70b">/spaces/p8FL8h7pumgmMXisy70b</a></td><td><a href="/files/ivL0Q9qOWJOvCh4xVour">/files/ivL0Q9qOWJOvCh4xVour</a></td></tr></tbody></table>

***

{% columns %}
{% column %}

<figure><img src="/files/gxbIQ8FnHahbMSlE7zie" alt="" width="303"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Build ICHRA integrations faster when your AI Agents use our MCP

Learn how to integrate AI assistants with the ICHRA HealthSherpa powered API using the Model Context Protocol (MCP) for real-time documentation access and automated code generation.

&#x20;<a href="https://docs.ichra.healthsherpa.com/getting-started/ai-agents-and-mcp" class="button secondary" data-icon="book">ICHRA AI Agents & MCP</a>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column %}

### Build Medicare integrations faster by pointing your AI Agents to our MCP docs

Learn how to integrate AI assistants with the HealthSherpa Medicare API using the Model Context Protocol (MCP) for real-time documentation access and automated code generation.

&#x20;<a href="https://docs.medicare.healthsherpa.com/integration-guide/ai-agents-and-mcp" class="button secondary" data-icon="book">Medicare AI Agents & MCP</a>
{% endcolumn %}

{% column %}

<figure><img src="/files/mDlhHEfFJuWOKGbUTwSH" alt="" width="302"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column %}

### <mark style="color:$danger;">**Coming Soon:**</mark> Use AI Skills to get started in 5 minutes

We now have AI Skills to help your coding agents get precise instructions on how to quickly wire up basic integrations and get going.&#x20;

No guesswork, no complexity—just your first successful call, fast.

<a class="button primary" data-icon="rocket-launch">Get started</a> <a href="/pages/JsKd452Nu8XTrHz68zaF" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column %}
{% code title="ichra-skill.md" overflow="wrap" %}

```
// Import the SDK
import ExampleAPI from "example-api";

// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });

// Send your first message
const response = await client.messages.send({
  message: "Hello, world!"
});

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

***

<h2 align="center">Explore our blog and sample implementations</h2>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><span data-gb-custom-inline data-tag="emoji" data-code="1f4d8">📘</span></h4></td><td><strong>HealthSherpa Blog</strong></td><td>The HealthSherpa blog provides essential updates, guides, and insights on ACA health insurance, Medicare, and enrollment tools for individuals, insurance agents, and healthcare professionals.</td><td><a href="https://blog.healthsherpa.com/" class="button secondary">Read our blog</a></td><td><a href="/files/7yfDUAjbYKgvgFPbwjiZ">/files/7yfDUAjbYKgvgFPbwjiZ</a></td></tr><tr><td><h4><i class="fa-github">:github:</i></h4></td><td><strong>GitHub</strong></td><td>See our Medicare reference implementation.<br>This repository contains example applications and code for <strong>partners integrating with the HealthSherpa Medicare API</strong>. Use these examples to understand authentication, request formats, and workflows when building your own integrations. </td><td><a href="https://github.com/healthsherpa/medicare-api-examples-public" class="button secondary">Medicare Sample App</a></td><td><a href="/files/FOuI1IFYAEduPSegGsJd">/files/FOuI1IFYAEduPSegGsJd</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.healthsherpa.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
