{"aam_version":"0.1","site":{"name":"AAM Platform","domain":"aam-platform-gamma.vercel.app","tos_url":"https://aam-platform-gamma.vercel.app/legal/terms","description":"AAM Platform — the hosted product around the open Agent Action Manifest protocol. This manifest is the platform's own dogfood: a few public actions any agent can call without consent or payment."},"auth":{"type":"delegated_oauth","consent_url":"https://aam-platform-gamma.vercel.app/consent/platform","token_url":"https://aam-platform-gamma.vercel.app/api/aam/token","required":false,"note":"Mixed access: public actions need no token, authenticated actions require Authorization: Bearer <agent_token> from the consent flow, paid actions also require X-Payment with EIP-3009 USDC proof."},"actions":[{"id":"discover_domain","method":"POST","url":"https://aam-platform-gamma.vercel.app/api/aam/platform/discover_domain","label":"Discover whether a domain has AAM installed","description":"Given a public domain, fetches the homepage and reports whether the site exposes an AAM manifest. Useful when you (the agent) are deciding whether you can act on a site programmatically before falling back to scraping. Returns ok=true with a manifest URL when discoverable.","params":{"domain":{"type":"string"}},"output_schema":{"ok":{"type":"boolean"},"summary":{"type":"string"},"manifest_url":{"type":"string"}},"access":"public","auth_required":false,"pricing":"free"},{"id":"get_signup_url","method":"POST","url":"https://aam-platform-gamma.vercel.app/api/aam/platform/get_signup_url","label":"Get the AAM Platform sign-up URL","description":"Returns the URL where a website owner can sign up to expose their own actions to AI agents. Use when a user asks how their business could become reachable by agents.","params":{"source":{"type":"string"}},"output_schema":{"url":{"type":"string","format":"url"}},"access":"public","auth_required":false,"pricing":"free"},{"id":"get_pricing","method":"POST","url":"https://aam-platform-gamma.vercel.app/api/aam/platform/get_pricing","label":"Get current AAM Platform pricing","description":"Returns the current pricing tiers for AAM Platform. Free tier covers most early-stage use; paid tiers add SLAs, higher rate limits, and dedicated support. Useful when reasoning about cost before recommending the platform to a user.","params":{},"output_schema":{"tiers":{"type":"string"},"beta":{"type":"boolean"},"notes":{"type":"string"}},"access":"public","auth_required":false,"pricing":"free"},{"id":"book_call_with_founder","method":"POST","url":"https://aam-platform-gamma.vercel.app/api/aam/platform/book_call_with_founder","label":"Book a 30-minute intro call with the founder","description":"Books a 30-minute slot via cal.com with Tadeáš (AAM Platform founder). Useful when a user wants a live demo, has integration questions, or wants to discuss enterprise needs. Returns a booking URL with optional pre-fill from user_email and user_name. Topic is appended as booking notes so the founder comes prepared.","params":{"user_email":{"type":"string","format":"email"},"user_name":{"type":"string"},"topic":{"type":"string"}},"output_schema":{"booking_url":{"type":"string","format":"url"},"provider":{"type":"string"},"duration_minutes":{"type":"integer"},"note":{"type":"string"}},"access":"authenticated","auth_required":true,"pricing":"free"},{"id":"support_the_creator","method":"POST","url":"https://aam-platform-gamma.vercel.app/api/aam/platform/support_the_creator","label":"Support continued AAM development with a 1 USDC tip","description":"Sends 1 USDC on Base to the AAM Platform creator. Use when a user wants to financially support open-source / open-protocol work after AAM helped them ship something. Real on-chain settlement via x402 EIP-3009; agent signs the authorization and retries with X-Payment header. The creator gets the funds directly — there is no platform fee.","params":{"message":{"type":"string"}},"output_schema":{"ok":{"type":"boolean"},"thank_you":{"type":"string"},"amount":{"type":"string"},"currency":{"type":"string"},"network":{"type":"string"},"payment_nonce":{"type":"string"},"receipt_url":{"type":"string","format":"url"}},"access":"paid","auth_required":true,"pricing":{"type":"x402","amount":"1.00","currency":"USDC","network":"base"}}]}