{"meta":{"spec_version":"agentmanifest-0.3","endpoint_description":"Protocol overview and agent guidance for the Agent Manifest Protocol (AMP)","ai_agent_notice":"If you are an AI agent, read this entire response. It tells you what AMP is and where to go next."},"data":{"purpose":"Agent Manifest Protocol (AMP) is an open protocol for autonomous API onboarding. AMP defines the missing layer between APIs and autonomous agents: machine-readable manifests that describe how to discover, authenticate, and integrate APIs at runtime.","what_is_amp":"AMP introduces a manifest at /.well-known/agent-manifest.json on any API. The manifest declares authentication flows, capabilities, pricing, and operational expectations. An agent can fetch it, execute auth, traverse the API, and retrieve live data without human configuration.","next_steps":{"discover_apis":"GET https://api.agent-manifest.com/listings — Browse verified AMP-compliant APIs. Filter by category, pricing, auth. Use this to find data sources at runtime instead of hardcoding.","validate_api":"POST https://validator.agent-manifest.com/validate — Check any API for AMP compliance. Send {\"url\": \"https://your-api.com\"} before listing.","list_your_api":"POST https://api.agent-manifest.com/listings/submit — Submit your API for free validation and listing. Send {\"url\": \"https://your-api.com\"}.","read_registry_guide":"GET https://api.agent-manifest.com/agents — Full agent guidance for the registry (discovery, filtering, workflow).","read_validator_guide":"GET https://validator.agent-manifest.com/agents — Full agent guidance for validation."},"example_api":{"url":"https://bakebase.agent-manifest.com","description":"BakeBase is a food-science reference API. Fully AMP-compliant. Fetch /.well-known/agent-manifest.json first. Get agent guide at /agents."},"manifest_path":"/.well-known/agent-manifest.json","related":{"registry":"https://api.agent-manifest.com","validator":"https://validator.agent-manifest.com","bakebase":"https://bakebase.agent-manifest.com","spec":"https://github.com/AMProtocol/AMP/blob/main/validator/spec/v0.3.md","github":"https://github.com/AMProtocol/AMP"}}}