Provider Schema
JSON:API schema for cloud provider resources
Provider Schema
Attributes
| Field | Type | Description |
|---|---|---|
id | string | Unique provider identifier |
projectId | string | Project ID |
name | string | Provider name (latitude, skypilot, aws) |
enabled | boolean | Whether provider is active |
region | string? | Default region |
createdAt | string | ISO 8601 creation timestamp |
updatedAt | string | ISO 8601 update timestamp |
Provider Names
| Name | Description |
|---|---|
latitude | Latitude.sh bare metal provider |
skypilot | SkyPilot multi-cloud (AWS, GCP, Azure, Lambda, RunPod) |
aws | Direct AWS provider |
Security Note
Provider credentials are encrypted at rest and are never returned by the API. Only provider metadata is exposed.