Creates a link between an Aether project and a Sentry project. This enables Sentry error context to be available to agents working on the linked project.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.
Authentication
Requires a valid Bearer token. Requires an active Sentry connection.Request Body
Aether project ID (UUID).
Sentry project ID.
Response
Link ID (UUID).
Aether project ID.
Sentry project ID.
Sentry project slug.
ISO 8601 timestamp.
Errors
| Status | Description |
|---|---|
400 | Bad Request — missing required fields |
401 | Unauthorized — missing or invalid token |
403 | Forbidden — no Sentry connection |
404 | Not Found — Aether project or Sentry project does not exist |
409 | Conflict — link already exists |