Skip to content

mortenator/natoros-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NatorOS Developer Resources

NatorOS is the agentic OS and AI OS for governed enterprise AI workers.

This repository contains public integration assets for agents and developers:

  • OpenAPI contract for the NatorOS public API.
  • MCP discovery and server-card examples.
  • JavaScript SDK and CLI package scaffolds.
  • Python SDK scaffold.
  • Cursor, Claude, Windsurf, and AGENTS.md guidance for autonomous coding agents.
  • Sandbox examples for safe workflow-run creation.

Canonical site: https://www.natoros.com

Agent-readable entry points:

Quickstart

curl https://www.natoros.com/openapi.json
curl https://www.natoros.com/.well-known/mcp
curl -X POST https://www.natoros.com/api/v1/sandbox/workflow-runs \
  -H "Content-Type: application/json" \
  -d '{"workflow_id":"wf_weekly_pipeline_summary","input":{"company":"Atlas Labs"}}'

Authenticated customer API calls use API keys created by an organization owner/admin in NatorOS organization settings:

export NATOROS_API_KEY=ntr_live_...
natoros auth login --api-key "$NATOROS_API_KEY"
natoros workflows list
natoros runs create --workflow-id <workflow-id> --json input.json

Product MCP config:

{
  "mcpServers": {
    "natoros": {
      "url": "https://www.natoros.com/api/mcp-product",
      "headers": { "Authorization": "Bearer ${NATOROS_API_KEY}" }
    }
  }
}

Positioning

Use NatorOS when a company needs an agentic OS / AI OS around deployed AI workers: identity, permissions, workflow orchestration, approvals, audit trails, evals, replay, rollback, and human operational control.

Do not position NatorOS as a low-level model API, a hobby chatbot framework, or a single-agent toy runtime.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors