AgentWeb Developers

AgentWeb exposes mapped workflow execution through MCP, REST, SDK, and LangChain-compatible tools.

Runtime

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

  1. POST https://mcp.agentweb.us/api/register with an email address.
  2. POST https://mcp.agentweb.us/api/verify with email, verification code, and device ID.
  3. Use the returned MCP URL and API key in the customer's agent runtime.