Atmosphere Login
Login endpoints
/login/selectHosted account picker. Requires client_id, return_uri, and state query parameters.
/oauth/jwks.jsonPublic JWKS used by relying apps to verify Atmosphere selection tokens.
/api/login/selectionDebug/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
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.
/atmosphere-host-dashboard.schema.jsonJSON Schema for the optional host compatibility manifest.
/examples/atmosphere-host-dashboard.example.jsonExample manifest hosts can copy and adapt.
/api/hosts/dashboard/validate?host=host.exampleFetches and validates a published host manifest.
Local tasks
deno task host:dashboard:check host.example
deno task check