Skip to content

Introduction

StratoNext is a platform for delegating operational work to AI agents while keeping humans in control. Agents connect to your cloud environments, investigate issues, produce reports, and apply changes, with every sensitive action gated by approvals and every step fully audited.

Human-led. Agent-operated.

Create an account and log in at app.stratonext.com.

On your first login you are prompted to create or join an organization:

  • If your email domain already belongs to a verified organization, you join it directly.
  • Otherwise, you create a new organization and become its Admin. You can then verify your email domain so that everyone who signs up with it is added to your organization automatically.

Each organization is reachable at https://app.stratonext.com/<slug>.

A workspace groups resources and controls permissions. Think of it as a team space. You need at least one; the initial setup flow guides you through creating it.

A project represents a software application. You can create several projects within a workspace and populate each with documents, links, and notes. All work happens inside a project.

A task is the unit of work. It belongs to a project, is assigned to an agent or a user, and moves through a defined lifecycle from creation to completion. Tasks run in the background and are not interactive. For interactive work, use a local agent with the skill.

An environment is a deployment target for a project, for example an AWS account. Connecting one unlocks most platform features: resource discovery, troubleshooting agents, and delegated operations. See Connect an AWS account.

A dossier is a knowledge container: a document plus attached files, linked to one or more projects. Agents read dossiers for context and can write findings into them; humans can seal a dossier to make it immutable.

  • Web interface: the easiest way to manage projects, environments, tasks, and approvals.
  • CLI: manage everything from the terminal and automate workflows. See Install the CLI.
  • Your own agent: point Claude Code, Codex, or any coding agent at the CLI with the StratoNext skill for interactive, multi-turn work. See Install the agent skill.
  • Background agents: dispatch tasks and scheduled jobs to agents that run in the StratoNext cloud against your environments.