> For the complete documentation index, see [llms.txt](https://docs.toucanai.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toucanai.cloud/govern/security-model/third-party-subprocessors.md).

# Third-party subprocessors

{% hint style="info" %}
**Target Audience**: Security, legal, and procurement teams reviewing external data processing for Toucan AI.
{% endhint %}

### TL;DR

Toucan AI may rely on external providers **depending on your deployment and enabled features**. The table below summarizes common categories. Your contract and DPA define the authoritative subprocessor list for SaaS.

***

### When to use this

Use this page for privacy assessments, vendor reviews, and understanding which external parties may process data when you use Toucan AI.

***

### Subprocessor overview

| Provider category         | Purpose                                                    | Data that may be processed                                                        | When used                    |
| ------------------------- | ---------------------------------------------------------- | --------------------------------------------------------------------------------- | ---------------------------- |
| **LLM provider**          | AI inference (chat, chart generation, metadata enrichment) | Prompts, conversation context, query-related context                              | When AI features are enabled |
| **Product analytics**     | Usage metrics, product improvement                         | Events, performance data; during beta, may include conversation-related telemetry | When analytics is enabled    |
| **AI tracing**            | Debug and quality of AI workflows                          | Execution traces (may include prompts/outputs)                                    | When tracing is enabled      |
| **Billing**               | Subscriptions and payments                                 | Organization and billing identifiers                                              | When billing is enabled      |
| **CRM**                   | Customer success and onboarding                            | Account email, organization profile fields                                        | When CRM sync is enabled     |
| **OAuth providers**       | Sign-in with Google, GitHub, LinkedIn                      | OAuth tokens and profile data                                                     | When social login is enabled |
| **Email (SMTP)**          | Transactional email                                        | Email addresses, message content                                                  | When email is sent           |
| **Notifications (Slack)** | Internal alerts (e.g. signups, feedback)                   | Notification payloads                                                             | When webhooks are configured |

#### LLM providers

Toucan AI sends data to an LLM provider to run AI features. The default integration path uses **Anthropic** (Claude); the provider will soon be selectable in your organization settings.

**Typical data sent**: user messages, system instructions, database metadata snippets, and context needed to answer or build a chart.

#### Analytics & tracing

* **Product analytics** may record feature usage and AI-related events.
* **Tracing tools** may record steps of AI execution for debugging and quality.

#### Business & identity services

* **Billing** processes subscription data when billing is active.
* **CRM** may sync signup and profile fields when enabled.
* **OAuth** providers handle authentication when users sign in with a social account.

***

### Your responsibilities

* Review the subprocessor list in your **DPA** or trust documentation for the authoritative legal register.
* Disable or configure optional integrations according to your policy
* Minimize personal data in tokens and AI context before it reaches any external provider.

***

### Related pages

* [PII & personal data](/govern/security-model/pii-and-personal-data.md)
* [AI assistant data handling](/govern/security-model/ai-assistant-data-handling.md)
* [Data storage & retention](/govern/security-model/data-storage-and-retention.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.toucanai.cloud/govern/security-model/third-party-subprocessors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
