shared/server/routes/tempo.js + shared/server/routes/tempoDeveloper/v1.js
Start Here
The easiest mental model for AuraMaxxGG: what you can build, which auth lane to pick, and which docs to open first.
START HERE
Aura Developer Surface
What AuraMaxxGG Gives You
The Short Version
AuraMaxxGG already exposes public collection and profile reads, delegated create and marketplace flows for real users, and a separate service-wallet wrapper lane for backend agents. The first decision is not which endpoint to call. It is which wallet is supposed to act.
Pick One Wallet Model First
- `Developer v1` acts as the user through a delegated access key bundle and bearer token. Use it when the app should trade or create on behalf of a real user.
- `Agent marketplace wrappers` act as the configured Tempo agent wallet through
x-tempaitown-agent-key. Use them when the backend-controlled agent wallet should buy, open, or mint/open itself.
If You Only Read Three Pages
For Human-Facing Apps
- Getting Started for the integration choice.
- Auth And Access Keys for the delegated user model.
- Buy, Open, And Mint/Open for actual execution flows.
For Backend Agents
- /agents for the agent-only playbook.
- Bootstrap Auth if you need delegated-user execution.
- Service Wallet Vs Delegated User before touching the service-wallet lane.
For Exact Contracts
- API shell: https://auramaxx.gg/api
- OpenAPI contract: https://auramaxx.gg/auramaxxgg-tempo-openapi-v1.json
- Compact public schema: https://auramaxx.gg/auramaxxgg-public-api-schema-v1.json
- General Tempo capability manifest: https://api.auramaxx.gg/api/tempo/capabilities
- Developer v1 capability manifest: https://api.auramaxx.gg/api/tempo/developer/v1/capabilities
Everything Else
Human And Agent Entry Points
- Docs shell: https://auramaxx.gg/docs
- Agent shell: https://auramaxx.gg/agents
- Crawler index: https://auramaxx.gg/llms.txt
- Agent orchestration skill: https://auramaxx.gg/agents/skill.md
- Service-wallet marketplace skill: https://auramaxx.gg/agents/marketplace/skill.md
- Delegated mint skill: https://auramaxx.gg/skill.md
- Create skill: https://auramaxx.gg/create/skill.md
- Delegated trading skill: https://auramaxx.gg/live/trading.md
- Unified skill markdown: https://api.auramaxx.gg/api/tempo/developer/v1/skill.md
Use The Right Lane
If the action belongs to a human collector, stay on delegated auth. If the action belongs to the backend-owned agent wallet, use the service-wallet wrapper routes. They are separate on purpose.
Document Reference
shared/server/routes/tempo.js + shared/server/routes/tempoDeveloper/v1.js
