Build on the Unified AI Execution Layer
Everything a developer needs to deploy apps and agents on CreateOS: the CLI, the API, the MCP server, and Skills for AI coding agents. Ship from your terminal or your IDE, and inherit routing, governance, and audit on every call.
Quickstart
Deploy from an AI coding agent in three steps. No new framework to learn.
- 01
Install Skills
Add the CreateOS skill to your AI coding agent. Works with Claude Code, Copilot, Gemini CLI, OpenCode, Codex, and more.
npx skills add https://github.com/NodeOps-app/skills --skill createos - 02
Authenticate
Create an account, generate an API key from your profile, and pass it as the X-Api-Key header. MCP needs no key for basic operations.
export CREATEOS_API_KEY=<your-key> - 03
Deploy
Tell your agent what to ship. It creates the project, deploys from a repo, image, or upload, and returns a live URL on its own domain.
createos deploy --from github
Reference
The full documentation, plus the platform and integration hubs on this site.
Get started
Create an application and deploy your first app, GitHub project, or service.
Read the docsCLI reference
Command reference for deployments, domains, env vars, cron jobs, scaling, and the sandbox.
Read the docsAPI reference
The CreateOS REST API: projects, deployments, environments, and domains.
Read the docsMCP server
Let AI agents operate CreateOS directly over MCP: create, deploy, and manage projects.
Read the docsSkills
Deploy apps from your AI coding agent in natural language, and publish to the marketplace.
Read the docsBuild and deploy
Create, deploy, and manage templates, apps, and widgets across cloud, VPC, or on-prem.
Read the docsIntegrations
Connect AI agents to your enterprise systems through governed connectors.
ViewThe platform
How routing, governance, validation, and observability work as one governed path.
ViewDeploy from Your AI Coding Agent
Install Skills once and deploy in natural language from the tools your team already uses.
Common Questions
Where are the full CreateOS docs?
The complete product documentation lives at nodeops.network/createos/docs, covering Get Started, the CLI, the API, the MCP server, Skills, and integrations. This page is the developer hub that links into it.
How do AI agents deploy to CreateOS?
Through Skills or the MCP server. Skills lets an AI coding agent like Claude Code or Copilot deploy in natural language. The MCP server lets an agent operate CreateOS directly: create projects, deploy, and manage them. Both run through the governed execution layer.
Do I need an API key?
For the REST API, yes: generate one from your profile and pass it as the X-Api-Key header. For MCP, no key is required for basic operations. Create an account at createos.nodeops.network to get started.
What can I deploy?
Apps and agents from a GitHub repo, a Docker image, or an upload, to CreateOS cloud, your VPC, or on-prem. Each deployment runs on the governed layer with routing, policy enforcement, and a full audit trail.
