> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orbitforms.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer Portal

> The Developer Portal is your central hub for creating and managing OAuth applications, accessing API credentials, and monitoring your integrations.

<Note>
  **Get started with the Developer Portal** — Sign up for an OrbitForms account to access the Developer Portal and start building integrations.
</Note>

## Portal Features

<CardGroup cols={1}>
  <Card title="App Registration" icon="plus">
    Register new OAuth applications and configure their settings, redirect URIs, and permissions.
  </Card>

  <Card title="API Credentials" icon="key">
    Generate and manage Client IDs and Client Secrets for your applications. Rotate credentials securely.
  </Card>

  <Card title="Usage Analytics" icon="gauge">
    Monitor API usage, track active users, and analyze integration performance with detailed metrics.
  </Card>

  <Card title="App Configuration" icon="settings">
    Update app settings, branding, descriptions, and callback URLs at any time.
  </Card>

  <Card title="Review Status" icon="shield">
    Track the status of your app review submissions and receive feedback from our team.
  </Card>
</CardGroup>

## Creating Your First App

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

<Steps>
  <Step title="Navigate to Applications">
    From your dashboard, click on "Applications" in the sidebar to view your registered apps.
  </Step>

  <Step title="Click 'New Application'">
    Start the app creation wizard by clicking the "New Application" button.
  </Step>

  <Step title="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)
  </Step>

  <Step title="Get Your Credentials">
    After creation, you'll receive your Client ID and Client Secret. Store the secret securely—it won't be shown again.
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="OAuth Integration" icon="shield" href="/apps/oauth">
    Implement the OAuth 2.0 flow
  </Card>

  <Card title="Submit for Review" icon="building" href="/apps/overview">
    Get listed in the marketplace
  </Card>
</CardGroup>
