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

# Account & Settings

> Manage API keys, usage, billing, and organization settings in Reducto Studio

Your Reducto account is managed through [Studio](https://studio.reducto.ai). The sidebar provides access to Usage, API Keys, Webhooks, Billing, and Settings. This page covers common account management tasks.

***

## API Keys

<Frame>
  <img src="https://mintcdn.com/reducto/Ya0_HQxb9L1990IV/images/studio-api-keys.png?fit=max&auto=format&n=Ya0_HQxb9L1990IV&q=85&s=ba9f92cf46bed93b62fdef9c366c4d0e" width="1249" height="520" data-path="images/studio-api-keys.png" />
</Frame>

API keys authenticate your requests to Reducto. Navigate to **API Keys** in the sidebar to manage them.

<Note>
  You must be an **Owner** in your organization to create and manage API keys.
</Note>

To create a new API key:

1. Click **Create new API key**
2. Give it a descriptive name (e.g., "production", "staging", "local-dev")
3. Copy the key immediately, you won't be able to see it again

Use the action buttons to copy the full key or delete it. Deleting a key immediately revokes access—any requests using that key will fail.

<Note>
  For security, create separate API keys for different environments (development, staging, production). If a key is compromised, you can revoke it without affecting other environments.
</Note>

***

## Usage

The Usage page tracks your Reducto consumption. Navigate to **Usage** in the sidebar to view your dashboard.

<Frame>
  <img src="https://mintcdn.com/reducto/Ya0_HQxb9L1990IV/images/studio-usage-dashboard.png?fit=max&auto=format&n=Ya0_HQxb9L1990IV&q=85&s=0fe3d97be95dc51ec962de7a3b5b2f7e" width="1423" height="1074" data-path="images/studio-usage-dashboard.png" />
</Frame>

### Overview

The overview shows:

* Total requests broken down by endpoint (Parse, Extract, Split, Edit)
* Credit consumption over time
* Filterable by API key and date range

Use the dropdown filters to:

* **Filter by API key**: See usage for a specific key, useful for tracking per-environment or per-project consumption
* **Filter by time period**: View usage for the last 7 days, 10 days, or 30 days. Contact [support@reducto.ai](mailto:support@reducto.ai) for other usage periods.

### Request logs

The bottom of the Usage page shows individual request logs. Each entry includes:

* Job ID
* Timestamp and duration
* Endpoint called
* Page count processed
* Region

Click **Refresh request logs** to load the latest entries. Use the region dropdown to filter by data center (US, EU, etc.).

You can also click on a particular request to see the exact configuration used for it. Clicking **Preview Pipeline** will recreate that pipeline in a new Studio instance, letting you inspect or modify the configuration.

<Frame>
  <img src="https://mintcdn.com/reducto/Ya0_HQxb9L1990IV/images/studio-request-log.png?fit=max&auto=format&n=Ya0_HQxb9L1990IV&q=85&s=8c67240475fb9f217245bf04dcc4a345" width="702" height="654" data-path="images/studio-request-log.png" />
</Frame>

Click **Export All** or **Download usage data as CSV** to export your usage history.

***

## Usage Alerts

Set up alerts to get notified when usage exceeds a threshold. This helps prevent unexpected costs and gives you visibility into consumption patterns.

### Creating a usage alert

1. On the **Usage** page, click **Create New Alert**
2. Configure your alert:
   * **Threshold type**: Pages processed or cost amount
   * **Threshold value**: The number that triggers the alert
   * **Time period**: Daily, weekly, or monthly
3. Save the alert

<Frame>
  <img src="https://mintcdn.com/reducto/Ya0_HQxb9L1990IV/images/studio-usage-alert.png?fit=max&auto=format&n=Ya0_HQxb9L1990IV&q=85&s=e459187ce2b97ea0336fa9e839105dde" width="502" height="410" data-path="images/studio-usage-alert.png" />
</Frame>

When usage crosses your threshold, users in your organization will receive a notification. This gives you time to investigate before costs escalate.

<Note>
  Set alerts at multiple thresholds (e.g., 50%, 80%, 100% of your expected usage) to get early warnings.
</Note>

***

## Billing

The **Billing** link opens the Stripe customer portal where you manage your subscription and payment methods.

<Note>
  The billing page is only visible for account owners and organizations on a subscription plan.
</Note>

In the billing portal you can:

* **View invoices**: See past and upcoming charges
* **Update payment methods**: Add, remove, or change credit cards
* **Manage subscription**: Upgrade, downgrade, or cancel your plan
* **Download receipts**: Export invoices for accounting

### Subscription changes

Monthly and yearly plans are available. To change your plan, use the billing portal or contact [support@reducto.ai](mailto:support@reducto.ai).

<Warning>
  Cancelling your subscription immediately revokes API access. Your data will be deleted according to our zero data retention policy.
</Warning>

***

## Organization Settings

The **Settings** page lets you manage your profile and organization.

### Personal settings

* Edit your name and email
* Enable or disable two-factor authentication (2FA)
* Update notification preferences

### Organization management

If you're an organization admin, you can:

* Invite team members
* Manage member roles and permissions
* Configure organization-wide settings
* Access billing settings
* Create and manage API keys

***

## Webhooks

Configure webhooks to receive notifications when jobs complete. Navigate to **Webhooks** in the sidebar.

Webhooks let you:

* Get notified when async jobs finish
* Trigger downstream workflows automatically
* Avoid polling the API for job status

See [Webhook Configuration](/recipes/svix-webhooks) for setup details.

***

## Related

<CardGroup cols={2}>
  <Card title="API Quickstart" href="/quickstart">
    Set up your API key and make your first request.
  </Card>

  <Card title="Credit Usage" href="/faq/credit-usage-overview">
    How credits are calculated and billed.
  </Card>

  <Card title="Webhook Setup" href="/recipes/svix-webhooks">
    Configure webhooks for async job notifications.
  </Card>

  <Card title="Security Policies" href="/security/policies">
    Data handling, retention, and compliance information.
  </Card>
</CardGroup>
