Skip to main content
developers · build

Build on zopnight.
Automate everything.

API-first. MCP-native. Terraform-ready. zopnight is built for teams who'd rather automate than click.

Two ways to build on zopnight.

Whether you're scripting a one-off audit or embedding cloud cost intelligence into your platform, there's a supported path.

Available

REST API

Full programmatic access to your cloud findings, remediations, accounts, and showback data. JSON over HTTPS. Bearer token auth. Paginated, versioned, and stable.

API docs →
Available

MCP Server

zopnight publishes an MCP Server that gives Claude, Cursor, and any MCP-compatible AI client live access to your cloud findings and remediation controls.

MCP docs →

zopnight speaks LLM.

zopnight publishes an MCP Server that lets Claude, GPT-4o, and any MCP-compatible AI client query your cloud state, surface waste, and run remediations, all from a chat window.

# Ask your AI client to query zopnight findings
Tool call: zopnight://findings
  ?account=aws-prod
  &min_impact=500
  &status=open

# Returns: 14 findings · total impact $38,400/mo
# Top finding: 47 idle EC2 instances · $12,800/mo

REST API. Clean, versioned, stable.

Every zopnight capability is available over HTTP. Authenticate with a Bearer token. Rate limits are generous, 1,000 req/min on paid plans.

Base URL
https://zopnight.com/api
  • GET /resources List resources with filtering
  • GET /cloud-accounts List connected cloud accounts
  • POST /schedules Create a resource schedule
  • POST /actions Submit a manual action
  • GET /reports/summary Dashboard summary
  • GET /reports/teams Cost per team showback
Quick example
# List resources in aws-prod
curl -X GET \
  'https://zopnight.com/api/resources' \
  -H 'Authorization: Bearer $ZOPNIGHT_TOKEN' \
  -G \
  -d 'accountID=aws-prod' \
  -d 'status=running' \
  -d 'limit=10'

# 200 OK
{
  "data": [...],
  "total": 128,
  "count": 10
}

We build in public.

Source of truth for what we're shipping, what we've shipped, and what you told us to ship next.

Start building in 5 minutes.

Get an API key, connect your first account, and run your first query. No infrastructure required.

Stop watching the waste.
Start cutting it.

See. Find. Fix. Automatic.

Connect your first cloud account in under 5 minutes. See your first remediation in under 7. No credit card required.

REST + SDK Python, Go, TypeScript
webhooks for every action
MCP live in Claude & Codex
Multi-cloud automation· Production-ready in 30 min· SOC 2 · ISO 27001 · zero-trust· 30% average cloud cost cut· 4 platforms · 1 console· Multi-cloud automation· Production-ready in 30 min· SOC 2 · ISO 27001 · zero-trust· 30% average cloud cost cut· 4 platforms · 1 console·