AgentWeb Developers
AgentWeb exposes mapped workflow execution through MCP, REST, SDK, and LangChain-compatible tools.
Runtime
- MCP endpoint: https://mcp.agentweb.us/mcp
- OpenAPI: /openapi.json
- MCP tool manifest: /.well-known/mcp/tools.json
- MCP Apps manifest: /.well-known/mcp/apps.json
- Agent payment processing resources: /developers/agent-payment-processing
- Agent auth examples: /docs/agent-auth
- ACP/UCP support: /docs/acp-ucp
- Auth and limits: /docs/auth-and-limits.html
Auth
Use Authorization: Bearer aw_<key> for production keys. OAuth metadata and PKCE bootstrap are available on the MCP origin for compatible clients.
Agent-Native Registration
- POST
https://mcp.agentweb.us/api/registerwith an email address. - POST
https://mcp.agentweb.us/api/verifywith email, verification code, and device ID. - Use the returned MCP URL and API key in the customer's agent runtime.