Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt

Use this file to discover all available pages before exploring further.

Returns a list of Sentry projects from the connected organization that can be linked to Aether projects.

Authentication

Requires a valid Bearer token. Requires an active Sentry connection.

Response

projects
array
List of Sentry projects.
{
  "projects": [
    {
      "id": "123456",
      "slug": "my-app",
      "name": "My App",
      "platform": "javascript"
    }
  ]
}

Errors

StatusDescription
401Unauthorized — missing or invalid token
403Forbidden — no Sentry connection