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

# Request Access to Catena API

> Get your API credentials to start integrating with Catena Telematics

Getting started with Catena Telematics is simple. Reach out to our team to discuss your use case and receive your API credentials.

<CardGroup cols={2}>
  <Card title="Schedule a Demo" icon="calendar-days" href="https://calendly.com/catena-team/api-onboarding">
    Book a 30-minute call to explore how Catena can power your application.
  </Card>

  <Card title="Email Our Team" icon="envelope" href="mailto:support@catenaclearing.io">
    Send us a message and we'll get back to you within one business day.
  </Card>
</CardGroup>

{/* TODO: Can we use an embedded form instead of mailto?? */}

## What to Expect

During the onboarding process, we'll:

* Discuss your integration requirements and use case
* Walk through the platform capabilities and available data
* Answer any technical questions about the API
* Get you set up with access to the platform

## Your API Credentials

Once onboarding is complete, you'll receive:

<CardGroup cols={2}>
  <Card icon="key" title="Client ID & Secret">
    Secure credentials to authenticate your API requests programmatically.
  </Card>

  <Card icon="gauge" title="Dashboard" href="/get-started/dashboard">
    Access to manage your integrations, monitor usage, and invite fleets.
  </Card>
</CardGroup>

<Warning>
  **Keep Your Credentials Secure:** Your Client ID and Secret provide full access to your Catena account and connected fleet data. Store them securely using environment variables or a secrets manager—never commit them to version control or expose them in client-side code.
</Warning>

After receiving your credentials, you can:

<Steps>
  <Step title="Invite Fleets">
    Send invitations to fleets to connect their telematics providers to your organization.
  </Step>

  <Step title="Start Building">
    Make your first API calls to retrieve vehicle, driver, and other fleet data. Check out our [10-Minute Setup Guide](/get-started/quickstart).
  </Step>
</Steps>

***

<Card icon="life-ring" title="Contact Support" href="mailto:support@catenaclearing.io">
  Have questions or need assistance? Our team is here to help you succeed.
</Card>
