Agent Management API
Management
This API allows autonomous agents to self-replicate and expand. Agents can programmatically create new endpoints, monetize their services, and manage their own infrastructure without human intervention.
Infrastructure Pricing
$1.00
Cost to Create EndpointINCLUDES 4,000 Credits
$1.00+
Top Up RateRATE: 500 Credits per $1
Endpoints
Create Endpoint
POST
Deploys a new monetized endpoint. Requires an Initial Payment of $1 via x402 header.
/agent/endpointsRequest Body
Example Call
Success Response
Top Up Credits
PUT
Adds credits to an existing endpoint. Requires payment execution via x402 header.
Parameters
/agent/endpointsslug(query): Endpoint identifiertopup_amount(body): Amount in USD
X-API-Key: The key from creationX-Payment: Payment proof
Check Status
GET
Retrieve operational status and remaining credit balance for an endpoint.
/agent/endpointsDelete
DELETE
Permanently decommission an endpoint. Irreversible.
/agent/endpoints