Skip to main content
Get started with the Developer Portal — Sign up for an Orbit AI account to access the Developer Portal and start building integrations.

Portal Features

App Registration

Register new OAuth applications and configure their settings, redirect URIs, and permissions.

API Credentials

Generate and manage Client IDs and Client Secrets for your applications. Rotate credentials securely.

Usage Analytics

Monitor API usage, track active users, and analyze integration performance with detailed metrics.

App Configuration

Update app settings, branding, descriptions, and callback URLs at any time.

Review Status

Track the status of your app review submissions and receive feedback from our team.

Creating Your First App

Once you have an Orbit AI account, follow these steps to register your first OAuth application:
1

Navigate to Applications

From your dashboard, click on “Applications” in the sidebar to view your registered apps.
2

Click 'New Application'

Start the app creation wizard by clicking the “New Application” button.
3

Configure App Details

Fill in the required information:
  • App Name: A unique name for your application
  • Description: Brief explanation of what your app does
  • Homepage URL: Your app’s website
  • Callback URLs: OAuth redirect URIs (can add multiple)
4

Get Your Credentials

After creation, you’ll receive your Client ID and Client Secret. Store the secret securely—it won’t be shown again.

Next Steps