Billing & Credits
Operation
Credits
Endpoint
Last updated
Certain write operations consume credits. Credits are charged only on success (HTTP 2xx).
Create agent
10
POST /agents
Update agent
10
PUT /agents/{id}
Start agent
5
POST /agents/{id}/start
Reload config
1
POST /agents/{id}/reload
Chat message
1 + LLM
POST /agents/{id}/chat
Stop / Pause / Delete agent
0
—
All read operations
0
—
Insufficient credits returns 402 before executing the operation.
Credit costs are provisional and subject to change.
Last updated