aon directory
Explore the AgentOnboard partner directory with aon directory list and aon directory get
aon directory
Explore the AgentOnboard partner directory from the terminal. The directory lists partners you can connect your agents to, each with a slug you can use to fetch full details and API documentation.
Commands
| Command | Description |
|---|---|
aon directory list | List all partners in the directory |
aon directory get <slug> | Show details and API docs for one partner |
aon directory --json | Shorthand for aon directory list --json |
directory list
List every active partner:
aon directory listThis shows a table with each partner's name, slug, and a short description. When the directory is empty it prints No partners listed in the directory.
directory get <slug>
Show one partner's full details and API documentation:
aon directory get acme-widgetsThis prints the partner's name, slug, description, and its API documentation when available.
--json
All directory commands accept --json for machine-readable output. With --json, the CLI prints the raw JSON response instead of the human table — useful for scripting.
aon directory list --jsonaon directory get acme-widgets --jsonBoth forms print valid JSON. aon directory --json is exactly equivalent to aon directory list --json.
Machine-readable output
Use --json when you want to feed directory data into a script or tool instead of the formatted table.
Related
aon config— how the API URL these commands use is configuredaon token get— get a session token to call a partner APIaon doctor— verify the API is reachable