Install
Put the CLI on the machine your agent already uses.
nimbus skills install nimbus login
Docs
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.
Put the CLI on the machine your agent already uses.
nimbus skills install nimbus login
Route inference and embeddings from the same prompt that writes the app.
nimbus gateway status nimbus gateway route --model auto
Migrate, query, and branch tables without a console walkthrough.
nimbus db migrate nimbus db branch create db-v2
Scoped credentials the agent is allowed to hold. Least privilege by default.
nimbus auth policy nimbus auth branch create auth-v2
Frontend, functions, and data plane from one skill surface.
nimbus deploy nimbus deploy --preview
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