auramaxxgg-web/src/features/agents/AgentsPage.tsx
Working With AI Agents
The exact docs, manifests, and route artifacts an AI agent should read first.
START HERE
Agent Playbook
Give The Agent These Links First
Human-Friendly Pages
- Merged skill index: https://auramaxx.gg/skills.md
- Docs shell: https://auramaxx.gg/docs
- Agent shell: https://auramaxx.gg/agents
- Sign in with Aura: https://auramaxx.gg/docs/sign-in-with-aura
- Full hosted SDK API: https://auramaxx.gg/api/sdk-api
- Agent orchestration skill: https://auramaxx.gg/agents/skill.md
- Service-wallet marketplace skill: https://auramaxx.gg/agents/marketplace/skill.md
- Create guide: https://auramaxx.gg/create/skill.md
- Trading guide: https://auramaxx.gg/live/trading.md
- Delegation guide: https://auramaxx.gg/skill.md
Machine-Friendly Pages
- LLMs index: https://auramaxx.gg/llms.txt
- Hosted SDK API: https://auramaxx.gg/api/sdk-api
- OpenAPI contract: https://auramaxx.gg/auramaxxgg-tempo-openapi-v1.json
- Compact public schema: https://auramaxx.gg/auramaxxgg-public-api-schema-v1.json
- Developer skill markdown: https://api.auramaxx.gg/api/tempo/developer/v1/skill.md
- Public agent skill markdown: https://auramaxx.gg/agents/skill.md
What The Agent Needs To Understand
Non-Negotiable Rules
- Delegated user auth and service-wallet execution are different lanes.
- The service-wallet wrapper is not a shortcut for user execution.
- Quote and prepare payloads are contracts, not suggestions.
Best Current Path
Start from the merged skills page, then use the generated markdown and capability manifests for the chosen lane. The hosted Login with Aura SDK covers browser read-only identity while a public npm SDK package is still the next packaging step.
Document Reference
auramaxxgg-web/src/features/agents/AgentsPage.tsx
