An app is the integration object you create in the developer portal. It corresponds to an OAuth client registered with COSMIC Auth.Documentation Index
Fetch the complete documentation index at: https://docs.natecosmic.com/llms.txt
Use this file to discover all available pages before exploring further.
App configuration
Each app includes:- A
client_idyour integration sends when starting OAuth flows and exchanging codes or tokens with COSMIC Auth - One or more registered
redirect_urivalues (HTTPS callbacks where the browser returns after authorization) - Scopes configured in the developer portal that control what the app can do in the COSMIC API—shown to the user at consent; see Scopes
Apps can be public or confidential clients, depending on whether they can securely store a
client_secret. See Creating apps for client type guidance.OAuth endpoints
OAuth authorize and token traffic useshttps://api.natecosmic.com. See OAuth and API reference.

