Use this guide to create an app in the COSMIC developer portal, configure its redirect URIs, and save its credentials.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.
Before you begin
- If you do not already have an account, sign up at natecosmic.com/developers.
Create your app in the portal
Open the developer portal
Go to
natecosmic.com/developers and
sign in.
Choose a client type
Select whether your app is a public client or a confidential client.Use a public client if your app runs in an environment that cannot
securely store a client secret, such as a single-page app, mobile app, or
desktop app.Use a confidential client if your app has a trusted backend that will
securely store a client secret.
Select scopes
In the app settings, enable each scope your integration needs. Users see the same list at consent before they approve your app.See Scopes for what each scope allows and how to choose them.
Next steps
- Continue to OAuth to implement authorization and token exchange.
- Use Quickstart for an end-to-end integration walkthrough.

