For the complete documentation index, see llms.txt. This page is also available as Markdown.

List Organizations

Find the organizations your Autopilot account can access.

list_organizations

Lists the organizations you're able to read listings for. Each result carries the internal identifier the other tools need, so this is the assistant's starting point whenever your account can access more than one organization.

When it's used

You usually won't ask for this directly. The assistant calls it automatically to resolve which organization to work in — especially if you belong to several (for example, an agency managing multiple brands). Just name the organization in your question and the assistant matches it.

If your account only has one organization, it's detected automatically and this tool is rarely needed.

What you can ask

"Which Autopilot organizations do I have access to?"

"Use my Acme organization for the next questions."

Parameters

Parameter
Required
Description

query

No

Case-insensitive substring to filter organizations by name or slug.

What you get back

For each organization you can access:

  • Its name and slug.

  • The identifier the other tools use to scope their reads to that organization.

Last updated