Docs / Reference

Stable

Reference

Routes, scripts, files, and helper contracts exposed by Atmosphere Account.

Use /atmosphere-login.js for the browser picker SDK.Use /oauth/jwks.json to verify selection tokens.Use /api/hosts/dashboard/validate only for optional host compatibility manifests. The endpoint name is legacy; validated metadata is not account-control delegation.

Atmosphere Login

Login endpoints

GET/login/select

Hosted account picker. Requires client_id, return_uri, and state query parameters.

GET/oauth/jwks.json

Public JWKS used by relying apps to verify Atmosphere selection tokens.

POST/api/login/selection

Debug/verification endpoint for development consoles. Send token plus expected client_id, return_uri, state, and iss; browser-readable responses are limited to registered app return origins, and production apps should verify locally with the JWKS.

Host Compatibility

Optional host manifest files and endpoints

Legacy naming

These files and endpoints still include dashboard in their paths for compatibility. They validate optional host metadata only. PDS-owned account management remains on the host account page.

GET/atmosphere-host-dashboard.schema.json

JSON Schema for the optional host compatibility manifest.

GET/examples/atmosphere-host-dashboard.example.json

Example manifest hosts can copy and adapt.

GET/api/hosts/dashboard/validate?host=host.example

Fetches and validates a published host manifest.

Local tasks

SH
deno task host:dashboard:check host.example
deno task check
On this page