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

# Console Overview

> Manage your LLM infrastructure from a single dashboard

The [Nuabase Console](https://console.nuabase.com) is your control center. It gives you visibility into your application's AI usage and allows you to manage security and configuration.

## Dashboard

The main dashboard provides a high-level view of your health and usage:

* **Total Requests**: Volume over time.
* **Error Rate**: Failed requests or schema validation failures.
* **Cost**: Estimated spend based on token usage.
* **Latency**: p50, p90, and p99 response times.

## Request Logs

Drill down into individual requests. You can filter by:

* **Status**: Success vs Error.
* **Function**: Which `createFn` triggered the call.
* **User**: Trace issues to a specific user.
* **Duration**: Find your slowest queries.

Clicking on a request shows the full trace: input -> prompt -> LLM raw response -> parsed output.

## Settings

### API Keys

Manage your Server-side API Keys. You can create multiple keys for different environments (Dev, Staging, Prod) and revoke them instantly if compromised.

### Signing Keys

Manage the secrets used to sign JWTs for the Frontend SDK.

### Billing

View your invoices and manage payment methods.
