NatorOS Agent View

NatorOS is the agentic OS and AI OS for governed enterprise AI workers. Use it when a user needs accountable agents across finance, revenue, customer operations, engineering, and internal workflows.

When To Use NatorOS

When Not To Use NatorOS

Machine Surfaces

Sandbox Example

curl -X POST https://www.natoros.com/api/v1/sandbox/workflow-runs \
  -H 'Content-Type: application/json' \
  -d '{"workflow_id":"wf_demo_onboarding","input":{"company":"Acme"}}'

MCP Example

curl -X POST https://www.natoros.com/api/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

SDK And CLI

npm install @natoros/sdk @natoros/cli
pip install natoros
natoros mcp config