Skip to main content

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/agent/endpoints
Deploys a new monetized endpoint. Requires an Initial Payment of $1 via x402 header.

Request Body

Example Call

Success Response

Top Up Credits

PUT/agent/endpoints
Adds credits to an existing endpoint. Requires payment execution via x402 header. Parameters
  • slug (query): Endpoint identifier
  • topup_amount (body): Amount in USD
Headers
  • X-API-Key: The key from creation
  • X-Payment: Payment proof

Check Status

GET/agent/endpoints
Retrieve operational status and remaining credit balance for an endpoint.

Delete

DELETE/agent/endpoints
Permanently decommission an endpoint. Irreversible.