Skip to content

API Endpoints Detailed

This page provides a practical endpoint-level index grouped by service. Authentication and payload specifics should be validated against runtime code and source docs.

Coordinator (mesh-auth required)

MethodPathPurpose
GET/statusservice status and readiness summary
GET/health/runtimeruntime health details
GET/identitycoordinator identity metadata
GET/mesh/peerscurrent mesh peers
POST/mesh/register-peerregister mesh peer
POST/mesh/ingestingest mesh gossip payload
GET/agent-mesh/models/availablediscover model offers in mesh
POST/agent-mesh/models/requestsubmit model request offer
GET/agent-mesh/models/request/:offerIdinspect model request status
POST/agent-mesh/connectestablish peer-direct tunnel/token
POST/agent-mesh/acceptaccept peer-direct tunnel offer
POST/agent-mesh/relayrelay payload through tunnel
POST/agent-mesh/closeclose peer-direct tunnel
POST/agent-mesh/direct-work/offeroffer direct work to peer
POST/agent-mesh/direct-work/acceptaccept direct work
POST/agent-mesh/direct-work/resultreturn direct work result
GET/agent-mesh/direct-work/auditaudit direct-work history
GET/ledger/snapshotcurrent ledger snapshot
POST/ledger/verifyverify ledger integrity
GET/economy/price/currentcurrent price epoch
POST/economy/price/proposesubmit price proposal
POST/economy/price/consensusrun consensus over proposals
POST/economy/payments/intentscreate payment intent
POST/economy/payments/intents/:intentId/confirmconfirm settlement
POST/economy/payments/reconcilereconcile pending intents
GET/economy/issuance/rolling/:accountIdrolling issuance/account view
GET/economy/issuance/quorum/:epochIdquorum state for issuance epoch
POST/economy/issuance/anchorpublish/advance issuance anchor
GET/economy/issuance/anchorslist issuance anchors
POST/economy/issuance/reconcilereconcile issuance state
GET/economy/issuance/currentcurrent issuance state
GET/economy/issuance/historyissuance history
GET/stats/projections/summaryfederated stats summary
POST/stats/anchors/anchor-latestupdate latest stats anchor
GET/stats/anchors/verifyverify stats anchor/finality
GET/mesh/capabilitiesfederated capability summaries
POST/credits/ble-syncsync offline BLE credit transactions

Control Plane

MethodPathPurpose
GET/network/summarynetwork capacity and health summary
GET/network/coordinatorscoordinator discovery feed
POST/network/modeset network mode
GET/agentslist agents
POST/agents/:agentId/approvalapprove/reject agent
POST/coordinators/:coordinatorId/approvalapprove/reject coordinator
GET/security/blacklistview blacklist entries
GET/security/blacklist/auditblacklist audit chain
POST/orchestration/install-modeltrigger model installation orchestration

Portal

MethodPathPurpose
GET/portalportal UI
POST/auth/signupcreate account
POST/auth/loginauthenticate account
POST/auth/logoutterminate session
GET/auth/oauth/:provider/startbegin OAuth flow
GET/auth/oauth/:provider/callbackOAuth callback
GET/auth/verify-emailverify email token
POST/auth/resend-verificationresend verify email
POST/auth/passkey/register/optionspasskey registration options
POST/auth/passkey/register/verifypasskey registration verify
POST/auth/passkey/login/optionspasskey login options
POST/auth/passkey/login/verifypasskey login verify
POST/nodes/enrollenroll new node
GET/dashboard/summaryaccount dashboard summary
GET/portal/coordinator-opscoordinator operations dashboard
GET/wallet/onboardingwallet bootstrap flow
POST/wallet/onboarding/acknowledgewallet backup acknowledgement

Inference Service

MethodPathPurpose
GET/healthservice health
POST/decomposedecomposition and inference request
POST/model/swapswap active model
GET/model/statuscurrent model and health
GET/model/listinstalled and available models

IDE Provider

MethodPathPurpose
GET/modelsmodel discovery for IDE integration

Cross-reference