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

  1. Read /llms.txt and /llms-full.txt.
  2. Read /openapi.json or /.well-known/openapi.json.
  3. Read /.well-known/mcp/tools.json and the live MCP tool manifest.
  4. Read /.well-known/mcp/apps.json and MCP Apps docs.
  5. For commerce, read /.well-known/agent-commerce.json.
  6. For delegated auth examples, read /docs/agent-auth.
  7. For ACP/UCP bridge support, read /docs/acp-ucp.

API endpoints

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.