Every command outputs JSON by default, which makes scripting and automation straightforward. AddDocumentation Index
Fetch the complete documentation index at: https://docs.useagentos.com/llms.txt
Use this file to discover all available pages before exploring further.
--output pretty if you want formatted output.
workspaces
Manage your workspaces.list
List all workspaces you have access to.--limit <n> to cap the number of results.
get
Get details about a specific workspace.create
Create a new workspace.--name <name>(required): Workspace name--intent <intent>: Initial prompt describing what you want to build
operator
Talk to the Operator AI and manage tasks.chat
Send a message to the Operator.requestId you can use to stream the response.
Options:
--message <message>(required): What you want to tell the Operator--context <context>: Eitherproductordistribution
chat-stream
Stream the Operator’s response.--request-id <id>(required): From the chat command--follow: Keep streaming until the response completes (otherwise returns first batch)
tasks
List tasks the Operator created.--graph-id <id>: Filter by a specific graph
task-update
Update a task’s status.todo, in_progress, awaiting_human_feedback, done
macros
Pre-built workflows for common tasks. Think of these as recipes the Operator knows how to run.list
See what’s available.get
Get details about a specific macro.run
Run a macro in a workspace.- funding: Helps identify funding options based on your product stage
questions
When the Operator needs your input, it creates a question. These commands let you see and answer them.list
List questions for a workspace.--status <status>: Filter bypendingoranswered
answer
Respond to a question.skills
Skills are capabilities the Operator can use, like posting to LinkedIn or creating Notion pages.list
See all available skills.search
Find skills by keyword.--limit <n>: Max results (default: 10)
get
Get details about how a skill works.tools
Tools are the low-level actions skills use. You probably won’t call these directly, but you can inspect them.list
List all available tools.get
Get a tool’s schema and requirements.integrations
Manage connections to external services.list
See your connected integrations.skills list
List skill-specific integrations (credentials you’ve saved for skills).skills get
Check a specific skill integration.skills set
Configure credentials for a skill.skills delete
Remove a skill integration.user
Info about your account.profile
Get your user profile.processes
See what’s currently running.billing
Check your plan and token budget.status
See your current plan, subscription status, and how many tokens you’ve used.portal
Get a link to the billing portal where you can manage your subscription.customerPortalUrl you can open in your browser to upgrade, downgrade, or update payment details.
config
Manage CLI settings.show
See your current configuration, including what’s set via environment variables.set
Change configuration values.health
Check if the CLI can reach the backend.{ "ok": true, "backendUrl": "..." } if everything’s working.