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

# Meterlane Dashboard: Overview, Navigation, and Teams

> Learn how to navigate the Meterlane dashboard, manage your org, invite team members, and find your routes, corridors, wallets, and billing in one place.

The Meterlane dashboard at [meterlane.app](https://meterlane.app) is your central control plane for everything in your org — from x402 gateway routes and stablecoin corridors to API keys, wallets, and billing. Whether you are monetizing an AI agent API or sending USDC to local-fiat beneficiaries, every operation starts here.

## Signing up and signing in

To create an account, visit [meterlane.app/sign-up](https://meterlane.app/sign-up) and complete the Meterlane registration flow. You will be prompted to verify your email address, after which you land directly inside your new org's dashboard.

If you already have an account, sign in at [meterlane.app/sign-in](https://meterlane.app/sign-in).

<Note>
  Every account begins with a 14-day trial that gives you full sandbox access to both the Agent Gateway and the Stablecoin Corridor. A payment card is required to activate the trial.
</Note>

## Dashboard sections

The left-hand sidebar organises all features into logical groups. The table below describes each section and what you can do there.

| Section                  | What you can do                                                              |
| ------------------------ | ---------------------------------------------------------------------------- |
| **Overview**             | See at-a-glance usage stats and your most recent payments                    |
| **Gateway → Routes**     | Create, edit, and delete x402-protected API routes                           |
| **Gateway → Metrics**    | View 24-hour and 7-day counters for requests, 402 responses, and settlements |
| **Corridors**            | Create and manage USDC-to-fiat payout corridors (BRL, MXN, NGN, KES)         |
| **Wallets**              | Manage your org's Circle MPC wallets for USDC                                |
| **Payments**             | Browse your full payment history with status and on-chain references         |
| **Settings → API Keys**  | Create and revoke management API keys                                        |
| **Settings → Team**      | Invite team members and assign roles                                         |
| **Settings → Developer** | Configure a custom facilitator URL for advanced deployments                  |
| **Billing**              | View your active plan, usage, and invoices; upgrade or downgrade             |

## Managing your team

You can invite colleagues to your org directly from **Settings → Team**. Meterlane supports two roles:

* **org:admin** — full access to all dashboard sections, including API key management, billing, and team settings.
* **org:member** — access to operational sections (routes, corridors, wallets, payments, metrics) but cannot change billing or manage API keys.

To invite someone, enter their email address, select a role, and send the invitation. They will receive an email prompting them to create a Meterlane account (or sign in to an existing one) and join your org.

<Tip>
  Grant **org:admin** only to people who need to manage billing or rotate API keys. Use **org:member** for engineers who need to configure routes and corridors day-to-day.
</Tip>

## Explore further

<CardGroup cols={3}>
  <Card title="API Keys" icon="key" href="/account/api-keys">
    Create and revoke management API keys for authenticating programmatic calls to the Meterlane API.
  </Card>

  <Card title="Plans & Billing" icon="credit-card" href="/account/plans">
    Compare Agent Gateway and Stablecoin Corridor plans, understand transaction fees, and manage your subscription.
  </Card>

  <Card title="Security" icon="shield-check" href="/account/security">
    Best practices for protecting API keys, agent private keys, and your org's USDC wallets.
  </Card>
</CardGroup>
