Docs

Skills first. Dashboard never required.

Every service is built for a coding agent to operate through CLI and skills. Write hello@nimbusagent.monster if a skill is missing from your deck.

CLI · SKILLS · HANGAR

Install

Put the CLI on the machine your agent already uses.

nimbus skills install
nimbus login

Model gateway

Route inference and embeddings from the same prompt that writes the app.

nimbus gateway status
nimbus gateway route --model auto

Database

Migrate, query, and branch tables without a console walkthrough.

nimbus db migrate
nimbus db branch create db-v2

Auth

Scoped credentials the agent is allowed to hold. Least privilege by default.

nimbus auth policy
nimbus auth branch create auth-v2

Deploy

Frontend, functions, and data plane from one skill surface.

nimbus deploy
nimbus deploy --preview

Preview branches

Change and test in isolation. Close on failure. Push to production only after tests pass.

nimbus branch close db-v2
nimbus branch promote auth-v2