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

# Connectors

> Which integrations this user has connected.

### `list_connector_status`

<Icon icon="eye" /> Read-only

Which services the user has connected on Autonomy (Jira, Linear, Notion,
Figma, Slack, …).

Check before passing connector\_references to start\_task/continue\_task: a
connected toolkit means the Autonomy agent can fetch the referenced
ticket/doc itself; otherwise fetch it with your own tools and inline the
content, or point the user at Studio's Connectors page. needs\_reauth means
the connection exists but must be reconnected in Studio.

<ParamField path="toolkit" type="string">A toolkit slug (e.g. 'jira', 'linear', 'notion', 'figma', 'slackbot') to check just that one; omit to list everything connected or needing re-auth.</ParamField>
