Aetherion AI

Operating Workspace

Developer API v1
Reference8 min~123 words

Account and project endpoints

Reference for `/me`, project lists and project details.

GET /me

Returns the authenticated account, paid API access, key display information and current read:workspace scope.

bash
curl "https://aetherionai.org/api/v1/me" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response objectFields
accountid, email, full_name
api_accessplan, plan_name, subscription_status, current_period_end, scope
api_keyid, name, display_key

GET /projects

Lists non-deleting projects owned by the authenticated account.

ParameterAllowed values
statusExact project status.
qCase-insensitive project-name search.
sortcreated_at, updated_at, name, status
PaginationShared page, per_page, order parameters.
bash
curl "https://aetherionai.org/api/v1/projects?status=active&sort=updated_at&order=desc" \
  -H "Authorization: Bearer YOUR_API_KEY"

GET /projects/{projectId}

Returns safe project metadata plus counts for project files, assets, owned deployments and events. A project that belongs to another account resolves as not found.

Project fieldsCount fields
id, name, type, status, initial_prompt, preview_image_url, preview_updated_at, current_version, timestampsfiles, assets, deployments, events

Need project-specific help?

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