Skip to content
Aether Docs
Search
Ctrl
K
Cancel
Select theme
Dark
Light
Auto
Getting Started
Overview
Create your first cluster
Node pools
Connect with kubectl
Networking
Storage
Container registry
Observability
Concepts
Platform model
Regions
Node-pool model
Networking model
Billing model
API Reference
Aether API
Overview
Organizations
Overview
List organizations
Create an organization
Get an organization
Update an organization
Delete an organization
List organization members
Invite an organization member
Get an organization member
Update an organization member's role
Remove an organization member
List API tokens
Create an API token
Get an API token's metadata
Revoke an API token
List webhooks
Create a webhook
Get a webhook
Update a webhook
Delete a webhook
List audit log events
Clusters
Overview
List clusters
Create a cluster
Get a cluster
Update a cluster
Delete a cluster
Get cluster network policy
Set cluster network policy
Download the admin kubeconfig
Upgrade a cluster's Kubernetes version
Stream cluster events (SSE)
Stream cluster system events (SSE)
List a cluster's load balancers
List node pools
Create a node pool
Get a node pool
Update a node pool
Delete a node pool
List a node pool's machines
Registry
Overview
Get the organization's registry
Enable the organization's registry
Disable the organization's registry
List registry repositories
Delete a repository
List a repository's tags
Get a tag's vulnerability scan result
Trigger a vulnerability scan for a tag
List registry robot accounts
Create a registry robot account
Delete a registry robot account
Rotate the registry's default robot credential
List registry cleanup policies
Create a registry cleanup policy
Update a registry cleanup policy
Delete a registry cleanup policy
Dry-run a registry cleanup policy
Run a registry cleanup policy now
Billing
Overview
Get month-to-date usage and subscriptions
Get daily spend (autoscaling)
List invoices
Get an invoice
Download an invoice PDF
List payment methods
Attach a payment method
Get a payment method
Detach a payment method
Set the default payment method
Select theme
Dark
Light
Auto
Overview
Organizations
Section titled “Organizations”
Organization CRUD plus org-scoped members, API tokens, webhooks, and the audit log.
Operations
Section titled “ Operations ”
GET
/api/v1/organizations
POST
/api/v1/organizations
GET
/api/v1/organizations/{orgID}
PUT
/api/v1/organizations/{orgID}
DELETE
/api/v1/organizations/{orgID}
GET
/api/v1/organizations/{orgID}/members
POST
/api/v1/organizations/{orgID}/members
GET
/api/v1/organizations/{orgID}/members/{memberID}
PUT
/api/v1/organizations/{orgID}/members/{memberID}
DELETE
/api/v1/organizations/{orgID}/members/{memberID}
GET
/api/v1/organizations/{orgID}/api-tokens
POST
/api/v1/organizations/{orgID}/api-tokens
GET
/api/v1/organizations/{orgID}/api-tokens/{tokenID}
DELETE
/api/v1/organizations/{orgID}/api-tokens/{tokenID}
GET
/api/v1/organizations/{orgID}/webhooks
POST
/api/v1/organizations/{orgID}/webhooks
GET
/api/v1/organizations/{orgID}/webhooks/{webhookID}
PUT
/api/v1/organizations/{orgID}/webhooks/{webhookID}
DELETE
/api/v1/organizations/{orgID}/webhooks/{webhookID}
GET
/api/v1/organizations/{orgID}/audit-log