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 the current Sentry integration connection status for the authenticated user.

Authentication

Requires a valid Bearer token.

Response

connected
boolean
required
Whether a Sentry integration is connected.
organization
string
Sentry organization slug, if connected.
{
  "connected": true,
  "organization": "my-org"
}

Errors

StatusDescription
401Unauthorized — missing or invalid token