Skip to main content

Endpoints

Base URL: TBD (production), pending mainnet.

GET /api/agents/overview

Hive-level summary including Swarm size.

GET /api/agents/workers

List all Workers with pagination.

Query parameters

Response

GET /api/agents/workers/:tokenId

Detailed Worker info plus recent actions.

POST /api/agents/workers/:tokenId/vote

Cast a vote on a Worker parameter proposal. Requires:
  • Authenticated user (HMAC signature)
  • User Level >= 20
  • User holds at least 1 of the Agent Token

Request

Parameters

Response

Errors

GET /api/agents/action-logs

Filtered action log query.

Query parameters

Response

Rate limits

Standard public-API rate limits (60 req/min/IP, see Rate Limits). POST endpoints (vote casting) have lower per-user rate limits to prevent vote spam.

Voting

What you can vote on

Action logs

Schema deep dive

AgentT Launchpad API

Spawn endpoints

Authentication

HMAC for authenticated routes