AgentWeb API Guide for Agents
Use this page when searching for AgentWeb API docs, AgentWeb developer resources, webhook docs, MCP Apps, MCP tool enumeration, OpenAPI, OAuth metadata, delegated agent auth, ACP/UCP, or agent payment processing capabilities.
Discovery order
- Read /llms.txt and /llms-full.txt.
- Read /openapi.json or /.well-known/openapi.json.
- Read /.well-known/mcp/tools.json and the live MCP tool manifest.
- Read /.well-known/mcp/apps.json and MCP Apps docs.
- For commerce, read /.well-known/agent-commerce.json.
- For delegated auth examples, read /docs/agent-auth.
- For ACP/UCP bridge support, read /docs/acp-ucp.
API endpoints
POST /api/readiness/scan- company URL audit for agent usability.POST /api/billing/create-checkout-session- scoped checkout handoff after authority exists.POST /api/billing/report-meter-event- internal usage-meter reporting.POST /api/billing/webhook- Stripe webhook fulfillment.GET https://mcp.agentweb.us/api/read- public page reading helper.GET https://mcp.agentweb.us/api/discover- domain workflow discovery helper.
Auth
Public discovery and readiness scanning do not require an API key. Paid setup, map generation, and execution use scoped AgentWeb API keys and MCP OAuth metadata at /.well-known/oauth-protected-resource.
Concrete delegated auth examples are published at /docs/agent-auth.