---
title: "API Platform"
description: "Manage organizations, projects, API keys, billing, capacity, operational data, and data policy for a QuiverAI API integration."
icon: "settings"
sidebar:
  label: "Overview"
---

Use the [API Platform](https://platform.quiver.ai) to administer the organization behind your
QuiverAI API integration. The API guides explain how to call `api.quiver.ai`; this section explains
organizations and projects, API keys, billing and limits, usage and logs, audit history, and data
controls.

![QuiverAI API Platform overview and navigation](/images/developer-platform-cover.png)

<Columns cols={2}>
  <Card
    title="Organizations and projects"
    icon="building-2"
    href="/developers/platform/organizations-and-projects"
  >
    Understand roles, project-scoped access, integration boundaries, and lifecycle.
  </Card>
  <Card title="API keys" icon="key" href="/developers/platform/api-keys">
    Create project-bound Production or Test credentials with explicit authority.
  </Card>
  <Card
    title="Billing and limits"
    icon="credit-card"
    href="/developers/platform/billing-and-limits"
  >
    Fund API usage, configure spend alerts, and understand request capacity.
  </Card>
  <Card title="Usage and logs" icon="chart-column" href="/developers/platform/usage-and-logs">
    Analyze aggregate consumption and investigate individual API requests.
  </Card>
  <Card title="Audit" icon="history" href="/developers/platform/audit">
    Review customer-visible administrative changes and API key lifecycle events.
  </Card>
  <Card title="Data controls" icon="shield" href="/developers/platform/data-controls">
    Review effective data-handling policy and retention by scope.
  </Card>
</Columns>

Start with the [Quickstart](/developers/quickstart). For endpoint paths and schemas, use the
[API Reference](/api-reference/introduction).
