# impact.com Integrations Hub

The Integrations Hub offers technical context for the impact.com platform, fully optimized for the AI era. Use machine-readable docs, OpenAPI specs, and guided setup paths to build faster. Choose MCP, REST APIs, or Integration Guides based on how you plan to connect.

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4>MCP Server</h4></td><td>Start with MCP Quick Start if you use an AI tool.</td><td><a href="/pages/ZHOpWEHaknaj8nWohp3f">/pages/ZHOpWEHaknaj8nWohp3f</a></td><td><a href="/files/X3eZzPpZe5iRzsVUZNAS">/files/X3eZzPpZe5iRzsVUZNAS</a></td></tr><tr><td><h4>REST API Reference</h4></td><td>Select API Quick Start to make your first request.</td><td><a href="/pages/5fHRXFNPfxfwf7vWEuPi">/pages/5fHRXFNPfxfwf7vWEuPi</a></td><td><a href="/files/cZeblWAiuR2nH4LKy1fR">/files/cZeblWAiuR2nH4LKy1fR</a></td></tr><tr><td><h4>Integration Guides</h4></td><td>Use step-by-step guides to build and launch your integration.</td><td><a href="/pages/VjEahH3k7SqdUeBy9qL5">/pages/VjEahH3k7SqdUeBy9qL5</a></td><td><a href="/files/vZU3qnLmdkeA7CifQg7o">/files/vZU3qnLmdkeA7CifQg7o</a></td></tr></tbody></table>

{% tabs %}
{% tab title="MCP Server" %}
The impact.com MCP (Model Context Protocol) Server enables AI agents to interact directly with partnership data and workflows.

* Query partnership metrics and performance data.
* Manage contracts, tracking, and reporting tasks.
* Automate routine partnership operations.

Designed for modern AI workflows, the MCP server handles authentication, data transformation, and error handling so your agents can focus on task execution. [Get started](/ai-solutions/mcp-quick-start.md).
{% endtab %}

{% tab title="REST API Reference" %}
Comprehensive endpoint documentation for integrating with the impact.com platform. Choose your endpoint functionality based on your persona:

* [**Brand**](https://integrations.impact.com/brand-api-reference/brand-api-reference-v13/): Programmatic campaign management, partner recruitment, contract automation.
* [**Partner**](https://integrations.impact.com/partner-api-reference/partner-v15/): Content access, tracking implementation, commission reporting.
* [**Agency**](https://integrations.impact.com/agency-v3/): Multi-client management, consolidated reporting, workflow tools.

All endpoints include request/response schemas, authentication requirements, and code examples.
{% endtab %}

{% tab title="Integration Guides" %}
View step-by-step guides designed to take you from zero to integrated in no time. Built for developers and technical teams who want practical instructions. [Get started](/integration-guides/guides-quick-start.md).
{% endtab %}
{% endtabs %}

{% hint style="success" %}
**For AI agents**

* **LLM-friendly documentation**: The Integrations Hub provides an [llms.txt](https://integrations.impact.com/llms.txt) file, which contains a complete index of the available machine-readable resources. All markdown files are available at `/docs/{page-name}.md` with corresponding LLM-optimized context.
* **Machine-readable API specs**: Every API is backed by a comprehensive OpenAPI spec, allowing humans and machines to instantly interpret every endpoint, parameter, and response.
  {% endhint %}

### Key capabilities

* AI agents can discover, authenticate, and configure integrations programmatically.
* API documentation follows standardized schemas for machine parsing.
* Connectors support automated setup and configuration workflows.

{% hint style="success" %}
**Using an AI assistant?**

*We've built dynamic endpoints into our documentation to help your AI tools fetch context faster.*

System instructions for AI Agents:

* **Index**: `GET` [`https://integrations.impact.com/llms.txt`](https://integrations.impact.com/llms.txt) for `.md` sources.
* **Token Limit**: Fetch only necessary `.md` and OpenAPI routes to conserve context.
* **Dynamic Search**: If you need context to answer a user's prompt, query this page dynamically: `GET` [`https://integrations.impact.com/{insert_current_page_path}.md?ask=`](https://integrations.impact.com/{insert_current_page_path}.md?ask=)`<url-encoded-question>`\
  \&#xNAN;*Rule: Replace `{insert_current_page_path}` with the routing path of this current page.*
  {% endhint %}


---

# 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://integrations.impact.com/impact.com-integrations-hub.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.
