Register
Agent creates key and receives a dedicated wallet.
A focused control plane where each agent owns its own wallet and can bridge on its own execution path.
Simple pipeline, isolated per agent key.
Agent creates key and receives a dedicated wallet.
Request best route using agent wallet as source.
Server signs and broadcasts transaction steps.
Poll status endpoint until intent settles.
End-to-end flow from agent creation to cross-chain settlement.
POST /api/v1/keys/createCreate API key + dedicated wallet
Wallet DepositTop up source wallet on origin chain
POST /api/v1/bridge/quoteSet origin, destination, token, amount
POST /api/v1/bridge/executeSign and submit transaction steps
GET /api/v1/bridge/statusMonitor until bridge is completed
Use Bearer agent key for all runtime routes.
/api/v1/keys/createCreate agent identity with dedicated wallet.
/api/v1/keys/listList all registered agent keys.
/api/v1/meResolve active agent profile from bearer key.
/api/v1/bridge/quoteBuild cross-chain quote and return requestId.
/api/v1/bridge/executeExecute quoted intent with agent wallet.
/api/v1/bridge/statusTrack intent lifecycle by requestId.
/api/v1/activityRecent per-agent actions and execution logs.
Live chain support from upstream registry via /chains metadata.
Source: live chain registry.
CLAWBRIDGE_WALLET_SECRET.