A

appwrite.io

Appwrite is a backend platform for building web, mobile, and server applications with services such as authentication, databases, storage, functions, and messaging. It is available as Appwrite Cloud and as a self-hosted deployment with project-specific API endpoints.

3 integrations · REST · GraphQL · CLI

Appwrite exposes REST and GraphQL APIs plus an official CLI; HTTP/GraphQL use project-scoped auth via user session cookies or API keys, and the CLI supports interactive console login or non-interactive API-key configuration.

discovered 1d ago
REST · OpenAPI1
GraphQL1
CLI1
Credentials
Appwrite API keyapi_keyGet key

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.

Appwrite Console account sessionoauth2$ appwrite login

Acquired by the CLI — running appwrite login opens the auth flow and stores the credential.

conventions · 1/7 published

Publish these signals → /publishing