For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
User GuideDeveloper GuidesAPI Reference
User GuideDeveloper GuidesAPI Reference
  • Getting Started
    • What is Runtype?
    • Creating your account
    • Platform Keys vs. BYOK
    • Understanding the Runtype UI
    • Quickstart: Social Media Post Generator
    • Quickstart: From Agent to Chat Widget
  • Dashboard
    • What is the Dashboard?
    • Daily Executions
  • Playground
    • What is the Playground?
  • Products & Surfaces
    • What are Products?
    • What are Surfaces?
    • Creating a Product
    • Setting up a Chat Surface
    • Setting up an API Surface
    • Setting up an MCP Surface
    • Setting up an A2A Surface
    • Setting up a Slack Surface
  • Flows
    • What are Flows?
    • Creating and Editing Flows
    • Flow step types overview
    • Agent and Flow Templates
  • Agents
    • What are Agents?
    • Creating and configuring Agents
    • Agent tools
  • Records
    • What are Records?
    • Creating and managing records
  • Tools
    • What are Tools?
    • Built-in Tools
    • Creating custom tools
    • Creating external tools
  • Evals
    • What are Evals?
    • Running an Eval
  • Schedules
    • What are Schedules?
  • Logs
    • What are Logs?
  • Integrations
    • Connecting AI model providers
  • Settings
    • What's in Settings?
    • Available AI models
    • Usage data
  • Troubleshooting & FAQ
    • FAQ
    • Rate Limits and Usage
    • Managing Runtype with Claude
Dashboard
LogoLogo
On this page
  • Accessing usage data
  • Key metrics
  • Cost optimization tips
  • Use cheaper models when possible
  • Reduce max tokens
  • Cache API responses
  • Batch processing
  • Monitor and optimize prompts
  • Understanding provider billing
  • Next steps
Settings

Usage data

Was this page helpful?
Previous

FAQ

Next
Built with

Monitor Flow executions, AI token usage, and costs to understand and optimize your Runtype spending.

Accessing usage data

  1. Go to Settings → Usage
  2. View usage analytics with charts and breakdowns
  3. Switch between 7-day, 30-day, or 90-day views

Key metrics

The Usage tab shows several chart views:

  • Spend over time — Track spending trends
  • Spend by category — See where costs are distributed
  • Spend by model — Identify which models drive the most cost
  • Spend by tool — See tool-level cost attribution
  • Executions over time — Monitor execution volume

Usage data refreshes automatically. The tab shows a friendly empty state until you have run your first Flow or Agent.

Cost optimization tips

Use cheaper models when possible

GPT-5.4 Nano is significantly cheaper than GPT-5.4 for simple tasks.

Reduce max tokens

Lower max tokens limits prevent unnecessarily long responses.

Cache API responses

Store results in Records instead of making duplicate API calls.

Batch processing

Process multiple items per execution to amortize overhead costs.

Monitor and optimize prompts

Shorter, more focused prompts reduce input token costs.

Understanding provider billing

When using BYOK:

  • Runtype estimates costs based on token usage
  • Actual charges come from providers (OpenAI, Anthropic, etc.)
  • Check provider dashboards for precise billing
  • Runtype’s estimates help predict costs but aren’t invoices

Next steps

  • Billing and plans to manage your subscription
  • Connecting AI model providers for BYOK setup
  • Running an evaluation to test cheaper model alternatives
  • Viewing execution logs to investigate expensive executions