{
  "name": "AgentWeb SDK Integrations",
  "description": "Integration examples for design partners using AgentWeb workflow maps.",
  "docs": "https://agentweb.us/docs/sdk-integrations.html",
  "examples": {
    "langchain": {
      "package": "agentweb.langchain",
      "toolkit": "AgentWebToolkit",
      "workflow": "supplier_discovery"
    },
    "python": {
      "package": "agentweb",
      "client": "AgentWeb",
      "pattern": "client.workflow(workflow_id).run(input)"
    },
    "typescript": {
      "package": "agentweb",
      "client": "AgentWeb",
      "pattern": "client.workflow(workflowId).run(input)"
    },
    "mcp": {
      "url": "https://mcp.agentweb.us/mcp",
      "transport": "streamable-http"
    },
    "rest": {
      "openapi": "https://agentweb.us/openapi.json",
      "auth": "Authorization: Bearer aw_<key>"
    }
  }
}
