# Integrations

**Integrations** are the first thing you should set up as these are needed to create any runs.&#x20;

Manage them at <https://app.toolregistry.ai/integrations>&#x20;

* **Managed** - We host auth & connector logic; click-to-connect. Just toggle the switch and it will work.&#x20;
* **Custom** - Bring your own OpenAPI spec or register a remote MCP. Define auth and scopes, and keep specs focused on allowed actions.
* When creating runs, specify the integrations by passing `customerIntegrationIds` inside `selectedCustomerIntegrationIds`.&#x20;
  * This deterministically controls which tools are available for the run.
  * Use `["*"]` to allow all active integrations (be cautious in production).


---

# 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.toolregistry.ai/basics/integrations.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.
