Aetherion AI

Operating Workspace

Developer API v1
Reference10 min~151 words

Delivery, events and snapshots endpoints

Deployments, project timeline, snapshots and current publication state.

GET /projects/{projectId}/deployments

ParameterBehaviour
statusExact deployment status.
environmentExact environment, maximum 40 characters.
sortcreated_at, updated_at, started_at, finished_at, status

Returns provider, status, environment, deployment and inspect URLs, package counts, source snapshot information, error message and lifecycle timestamps.

GET /projects/{projectId}/events

ParameterBehaviour
event_typeExact event type, maximum 80 characters.
qCase-insensitive search in event title.
sortcreated_at, event_type, title

Event payloads are recursively sanitized. Fields with authorization, cookie, password, secret, token, API-key, private-key or encrypted-value names are omitted.

GET /projects/{projectId}/snapshots

Returns deployment-backed snapshots with source linkage, packaged file and asset counts and completion time.

ParameterBehaviour
statusExact deployment status.
sortcreated_at, finished_at, status
PaginationShared list parameters.

GET /projects/{projectId}/publication

Returns the current public state, canonical URL, platform URL, active publication, primary domain and latest deployment. The canonical URL prefers an active custom domain, then the latest deployment URL, then the Aetherion platform URL.

bash
curl "https://aetherionai.org/api/v1/projects/PROJECT_ID/publication" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need project-specific help?

Open the private Help Center or create a support ticket with the affected project, route and request ID.