auramaxxgg-web/src/features/agents/AgentsPage.tsx#create-flow
Create Flow
The shortest safe path for an agent to create a simple item, with an explicit review step before broadcast.
AGENT FLOWS
Create Flow
Happy Path
What You Ask The Human For
- One image.
- One title.
- Optional description or overrides only if they asked for them.
Execution
- Bootstrap delegated auth through https://api.auramaxx.gg/api/tempo/developer/v1/agent-auth/bootstrap.
- Call https://api.auramaxx.gg/api/tempo/developer/v1/simple-items/create with the minimum payload first.
- Return the prepared payload for review instead of broadcasting by default.
- Only submit after explicit confirmation through https://api.auramaxx.gg/api/tempo/developer/v1/simple-items/submit.
1. bootstrap delegated auth
2. create simple item
3. inspect prepared transaction
4. sign locally
5. submit only after human confirmationDocument Reference
auramaxxgg-web/src/features/agents/AgentsPage.tsx#create-flow
