Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aieev.com/llms.txt

Use this file to discover all available pages before exploring further.

The AirCloud External API provides programmatic access to your container endpoints. Integrate GPU infrastructure into your applications, workflows, and automation systems.

Available resources

  • Endpoints: Start, stop, scale, and monitor container endpoints.
  • Replicas: View live replica status for active endpoints.
  • Logs: Access endpoint log files and their contents.

Authentication

All requests require an API key in the request headers. Pass your API key as a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_KEY
API Keys can only access the projects and endpoints specified at creation time.

Important notes

  • Replica scaling is only available when the endpoint is active.
  • Endpoints with autoscaling enabled cannot be manually scaled.
  • Endpoint settings can only be patched (PATCH) when the endpoint is inactive.