A

Appwrite GraphQL API

GraphQL discovered

Details
Endpoint
https://<REGION>.cloud.appwrite.io/v1/graphql
Spec
introspection
Docs
https://appwrite.io/docs/apis/graphql
Authentication
Appwrite Console account session oauth2 discovered Set up OAuth ↗
Cookie: <credential>

Run appwrite login and sign in with the same console account you use for the Appwrite Console. The CLI docs say login authenticates into the CLI using your console account; add --endpoint "<URL_HERE>" for self-hosted instances.

Appwrite API key api_key discovered Get key ↗
X-Appwrite-Key: <credential>

In the Appwrite Console, open your project and go to OverviewIntegrationAPI keys, then click Create API key. Grant only the scopes your integration needs. The docs describe API keys as the credential used by Server SDKs and the Appwrite CLI, and show them sent in the X-Appwrite-Key header for HTTP or configured with appwrite client --key for the CLI.