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

# Client API Reference

> REST endpoints available to client organizations

The Cantina REST API gives client organizations programmatic access to the same data and actions exposed in the dashboard. Use it to manage your company, browse and update repositories, retrieve audit reports, and connect events to downstream tools.

For information on generating an API key and authenticating requests, see [API Access](/for-organizations/getting-started/api-access).

***

## Companies

Manage company accounts, members, manager roles, GitHub App installations, and SSO configuration.

<Card title="Companies" icon="building" href="/api-reference/endpoints/companies/companies">
  Company accounts, users, GitHub, and SSO endpoints
</Card>

## Reports

Retrieve audit reports for finished engagements.

<Card title="Reports" icon="file-lines" href="/api-reference/endpoints/reports/reports">
  List and fetch audit reports
</Card>

## Repositories

Browse repositories you have access to, read files and findings, manage teams, and interact with comments.

<Card title="Repositories" icon="folder-tree" href="/api-reference/endpoints/repositories/repositories">
  Repository, file, finding, and team endpoints
</Card>

## Zapier

Subscribe to Cantina events from Zapier or any other workflow tool that can call HTTP webhooks.

<Card title="Zapier" icon="bolt" href="/api-reference/endpoints/zapier/zapier">
  Event subscription endpoints
</Card>
