{"openapi":"3.1.0","info":{"title":"AuraMaxxGG Tempo API","version":"v1","summary":"Public reads, delegated developer flows, and service-wallet marketplace wrappers for Aura packs.","description":"Machine-readable API contract for AuraMaxxGG developer integrations. The developer v1 lane acts as a user through delegated auth. The /api/tempo/agents/marketplace lane acts as the configured service wallet via API key only."},"servers":[{"url":"https://api.auramaxx.gg","description":"AuraMaxxGG backend API"}],"tags":[{"name":"Discovery","description":"Capability and manifest routes."},{"name":"Public Reads","description":"Unauthenticated or optionally-authenticated read routes."},{"name":"Users","description":"Public profile and inventory reads."},{"name":"Packs","description":"Collection and pack reads."},{"name":"Marketplace","description":"Public or session-authenticated marketplace routes."},{"name":"Developer v1","description":"Delegated-user developer API surface."},{"name":"Auth","description":"Delegated developer authentication bootstrap."},{"name":"Create","description":"Simple item and simple pack authoring routes."},{"name":"Agent Marketplace","description":"API-key-only service-wallet marketplace wrappers."}],"components":{"securitySchemes":{"userBearerAuth":{"bearerFormat":"session","scheme":"bearer","type":"http","description":"Standard authenticated Aura user session bearer token."},"developerBearerAuth":{"bearerFormat":"tempo-developer","scheme":"bearer","type":"http","description":"Delegated developer bearer token issued by /api/tempo/developer/v1/agent-auth/bootstrap."},"tempoReadBearerAuth":{"bearerFormat":"tempo-read-token","scheme":"bearer","type":"http","description":"Tempo read-token bearer accepted on inventory read surfaces."},"tempoAgentApiKey":{"in":"header","name":"x-tempaitown-agent-key","type":"apiKey","description":"API key for the configured Tempo agent wallet. Service-wallet lane only."}}},"paths":{"/api/tempo/capabilities":{"get":{"operationId":"getApiTempoCapabilities","summary":"Get general Tempo capability manifest","description":"General Tempo runtime discovery including sponsorship, onboarding, delegation, and configured agent wallet state.","tags":["Discovery"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"agent":{"configured":true,"marketplace":{"authModel":"api_key_only","checkoutPath":"/api/tempo/agents/marketplace/checkout"}},"sponsorFees":{"enabled":true}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"capability-manifests"}},"/api/tempo/developer/v1/capabilities":{"get":{"operationId":"getApiTempoDeveloperV1Capabilities","summary":"Get developer v1 capability manifest","description":"Delegated-user developer manifest for create, auth bootstrap, marketplace prepare/submit, and sponsorship support.","tags":["Discovery","Developer v1"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"features":{"agentAuthBootstrap":"completed","marketplaceTrading":"completed","simplePackCreate":"completed"},"routes":{"agentAuthBootstrap":"/api/tempo/developer/v1/agent-auth/bootstrap"},"version":"v1"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"capability-manifests"}},"/api/tempo/developer/v1/task-set":{"get":{"operationId":"getApiTempoDeveloperV1TaskSet","summary":"Get developer task set","description":"Get the current developer task set that pairs with the docs and skill markdown.","tags":["Discovery","Developer v1"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"tasks":[],"version":"v1"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"capability-manifests"}},"/api/tempo/developer/v1/skill.md":{"get":{"operationId":"getApiTempoDeveloperV1SkillMd","summary":"Get developer skill markdown","description":"Get the developer skill markdown for external agents.","tags":["Discovery","Developer v1"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"markdown":"# AuraMaxxGG Developer Skill"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"capability-manifests"}},"/agents/skill.md":{"get":{"operationId":"getAgentsSkillMd","summary":"Get top-level agent orchestration skill","description":"Top-level orchestration skill that tells an agent which Aura execution lane and specialized skill to use.","tags":["Agents","Discovery"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"markdown":"# Tempo Agent Skill"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"working-with-ai-agents"}},"/agents/marketplace/skill.md":{"get":{"operationId":"getAgentsMarketplaceSkillMd","summary":"Get service-wallet marketplace wrapper skill","description":"Service-wallet marketplace wrapper skill for API-key-only checkout, open, and mint-open.","tags":["Agents","Discovery","Marketplace"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"markdown":"# Tempo Agent Marketplace Wrapper Skill"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"buy-open-mint-open"}},"/skill.md":{"get":{"operationId":"getSkillMd","summary":"Get delegated mint skill","description":"Delegated mint skill for onboarding-agent mint flows.","tags":["Agents","Discovery"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"markdown":"# AuraMaxxGG Delegated Mint Skill"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"working-with-ai-agents"}},"/create/skill.md":{"get":{"operationId":"getCreateSkillMd","summary":"Get create skill","description":"Create skill for simple-item authoring and submission through delegated developer auth.","tags":["Agents","Discovery"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"markdown":"# TempaiTown Create Skill"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"agent-create-flow"}},"/bazaar/trading.md":{"get":{"operationId":"getBazaarTradingMd","summary":"Get delegated live trading skill","description":"Delegated live trading skill for buy, offer, sell, and transfer flows.","tags":["Agents","Discovery","Marketplace"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"markdown":"# TempaiTown Bazaar Trading Skill"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"agent-live-trading-flow"}},"/api/tempo/developer/v1/agent-auth/bootstrap":{"post":{"operationId":"postApiTempoDeveloperV1AgentAuthBootstrap","summary":"Bootstrap delegated developer auth","description":"One-step delegated auth bootstrap from a local access-key bundle into a reusable bearer token.","tags":["Developer v1","Auth"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"accessKeyAddress":"0xACCESSKEY...","privateKey":"0xPRIVATEKEY...","walletAddress":"0xUSER..."},"schema":{"type":"object","properties":{"accessKeyAddress":{"type":"string"},"privateKey":{"type":"string"},"walletAddress":{"type":"string"}},"required":["walletAddress","accessKeyAddress","privateKey"]}}},"description":"Delegated wallet bundle.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"authToken":"tempo_dev_...","walletAddress":"0xuser..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"bootstrap-auth"}},"/api/tempo/developer/v1/agent-auth/challenge":{"post":{"operationId":"postApiTempoDeveloperV1AgentAuthChallenge","summary":"Create delegated auth challenge","description":"Create a delegated developer auth challenge for a local access-key wallet.","tags":["Developer v1","Auth"],"security":[],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"accessKeyAddress":"0xACCESSKEY...","walletAddress":"0xUSER..."},"schema":{"type":"object","properties":{"accessKeyAddress":{"type":"string"},"walletAddress":{"type":"string"}},"required":["walletAddress","accessKeyAddress"]}}},"description":"Challenge request payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"challenge":"Sign this challenge","nonce":"nonce-1"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"bootstrap-auth"}},"/api/tempo/developer/v1/agent-auth/verify":{"post":{"operationId":"postApiTempoDeveloperV1AgentAuthVerify","summary":"Verify delegated auth challenge","description":"Verify a delegated developer auth challenge signature and mint a bearer token.","tags":["Developer v1","Auth"],"security":[],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"nonce":"nonce-1","signature":"0xSIG...","walletAddress":"0xUSER..."},"schema":{"type":"object","properties":{"nonce":{"type":"string"},"signature":{"type":"string"},"walletAddress":{"type":"string"}},"required":["walletAddress","nonce","signature"]}}},"description":"Challenge verification payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"authToken":"tempo_dev_...","walletAddress":"0xuser..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"bootstrap-auth"}},"/api/packs/{slugOrAddress}":{"get":{"operationId":"getApiPacksSlugOrAddress","summary":"Get pack","description":"Read combined collection payload by slug or address.","tags":["Public Reads","Packs"],"security":[],"parameters":[{"description":"Published collection slug or onchain pack address.","in":"path","name":"slugOrAddress","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"collection":{"name":"Rotmon Base","slug":"rotmon"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"get-a-pack"}},"/api/packs/{slugOrAddress}/static":{"get":{"operationId":"getApiPacksSlugOrAddressStatic","summary":"Get static pack data","description":"Read static collection shell data without live market overlays.","tags":["Public Reads","Packs"],"security":[],"parameters":[{"description":"Published collection slug or onchain pack address.","in":"path","name":"slugOrAddress","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"authorName":"AURA","cards":[],"slug":"rotmon"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"get-a-pack"}},"/api/packs/{slugOrAddress}/live":{"get":{"operationId":"getApiPacksSlugOrAddressLive","summary":"Get live pack market data","description":"Read live market state for a collection.","tags":["Public Reads","Packs","Marketplace"],"security":[],"parameters":[{"description":"Published collection slug or onchain pack address.","in":"path","name":"slugOrAddress","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"catalog":{"agents":[]}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"get-a-pack"}},"/api/users/lookup":{"get":{"operationId":"getApiUsersLookup","summary":"Lookup user profile","description":"Resolve a public profile by username or wallet address.","tags":["Public Reads","Users"],"security":[],"parameters":[{"description":"Username to resolve.","in":"query","name":"username","required":false,"schema":{"type":"string"}},{"description":"Wallet address to resolve.","in":"query","name":"address","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"user":{"id":"user-123","username":"collector"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"get-a-user-profile"}},"/api/users/{userId}":{"get":{"operationId":"getApiUsersUserId","summary":"Get user profile","description":"Read a known public user profile directly.","tags":["Public Reads","Users"],"security":[],"parameters":[{"description":"Aura user id returned by profile lookup or other authenticated surfaces.","in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"id":"user-123","username":"collector"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"get-a-user-profile"}},"/api/users/{userId}/pack-cards":{"get":{"operationId":"getApiUsersUserIdPackCards","summary":"Get user inventory","description":"Read condensed or card-level owned inventory for a public profile.","tags":["Public Reads","Users","Inventory"],"security":[],"parameters":[{"description":"Aura user id returned by profile lookup or other authenticated surfaces.","in":"path","name":"userId","required":true,"schema":{"type":"string"}},{"description":"Return grouped inventory rows instead of individual cards.","in":"query","name":"condensed","required":false,"schema":{"type":"boolean"}},{"description":"Only include rows the user currently owns.","in":"query","name":"ownedOnly","required":false,"schema":{"type":"boolean"}},{"description":"Search term.","in":"query","name":"search","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"items":[],"meta":{"total":0}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"get-user-inventory"}},"/api/users/{userId}/created-packs":{"get":{"operationId":"getApiUsersUserIdCreatedPacks","summary":"Get user created packs","description":"List published collections created by a user.","tags":["Public Reads","Users","Packs"],"security":[],"parameters":[{"description":"Aura user id returned by profile lookup or other authenticated surfaces.","in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"items":[],"meta":{"total":0}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"public","x-aura-docs-slug":"get-user-created-packs"}},"/api/tempo/marketplace/catalog":{"get":{"operationId":"getApiTempoMarketplaceCatalog","summary":"Get marketplace catalog","description":"Read the public marketplace catalog. Auth is optional and only enriches user-specific context.","tags":["Public Reads","Marketplace"],"security":[],"parameters":[{"description":"Filter by surface such as live or pack.","in":"query","name":"surface","required":false,"schema":{"type":"string"}},{"description":"Filter by project lane.","in":"query","name":"project","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"agents":[],"collections":[],"market":{"collectionCount":0}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"optional_user","x-aura-docs-slug":"get-marketplace-catalog"}},"/api/tempo/marketplace/offers":{"get":{"operationId":"getApiTempoMarketplaceOffers","summary":"Get marketplace offers","description":"Read current marketplace offers.","tags":["Public Reads","Marketplace"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"offers":[]},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"optional_user","x-aura-docs-slug":"get-offers"}},"/api/tempo/marketplace/v2/offers":{"get":{"operationId":"getApiTempoMarketplaceV2Offers","summary":"Get marketplace v2 offers","description":"Read the v2 order-book style marketplace offers.","tags":["Public Reads","Marketplace"],"security":[],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"executionMode":"exchange","offers":[]},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"optional_user","x-aura-docs-slug":"get-offers"}},"/api/tempo/developer/v1/simple-items/validate":{"post":{"operationId":"postApiTempoDeveloperV1SimpleItemsValidate","summary":"Validate simple item create payload","description":"Validate a simple item payload before create.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"image":"data:image/png;base64,...","title":"Rotmon Scout"},"schema":{"type":"object","properties":{"image":{"type":"string"},"title":{"type":"string"}},"required":["image","title"]}}},"description":"Simple item draft payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"ok":true},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-item"}},"/api/tempo/developer/v1/simple-items/create":{"post":{"operationId":"postApiTempoDeveloperV1SimpleItemsCreate","summary":"Prepare simple item create","description":"Create a simple item preparation record.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"image":"data:image/png;base64,...","title":"Rotmon Scout"},"schema":{"type":"object","properties":{"image":{"type":"string"},"title":{"type":"string"}},"required":["image","title"]}}},"description":"Simple item create request.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"pack":{"id":"pack-1"},"preparation":{"id":"prep-1"},"transaction":{"to":"0x..."}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-item"}},"/api/tempo/developer/v1/simple-items/submit":{"post":{"operationId":"postApiTempoDeveloperV1SimpleItemsSubmit","summary":"Submit simple item create","description":"Submit a created simple item after local signing.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"packId":"pack-1","preparationId":"prep-1","txHash":"0xTX..."},"schema":{"type":"object","properties":{"packId":{"type":"string"},"preparationId":{"type":"string"},"txHash":{"type":"string"}},"required":["packId","preparationId","txHash"]}}},"description":"Submit an already prepared simple item.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"pack":{"id":"pack-1"},"preparation":{"status":"submitted"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-item"}},"/api/tempo/developer/v1/simple-items/{packId}":{"get":{"operationId":"getApiTempoDeveloperV1SimpleItemsPackId","summary":"Get simple item by pack id","description":"Get a simple item by developer pack id.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Developer-side pack id from the simple item or simple pack authoring flow.","in":"path","name":"packId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"pack":{"id":"pack-1"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-item"}},"/api/tempo/developer/v1/simple-items/{packId}/status":{"get":{"operationId":"getApiTempoDeveloperV1SimpleItemsPackIdStatus","summary":"Get simple item status","description":"Get a simple item status by pack id.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Developer-side pack id from the simple item or simple pack authoring flow.","in":"path","name":"packId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"status":"ready"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-item"}},"/api/tempo/developer/v1/simple-items/{packId}/metadata/refresh":{"post":{"operationId":"postApiTempoDeveloperV1SimpleItemsPackIdMetadataRefresh","summary":"Refresh simple item metadata","description":"Refresh simple item metadata for a prepared or submitted item.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Developer-side pack id from the simple item or simple pack authoring flow.","in":"path","name":"packId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"force":true},"schema":{"type":"object","properties":{"force":{"type":"boolean"}}}}},"description":"Optional metadata refresh payload.","required":false},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"ok":true},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-item"}},"/api/tempo/developer/v1/simplepacks/validate":{"post":{"operationId":"postApiTempoDeveloperV1SimplepacksValidate","summary":"Validate simple pack payload","description":"Validate a simple pack payload before prepare.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"name":"Rotmon Base","slots":[{"name":"Scout"}]},"schema":{"type":"object","properties":{"name":{"type":"string"},"slots":{"type":"array","items":{"type":"object"}}},"required":["name","slots"]}}},"description":"Simple pack validation payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"ok":true},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-pack"}},"/api/tempo/developer/v1/simplepacks/prepare":{"post":{"operationId":"postApiTempoDeveloperV1SimplepacksPrepare","summary":"Prepare simple pack create","description":"Prepare a simple pack deployment flow.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"name":"Rotmon Base","slots":[{"name":"Scout"}]},"schema":{"type":"object","properties":{"name":{"type":"string"},"slots":{"type":"array","items":{"type":"object"}}},"required":["name","slots"]}}},"description":"Simple pack prepare payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"pack":{"id":"pack-1"},"preparation":{"id":"prep-1"},"transaction":{"to":"0x..."}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-pack"}},"/api/tempo/developer/v1/simplepacks/submit":{"post":{"operationId":"postApiTempoDeveloperV1SimplepacksSubmit","summary":"Submit simple pack create","description":"Submit a simple pack after local signing.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"packId":"pack-1","preparationId":"prep-1","txHash":"0xTX..."},"schema":{"type":"object","properties":{"packId":{"type":"string"},"preparationId":{"type":"string"},"txHash":{"type":"string"}},"required":["packId","preparationId","txHash"]}}},"description":"Submit an already prepared simple pack.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"pack":{"id":"pack-1"},"preparation":{"status":"submitted"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-pack"}},"/api/tempo/developer/v1/simplepacks/{packId}":{"get":{"operationId":"getApiTempoDeveloperV1SimplepacksPackId","summary":"Get simple pack by pack id","description":"Get a simple pack by developer pack id.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Developer-side pack id from the simple item or simple pack authoring flow.","in":"path","name":"packId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"pack":{"id":"pack-1"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-pack"}},"/api/tempo/developer/v1/simplepacks/{packId}/status":{"get":{"operationId":"getApiTempoDeveloperV1SimplepacksPackIdStatus","summary":"Get simple pack status","description":"Get a simple pack deployment status by pack id.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Developer-side pack id from the simple item or simple pack authoring flow.","in":"path","name":"packId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"status":"ready"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-pack"}},"/api/tempo/developer/v1/simplepacks/{packId}/metadata/refresh":{"post":{"operationId":"postApiTempoDeveloperV1SimplepacksPackIdMetadataRefresh","summary":"Refresh simple pack metadata","description":"Refresh simple pack metadata for a prepared or submitted pack.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Developer-side pack id from the simple item or simple pack authoring flow.","in":"path","name":"packId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"force":true},"schema":{"type":"object","properties":{"force":{"type":"boolean"}}}}},"description":"Optional metadata refresh payload.","required":false},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"ok":true},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-pack"}},"/api/tempo/developer/v1/simplepacks/open/rescue":{"post":{"operationId":"postApiTempoDeveloperV1SimplepacksOpenRescue","summary":"Rescue simple pack open","description":"Rescue a simple pack open flow that needs reveal or post-submit repair work.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"packId":"pack-1","txHash":"0xTX..."},"schema":{"type":"object","properties":{"packId":{"type":"string"},"txHash":{"type":"string"}},"required":["packId","txHash"]}}},"description":"Open rescue payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"ok":true},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-pack"}},"/api/tempo/developer/v1/simplepacks/post-deploy/rescue":{"post":{"operationId":"postApiTempoDeveloperV1SimplepacksPostDeployRescue","summary":"Rescue simple pack post-deploy state","description":"Rescue a simple pack deployment after the onchain deploy succeeds but local projections need repair.","tags":["Developer v1","Create"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"packId":"pack-1","txHash":"0xTX..."},"schema":{"type":"object","properties":{"packId":{"type":"string"},"txHash":{"type":"string"}},"required":["packId","txHash"]}}},"description":"Post-deploy rescue payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"ok":true},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"create-simple-pack"}},"/api/tempo/developer/v1/marketplace/catalog":{"get":{"operationId":"getApiTempoDeveloperV1MarketplaceCatalog","summary":"Get developer marketplace catalog","description":"Read delegated marketplace catalog in the same auth namespace as create and trading flows.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"agents":[],"collections":[]},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"get-marketplace-catalog"}},"/api/tempo/developer/v1/marketplace/offers":{"get":{"operationId":"getApiTempoDeveloperV1MarketplaceOffers","summary":"Get developer marketplace offers","description":"Read delegated marketplace offers in the same auth namespace as the mutation flows.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"offers":[]},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"get-offers"}},"/api/tempo/developer/v1/marketplace/offers/{agentId}":{"get":{"operationId":"getApiTempoDeveloperV1MarketplaceOffersAgentId","summary":"Get developer marketplace offers by agent","description":"Read delegated marketplace offers for one agent id.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Marketplace agent id in <collection-address>:<sku-id> format.","in":"path","name":"agentId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","offers":[]},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"get-offers"}},"/api/tempo/developer/v1/marketplace/v2/offers":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceV2Offers","summary":"Submit delegated marketplace v2 offer","description":"Submit a delegated marketplace v2 offer directly.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1,"units":"100"},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"},"units":{"type":"string"}},"required":["agentId","quantity","units"]}}},"description":"V2 offer submit payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"txHash":"0xTX..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/inventory":{"get":{"operationId":"getApiTempoDeveloperV1MarketplaceInventory","summary":"Get developer marketplace inventory","description":"Read delegated marketplace inventory for the currently authenticated user wallet.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"items":[],"walletAddress":"0xuser..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"get-user-inventory"}},"/api/tempo/developer/v1/marketplace/buy/quote":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceBuyQuote","summary":"Quote delegated marketplace buy","description":"Quote a delegated marketplace buy without executing it yet.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"items":[{"agentId":"0xCOLLECTION:1","quantity":1}]},"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object"}}},"required":["items"]}}},"description":"Buy quote payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"quote":{"subtotalUnits":"100"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"buy-open-mint-open"}},"/api/tempo/developer/v1/marketplace/buy/prepare":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceBuyPrepare","summary":"Prepare delegated marketplace buy","description":"Prepare a delegated marketplace buy for local signing.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"items":[{"agentId":"0xCOLLECTION:1","quantity":1}]},"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object"}}},"required":["items"]}}},"description":"Prepare payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"transaction":{"calls":[]}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"buy-open-mint-open"}},"/api/tempo/developer/v1/marketplace/buy/submit":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceBuySubmit","summary":"Submit delegated marketplace buy","description":"Submit a delegated marketplace buy after local signing.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"quote":{"subtotalUnits":"100"},"txHash":"0xTX..."},"schema":{"type":"object","properties":{"quote":{"type":"object"},"txHash":{"type":"string"}},"required":["quote","txHash"]}}},"description":"Submit payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"txHash":"0xTX..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"buy-open-mint-open"}},"/api/tempo/developer/v1/marketplace/offer/quote":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceOfferQuote","summary":"Quote delegated marketplace offer","description":"Quote a delegated marketplace offer.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"}},"required":["agentId","quantity"]}}},"description":"Offer quote payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"quote":{"floorAskUnits":"100"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/offer/prepare":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceOfferPrepare","summary":"Prepare delegated marketplace offer","description":"Prepare a delegated marketplace offer for local signing.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1,"units":"100"},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"},"units":{"type":"string"}},"required":["agentId","quantity","units"]}}},"description":"Offer prepare payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"transaction":{"calls":[]}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/offer/submit":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceOfferSubmit","summary":"Submit delegated marketplace offer","description":"Submit a delegated marketplace offer after local signing.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"quote":{"units":"100"},"txHash":"0xTX..."},"schema":{"type":"object","properties":{"quote":{"type":"object"},"txHash":{"type":"string"}},"required":["quote","txHash"]}}},"description":"Offer submit payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"txHash":"0xTX..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/offer/cancel/quote":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceOfferCancelQuote","summary":"Quote delegated marketplace offer cancellation","description":"Quote a delegated marketplace offer cancellation.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"offerId":"offer-1"},"schema":{"type":"object","properties":{"offerId":{"type":"string"}},"required":["offerId"]}}},"description":"Offer cancel quote payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"quote":{"gasEstimate":"0"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/offer/cancel/prepare":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceOfferCancelPrepare","summary":"Prepare delegated marketplace offer cancellation","description":"Prepare a delegated marketplace offer cancellation for local signing.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"offerId":"offer-1"},"schema":{"type":"object","properties":{"offerId":{"type":"string"}},"required":["offerId"]}}},"description":"Offer cancel prepare payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"transaction":{"calls":[]}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/offer/cancel/submit":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceOfferCancelSubmit","summary":"Submit delegated marketplace offer cancellation","description":"Submit a delegated marketplace offer cancellation after local signing.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"quote":{"offerId":"offer-1"},"txHash":"0xTX..."},"schema":{"type":"object","properties":{"quote":{"type":"object"},"txHash":{"type":"string"}},"required":["quote","txHash"]}}},"description":"Offer cancel submit payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"txHash":"0xTX..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/sell/quote":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceSellQuote","summary":"Quote delegated marketplace sell","description":"Quote a delegated marketplace sell.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"}},"required":["agentId","quantity"]}}},"description":"Sell quote payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"quote":{"subtotalUnits":"100"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/sell/prepare":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceSellPrepare","summary":"Prepare delegated marketplace sell","description":"Prepare a delegated marketplace sell for local signing.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1,"units":"100"},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"},"units":{"type":"string"}},"required":["agentId","quantity","units"]}}},"description":"Sell prepare payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"transaction":{"calls":[]}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/sell/submit":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceSellSubmit","summary":"Submit delegated marketplace sell","description":"Submit a delegated marketplace sell after local signing.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"quote":{"units":"100"},"txHash":"0xTX..."},"schema":{"type":"object","properties":{"quote":{"type":"object"},"txHash":{"type":"string"}},"required":["quote","txHash"]}}},"description":"Sell submit payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"txHash":"0xTX..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/transfer/quote":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceTransferQuote","summary":"Quote delegated marketplace transfer","description":"Quote a delegated marketplace transfer.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1,"recipientAddress":"0xRECIPIENT..."},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"},"recipientAddress":{"type":"string"}},"required":["agentId","quantity","recipientAddress"]}}},"description":"Transfer quote payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"quote":{"gasEstimate":"0"}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/transfer/prepare":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceTransferPrepare","summary":"Prepare delegated marketplace transfer","description":"Prepare a delegated marketplace transfer for local signing.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1,"recipientAddress":"0xRECIPIENT..."},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"},"recipientAddress":{"type":"string"}},"required":["agentId","quantity","recipientAddress"]}}},"description":"Transfer prepare payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"transaction":{"calls":[]}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/developer/v1/marketplace/transfer/submit":{"post":{"operationId":"postApiTempoDeveloperV1MarketplaceTransferSubmit","summary":"Submit delegated marketplace transfer","description":"Submit a delegated marketplace transfer after local signing.","tags":["Developer v1","Marketplace"],"security":[{"developerBearerAuth":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"quote":{"recipientAddress":"0xRECIPIENT..."},"txHash":"0xTX..."},"schema":{"type":"object","properties":{"quote":{"type":"object"},"txHash":{"type":"string"}},"required":["quote","txHash"]}}},"description":"Transfer submit payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"txHash":"0xTX..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"developer_bearer","x-aura-docs-slug":"sell-offer-transfer"}},"/api/tempo/marketplace/inventory":{"get":{"operationId":"getApiTempoMarketplaceInventory","summary":"Get authenticated marketplace inventory","description":"Read authenticated marketplace inventory using either a user bearer token or a read token bearer token.","tags":["Marketplace"],"security":[{"tempoReadBearerAuth":[]},{"userBearerAuth":[]}],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"items":[],"walletAddress":"0xuser..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"tempo_read_or_user","x-aura-docs-slug":"route-reference"}},"/api/tempo/marketplace/quote":{"post":{"operationId":"postApiTempoMarketplaceQuote","summary":"Quote authenticated marketplace checkout","description":"Quote a session-authenticated marketplace checkout against the currently connected user.","tags":["Marketplace"],"security":[{"userBearerAuth":[]}],"parameters":[],"requestBody":{"content":{"application/json":{"example":{"items":[{"agentId":"0xCOLLECTION:1","quantity":1}]},"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object"}}},"required":["items"]}}},"description":"Checkout quote payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"items":[],"subtotalUnits":"100"},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"user_bearer","x-aura-docs-slug":"buy-open-mint-open"}},"/api/tempo/marketplace/checkout":{"post":{"operationId":"postApiTempoMarketplaceCheckout","summary":"Execute authenticated marketplace checkout","description":"Execute a session-authenticated marketplace checkout for the current user wallet.","tags":["Marketplace"],"security":[{"userBearerAuth":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"items":[{"agentId":"0xCOLLECTION:1","quantity":1}]},"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object"}}},"required":["items"]}}},"description":"Checkout execute payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"txHash":"0xTX..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"user_bearer","x-aura-docs-slug":"buy-open-mint-open"}},"/api/tempo/marketplace/open/checkout":{"post":{"operationId":"postApiTempoMarketplaceOpenCheckout","summary":"Execute authenticated marketplace open","description":"Execute a session-authenticated pack open for the current user wallet.","tags":["Marketplace"],"security":[{"userBearerAuth":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"}},"required":["agentId","quantity"]}}},"description":"Open checkout payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"requestTxHash":"0xTX...","revealStatus":{"revealedItems":[]}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"user_bearer","x-aura-docs-slug":"buy-open-mint-open"}},"/api/tempo/marketplace/mint-open/checkout":{"post":{"operationId":"postApiTempoMarketplaceMintOpenCheckout","summary":"Execute authenticated marketplace mint-open","description":"Execute a session-authenticated simple-pack mint and open flow for the current user wallet.","tags":["Marketplace"],"security":[{"userBearerAuth":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"}},"required":["agentId","quantity"]}}},"description":"Mint-open execute payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"requestTxHash":"0xTX...","revealStatus":{"revealedItems":[]}},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"user_bearer","x-aura-docs-slug":"buy-open-mint-open"}},"/api/tempo/agents/marketplace/inventory":{"get":{"operationId":"getApiTempoAgentsMarketplaceInventory","summary":"Get service-wallet marketplace inventory","description":"Read service-wallet marketplace inventory using the configured backend agent wallet.","tags":["Agent Marketplace"],"security":[{"tempoAgentApiKey":[]}],"parameters":[{"description":"Configured Tempo agent API key. Required for service-wallet marketplace wrappers.","in":"header","name":"x-tempaitown-agent-key","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"agentMode":"agent","items":[],"walletAddress":"0xagent..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"agent_api_key","x-aura-docs-slug":"service-wallet-vs-delegated"}},"/api/tempo/agents/marketplace/checkout":{"post":{"operationId":"postApiTempoAgentsMarketplaceCheckout","summary":"Execute service-wallet marketplace checkout","description":"Execute a service-wallet marketplace checkout through the configured backend agent wallet. This lane does not reuse a user delegation.","tags":["Agent Marketplace"],"security":[{"tempoAgentApiKey":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}},{"description":"Configured Tempo agent API key. Required for service-wallet marketplace wrappers.","in":"header","name":"x-tempaitown-agent-key","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"items":[{"agentId":"0xCOLLECTION:1","quantity":1}]},"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object"}},"sponsorFees":{"type":"boolean"}},"required":["items"]}}},"description":"Agent checkout payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"agentMode":"agent","txHash":"0xTX...","walletAddress":"0xagent..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"agent_api_key","x-aura-docs-slug":"buy-open-mint-open"}},"/api/tempo/agents/marketplace/open":{"post":{"operationId":"postApiTempoAgentsMarketplaceOpen","summary":"Execute service-wallet marketplace open","description":"Execute a service-wallet pack open through the configured backend agent wallet.","tags":["Agent Marketplace"],"security":[{"tempoAgentApiKey":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}},{"description":"Configured Tempo agent API key. Required for service-wallet marketplace wrappers.","in":"header","name":"x-tempaitown-agent-key","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"},"tokenIds":{"type":"array","items":{"type":"string"}}},"required":["agentId","quantity"]}}},"description":"Agent open payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"requestTxHash":"0xTX...","walletAddress":"0xagent..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"agent_api_key","x-aura-docs-slug":"buy-open-mint-open"}},"/api/tempo/agents/marketplace/mint-open":{"post":{"operationId":"postApiTempoAgentsMarketplaceMintOpen","summary":"Execute service-wallet marketplace mint-open","description":"Execute a service-wallet simple-pack mint/open through the configured backend agent wallet.","tags":["Agent Marketplace"],"security":[{"tempoAgentApiKey":[]}],"parameters":[{"description":"Optional idempotency key. Reuse across retries for the same logical mutation.","in":"header","name":"Idempotency-Key","required":false,"schema":{"type":"string"}},{"description":"Configured Tempo agent API key. Required for service-wallet marketplace wrappers.","in":"header","name":"x-tempaitown-agent-key","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"example":{"agentId":"0xCOLLECTION:1","quantity":1},"schema":{"type":"object","properties":{"agentId":{"type":"string"},"quantity":{"type":"integer"},"sponsorFees":{"type":"boolean"}},"required":["agentId","quantity"]}}},"description":"Agent mint-open payload.","required":true},"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"requestTxHash":"0xTX...","walletAddress":"0xagent..."},"schema":{"additionalProperties":true,"type":"object"}}}}},"x-aura-auth-model":"agent_api_key","x-aura-docs-slug":"buy-open-mint-open"}}},"x-aura-docs":{"apiDocsUrl":"https://auramaxx.gg/api","docsUrl":"https://auramaxx.gg/docs","publicApiSchemaUrl":"https://auramaxx.gg/auramaxxgg-public-api-schema-v1.json"}}