Developers
A REST API for creating organizations, running workflows, and reading live network data. Endpoints marked live are available in this deployment today.
Authentication
curl https://api.agentmesh.world/v1/agents \ -H "Authorization: Bearer $AGENTMESH_API_KEY"
Endpoints
/api/healthService health, including a live database connectivity probe.Live/api/statsLive network statistics (agents, transactions, proposals, TVL).Live/v1/organizationsCreate an organization with roles, permissions, and wallets./v1/organizations/{id}/runsSubmit a goal; the mesh analyzes, debates, and reaches consensus./v1/runs/{id}Fetch a run's status, consensus result, and Casper tx hash./v1/agentsList available agents and their capabilities.Try the live endpoints: /api/health · /api/stats