> ## Documentation Index
> Fetch the complete documentation index at: https://agentheya.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# composio_connectors

# `composio_connectors` — composio\_connectors

**Section key** `composio_connectors` · **Shape** object · **Tier** All plans

## Fields

| Field        | Required | Type            | Allowed values / constraints | Default | Description                                                               |
| ------------ | -------- | --------------- | ---------------------------- | ------- | ------------------------------------------------------------------------- |
| `connectors` | no       | array of object | —                            | —       | Connector records, one per connected Composio toolkit. Item fields below. |

### `connectors` items

Connector records, one per connected Composio toolkit.

| Field                  | Required | Type            | Allowed values / constraints                                  | Default | Description                          |
| ---------------------- | -------- | --------------- | ------------------------------------------------------------- | ------- | ------------------------------------ |
| `id`                   | **yes**  | integer         | min 0                                                         | —       | Auto-assigned record id (read-only). |
| `toolkit_slug`         | **yes**  | string          | —                                                             | —       |                                      |
| `toolkit_name`         | **yes**  | string          | —                                                             | —       |                                      |
| `toolkit_logo`         | no       | string          | —                                                             | —       |                                      |
| `toolkit_description`  | no       | string          | —                                                             | —       |                                      |
| `auth_config_id`       | **yes**  | string          | —                                                             | —       |                                      |
| `mcp_server_id`        | **yes**  | string          | —                                                             | —       |                                      |
| `composio_user_id`     | **yes**  | string          | —                                                             | —       |                                      |
| `connected_account_id` | no       | string          | —                                                             | —       |                                      |
| `mcp_url`              | no       | string          | —                                                             | —       |                                      |
| `status`               | **yes**  | enum            | one of `INITIATED`, `ACTIVE`, `FAILED`, `EXPIRED`, `INACTIVE` | —       |                                      |
| `created_at`           | **yes**  | string          | —                                                             | —       |                                      |
| `authorized_at`        | no       | string          | —                                                             | —       |                                      |
| `last_error`           | no       | string          | —                                                             | —       |                                      |
| `has_capabilities`     | no       | boolean         | —                                                             | —       |                                      |
| `tool_count`           | no       | integer         | min 0                                                         | —       |                                      |
| `auth_scheme`          | no       | string          | —                                                             | —       |                                      |
| `instructions`         | no       | string          | —                                                             | —       |                                      |
| `tag`                  | no       | string          | —                                                             | —       |                                      |
| `disabled_tools`       | no       | array of string | —                                                             | —       |                                      |
| `event_handlers`       | no       | array           | —                                                             | —       |                                      |
| `trigger_instances`    | no       | array           | —                                                             | —       |                                      |
