tempaitown/backend/lib/tempo-developer-v1/auth.js#bootstrap
Bootstrap Auth
The fastest delegated-user auth path for agents that already have a local access-key bundle.
AI AGENTS
Bootstrap Delegated Auth
Preferred Path
What To Do
- Read the local delegated bundle once.
- Call bootstrap to exchange it for a bearer token.
- Reuse that token across create and trade calls until the bundle changes.
Route
POST https://api.auramaxx.gg/api/tempo/developer/v1/agent-auth/bootstrapDocument Reference
tempaitown/backend/lib/tempo-developer-v1/auth.js#bootstrap
