{"openapi":"3.1.0","info":{"title":"Servera Developers API","description":"Manage your Servera services programmatically — starting with **VDS / VPS\nmanagement**: everything you can do in the customer area (power actions, status,\nsnapshots, backups, reinstall, live metrics).\n\n### Base URL\n```\nhttps://developers.servera.lt\n```\n\n### Quick start\n```bash\ncurl https://developers.servera.lt/v1/status\n```\n\n### Authentication\nAPI keys (scoped, e.g. `vps:read`, `vps:power`, `vps:snapshots`) are being\nrolled out. You'll create and revoke them in your customer area and send them as\na bearer token:\n```\nAuthorization: Bearer sk_live_…\n```\n\n### For AI agents\nAn AI-native **MCP** endpoint is planned so assistants like Claude can call the\nsame actions as tools — the surface below is the single source of truth it\nbuilds on.\n\n_This reference always reflects the live API. New endpoints appear here\nautomatically as they ship._\n","version":"1.0.0"},"servers":[{"url":"/dev"},{"url":"https://developers.servera.lt","description":"Production"}],"paths":{"/v1/status":{"get":{"tags":["meta"],"summary":"API status","description":"Liveness + version of the Developers API. No authentication required.","operationId":"get_status","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}},"tags":[{"name":"meta","description":"Service metadata and health."},{"name":"vps","description":"VDS / VPS management (coming online)."}]}