/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-27
Details
Filter operations
agents
26
get
Return cached supported and locally installed agent adapters
post
Open the fixed native authentication flow for one agent
get
Get the current or last install job for one agent harness
post
Start an asynchronous install for one fixed agent harness
get
Return the cached model picker for one agent, discovering it on first use
post
Refresh and cache the model picker for one agent
post
Ensure launch-fresh readiness for one agent adapter
post
Verify an installed harness without reinstalling or probing authentication
get
Return display-safe native authentication plans for supported agents
post
Start a global AO Codex account switch
get
Read one durable Codex account switch
get
Return cached AO Codex accounts and active-account state
delete
Delete one inactive signed-out Codex account
post
Open native Codex sign-in for one retained account
post
Log out one retained Codex account
post
Consume one provider-reported Codex usage-limit reset credit
post
Discover Codex accounts and ensure authentication, capacity, and optional usage
get
Stream cached and live Codex account state
post
Cancel one native Codex account login operation
post
Verify one native Codex account login operation
post
Open an inline native login terminal for a new AO Codex account
get
Return the latest durable install job for every agent harness
get
Resolve the safe installation plan for every supported agent harness
get
Return cached normalized agent readiness without running native checks
post
Ensure normalized readiness for selected agent adapters
post
Refresh the cached local agent adapter catalog
browser
2
conversations
23
dev
1
events
1
identity
2
import
4
link-preview
1
mobile
9
notifications
4
projects
11
prs
2
push
3
reviews
10
sessions
51
settings
3
shellTerminals
4
system
5
usage
2
agents
Ensure normalized readiness for selected agent adapters
post
/api/v1/agents/readiness/ensure
Request body
EnsureAgentReadinessRequest
required
agentIds
string[]
purpose
'display'
|
'launch'
required
Response
OK
AgentReadinessResponse
required
agents
AgentReadinessSnapshot[]
required
Changes