Aetherion AI

Operating Workspace

Aetherion Developer API

Read the workspace.Connect what comes next.

Bring Aetherion project data into your own dashboards, portals, reports and developer workflows. Version 1 exposes a secure, deliberately read-only contract.

Request pipeline
Read-only v1
01Authenticate keyBearer token
02Verify paid accessEvery request
03Enforce ownershipAccount boundary
04Return safe JSONRequest ID included
GET /api/v1/projects
Authorization: Bearer aeth_live_••••

{
  "ok": true,
  "request_id": "req_…",
  "data": { "projects": […] }
}
Server-to-serverAuth · Scope · Limit · JSON

One API · Two operation classes

Read is available now.Actions remain isolated.

Read operations are useful without risking project state. Write and action endpoints will arrive later as a separate permission layer, once the complete generator contract is stable.

Available

Read API

GET only

Inspect projects, source files, assets, deployments, snapshots, events, publication status, usage and AI generation history.

No project mutations
Owner-scoped records
Pagination and filters
Consistent JSON errors

Later

Write & Actions

Locked

Project creation, file changes, agent runs, asset generation, publishing, rollback, domains, webhooks and automations.

Current keys contain only the read:workspace scope. Write access cannot appear silently on an existing key.

Workspace inventory

Read projects, status, versions and the operational shape of your Aetherion workspace.

Code and assets

Inspect safe project files and retrieve time-limited asset URLs without exposing environment secrets.

Release visibility

Follow deployments, snapshots, publication state, custom domains and live project URLs.

Usage reporting

Bring credits, plan limits and generation history into internal dashboards and reporting systems.

API v1 reference

Twelve useful reads.One predictable contract.

Every endpoint requires a valid Aetherion API key, an active paid subscription and ownership of the requested project.

Hashed API key

The complete key is shown once and never stored in recoverable form.

Paid plan required

Registration alone does not enable API access.

Owner-scoped data

A key can only read records that belong to its account.

Durable rate limit

Every request is counted and returns limit headers.

Open complete API documentation
MethodEndpointResource
GET/api/v1/meAccount and API access
GET/api/v1/projectsProjects
GET/api/v1/projects/{id}Project details
GET/api/v1/projects/{id}/filesFile tree
GET/api/v1/projects/{id}/files/contentFile content
GET/api/v1/projects/{id}/assetsAssets
GET/api/v1/projects/{id}/deploymentsDeployments
GET/api/v1/projects/{id}/eventsEvents
GET/api/v1/projects/{id}/snapshotsSnapshots
GET/api/v1/projects/{id}/publicationPublication
GET/api/v1/usageUsage and limits
GET/api/v1/generationsGeneration history
Developer access

Create a key.Keep the workspace in view.

Sign in, activate a paid plan and generate a read-only key from Account Center. The complete key is shown only once.