---
title: "Getting started"
sidebarTitle: "Overview"
description: "Set up your Gravv integration, authenticate requests, and complete your first customer flow."
---

Use these guides to configure your environment, authenticate API requests, and complete your first Gravv integration.

<CardGroup cols={2}>
  <Card title="Onboard your first customer" icon="users" href="/getting-started/onboard-your-first-customer">
    Create a customer and complete the onboarding flow.
  </Card>

  <Card title="Build your first integration" icon="code" href="/getting-started/your-first-gravv-integration">
    Connect the customer, account, and transfer APIs.
  </Card>

  <Card title="Authenticate requests" icon="key" href="/getting-started/authentication">
    Use your API key with authenticated Gravv endpoints.
  </Card>

  <Card title="Configure environments" icon="settings" href="/getting-started/environments">
    Set up sandbox and production environments.
  </Card>
</CardGroup>
