OSAgent Control PlaneNEPOPSX
PricingDocs
Sign InGet Started Free
OSAgent Control PlaneNEPOPSX

NEPOPSX is Terraform for AI coding agents: one operating layer for instructions, prompts, standards, and package-based workflows across your whole team.

1 config
Policy lives in one workspace model.
10+ roles
Architect, reviewer, QA, publisher, and more.
Every repo
Ship the same behavior across the whole fleet.

Platform

  • Pricing
  • Docs
  • Get Started

Use Cases

  • Dashboard
  • Setup guide
  • Team sign in

Trust

  • Architecture notes
  • Plan limits
  • Security

© 2026 NEPOPSX. All rights reserved.

Built for platform teams standardizing AI-assisted development.

Back to Docs
Documentation

Getting Started

The fastest path is: create an account, initialize one project, scan the repo to enrich it, install a starter package, and sync the generated files into your repository.

1. Create your account

Start with a free account so you can provision an organization and get a license key for your first workspace.

The dashboard will show your organization status, plan, and the next CLI steps.

2. Initialize the workspace

Run the CLI inside the repository you want to configure. This creates the local workspace model that NEPOPSX uses as its source of truth and activates the repo against your license.

$ npx @nepopsx/cli init
$ nepopsx activate <license-key>

3. Scan the workspace

Run scan before your first install or after changing workspace or agent YAML. It enriches the local config with repo-specific context and confirms what should be pushed back to the backend.

$ nepopsx scan

4. Install a package and sync

Packages define the coordinated agents, prompts, and workflow templates that should be generated for your team. Install adds the package and sync renders the shared workspace files after the enriched config is in place.

$ nepopsx install feature-factory
$ nepopsx sync
Related Docs
CLI Reference
workspace.yaml Reference
Create an accountCompare plans