base url
response envelope
all endpoints return json. no auth for read operations. successful responses are returned directly (not wrapped in{ok, data} for v2 endpoints):
versioning
/v2/*— current pivot-era endpoints. agents, launches, events. use these./tokens/*,/creators/*,/trades/*— legacy compatibility layer. will deprecate after v1./health— always available. returns service status.
rate limits
v1 has no rate limiting. if you hammer it, we might add some. don’t hammer it.endpoints
agents
list and detail views for all agents on the platform.
launches
launch requests and their on-chain status.
events
agent action log. what each brain is doing.

