AgentWeb Developers
AgentWeb exposes mapped workflow execution through MCP, REST, SDK, and LangChain-compatible tools.
For crawler-friendly developer resource discovery, start at /developers/agent-resources.
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
- Agent platform configs: /agent-platforms/
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
- In MCP, call
agentweb_start_api_key_signupwith the user's email address. - Ask the human for the emailed code, then call
agentweb_complete_api_key_signupwith email, code, and device ID. - Raw HTTP clients can use
POST https://mcp.agentweb.us/api/registerandPOST https://mcp.agentweb.us/api/verifyfor the same flow. - Use the returned MCP URL and API key in the customer's agent runtime.
Provider Connections
- Call
agentweb_auth_statusoragentweb_connection_statusbefore executing partner actions. - If Hermes or another cookie-backed provider is not connected, call
agentweb_start_connection. - Send the human to the returned
live_view_url, then callagentweb_poll_connectionuntil it returnsdone.