{
  "name": "NatorOS",
  "description": "Agentic OS and AI OS for hiring, deploying, governing, and improving accountable AI workers across enterprise operations.",
  "url": "https://www.natoros.com",
  "version": "2026-05-21",
  "provider": {
    "name": "NatorOS",
    "url": "https://www.natoros.com"
  },
  "documentationUrl": "https://www.natoros.com/docs/api",
  "openApiUrl": "https://www.natoros.com/openapi.json",
  "mcpServerCardUrl": "https://www.natoros.com/.well-known/mcp/server-card.json",
  "authentication": {
    "type": "oauth2",
    "flows": ["client_credentials", "api_key"],
    "protectedResourceMetadata": "https://www.natoros.com/.well-known/oauth-protected-resource",
    "scopes": [
      "agents:read",
      "agents:write",
      "workflows:read",
      "workflows:write",
      "runs:read",
      "records:read",
      "records:write",
      "webhooks:write"
    ]
  },
  "capabilities": [
    "agent_discovery",
    "workflow_discovery",
    "workflow_run_creation",
    "record_read",
    "record_write",
    "webhooks",
    "sandbox"
  ],
  "sandbox": {
    "url": "https://www.natoros.com/api/v1/sandbox/workflow-runs",
    "description": "Safe public sandbox for autonomous agents to test workflow-run creation without customer data."
  }
}
