AtlasOps
ProductMonitoringIntegrationsPricingDocs
Log inStart free

AtlasOps SDK.

Build deployment and monitoring workflows on top of scoped API keys, typed project payloads, webhook events, and CLI-compatible conventions.

Typed clients

Use the same project, environment, deployment, and alert contracts that power the dashboard API.

Open

CLI parity

Keep local automation aligned with the hosted dashboard by sharing authentication and deployment status conventions.

Open

Project automation

List projects and filter by organization-scoped access.

Scoped keys

Issue revocable keys with read, deploy, billing, or admin scopes.

Webhook events

Handle deployment, invoice, alert, and rollback events.

Release workflows

Promote Docker and serverless artifacts with audit trails.

const projects = await atlasops.projects.list({
  organization: "northstar-cloud",
  status: "ACTIVE"
});

await atlasops.deployments.promote({
  projectId: projects[0].id,
  environment: "production"
});
  • SDK-ready REST endpoint with bearer-token authentication.
  • Webhook signature verification for billing and lifecycle events.
  • Consistent deployment and monitoring entities across Prisma, API, and UI.
  • Operational examples for CI/CD, Docker promotion, and incident workflows.
AtlasOps

Deploy, monitor, and scale production systems from one calm DevOps operating surface.

Product

  • Dashboard
  • Deployments
  • Monitoring
  • Docker

Company

  • About
  • Blog
  • Roadmap
  • Changelog

Resources

  • Docs
  • API
  • SDK
  • CLI
  • Support

Legal

  • Privacy
  • Terms
  • Refunds
  • Cookies