Overview
Welcome to the LocalOps API documentation. This API allows you to programmatically manage your environments, services, and resources.Authentication
All API requests require authentication using an API key. Include your API key in the request headers:Base URL
The base URL for all API requests is:Response Format
All API responses are returned in JSON format. Successful responses have a200 status code, while errors return
appropriate HTTP status codes with error details in the response body.
Errors
401 Unauthorized: The API key is invalid or missing.403 Forbidden: The API key is not authorized to access the requested resource.404 Not Found: The requested resource does not exist.429 Too Many Requests: The API key has exceeded the rate limit.500 Internal Server Error: An unexpected error occurred on the server.