> ## 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.

# Organizations API Overview

> Manage fleets, partners, TSPs, invitations, and data sharing agreements

The Organizations API provides endpoints for managing the organizational entities and relationships within the Catena platform—including fleets, partners, telematics service providers (TSPs), invitations, and data sharing agreements.

***

## Available Resources

<CardGroup cols={2}>
  <Card icon="truck-container" title="Fleet Management">
    View fleets that are connected to your organization via share agreements, including details like names, regulatory IDs and contact info.
  </Card>

  <Card icon="handshake" title="Partner Management">
    Internally, we refer to your organization as a *partner*. Use those endpoints to manage your partner details and settings.
  </Card>

  <Card icon="tower-broadcast" title="TSP Management">
    View supported telematics service provider (TSP) details including status tracking and sandbox support.
  </Card>

  <Card icon="envelope" title="Invitation Lifecycle">
    Create magic link invitations for fleets to join the platform and track invitation status from creation to acceptance or decline.
  </Card>

  <Card icon="file-contract" title="Share Agreements">
    View the data sharing agreements established between your organization and fleets, including resource scopes and permissions.
  </Card>
</CardGroup>

***

# Ready to Get Started?

<CardGroup cols={2}>
  <Card icon="rocket" title="Quick Start Guide" href="/get-started/quickstart">
    Get up and running in 10 minutes with our step-by-step integration tutorial.
  </Card>

  <Card icon="book-open" title="API Reference" href="/api-reference">
    Explore all available endpoints, parameters, and response formats.
  </Card>

  <Card icon="user-plus" title="Get API Credentials" href="/get-started/getting-access">
    Request access to start building with the Catena Telematics API.
  </Card>

  <Card icon="plug" title="Supported Providers" href="/get-started/supported-providers">
    Browse the telematics providers available through our platform.
  </Card>
</CardGroup>
