{"name":"EasyBusiness Agent Commerce","version":"1.0","description":"Machine-readable entrypoint for AI agents to discover services, build quotes, and create fixed-price orders.","discovery":{"landingPage":"/ai-agents","portalLogin":"/agent-login","portalDashboard":"/agent-portal"},"auth":{"type":"bearer_or_x-agent-key","header":"Authorization: Bearer <agent-key>","onboarding":"Operator registration and admin approval are required before scoped keys can be issued."},"endpoints":{"catalog":"/api/agent/v1/services","service":"/api/agent/v1/services/{serviceSlug}","quote":"/api/agent/v1/quotes","cart":"/api/agent/v1/cart","checkout":"/api/agent/v1/checkout","order":"/api/agent/v1/orders/{orderId}"},"scopes":["catalog:read","quote:create","cart:create","checkout:create","orders:read"],"constraints":{"checkout":"Fixed-price services only in v1. Custom-scope services return QUOTE_REQUIRED.","security":"Requests are filtered by prompt-injection checks, scope enforcement, rate limits, and service-allowlist checks."}}