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.
REST API
Full programmatic access to your cloud findings, remediations, accounts, and showback data. JSON over HTTPS. Bearer token auth. Paginated, versioned, and stable.
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.
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.
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.
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
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.