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
    • Setting up a webhook surface
    • MCP authentication
    • Authenticating with product API keys
    • Embedding the chat widget (script tag)
    • Embedding the chat widget (React)
    • Surface orchestration modes
    • Product views
    • Adding capabilities to a product
    • Connecting external agents
    • How A2A works
    • Connecting to MCP clients
    • Scoping API keys to capabilities
    • Auto-generated OpenAPI spec
    • Calling your API endpoints
    • Client tokens and domain restrictions
    • AI-powered theme generation
    • Widget theming and customization
    • Product versioning and status
  • Flows
    • What are Flows?
    • Creating and editing flows
    • Flow step types overview
    • Agent and flow templates
    • Using prompt steps
    • Using transform-data steps
    • Using conditional steps
    • Using fetch-url and api-call steps
    • Using record steps (upsert/retrieve)
    • Flow variables and templates
    • Flow versioning and publishing
    • Running flows in batch
    • Handling batch failures
    • Debugging flows
  • Agents
    • What are Agents?
    • Creating and configuring agents
    • Agent tools
  • Records
    • What are Records?
    • Creating and managing records
    • Using records in flows
    • Filtering and searching records
  • Tools
    • What are Tools?
    • Built-in tools
    • Creating custom tools
    • Creating external tools
    • Runtime tools
  • Evals
    • What are Evals?
    • Running an eval
    • Interpreting eval results
  • Schedules
    • What are Schedules?
    • Automating batch processing
  • Logs
    • What are Logs?
    • Working with logs
  • Integrations
    • Connecting AI model providers
    • Slack integration
    • Google Workspace integration
    • GitHub integration
    • Linear integration
    • Weaviate (vector search)
    • Firecrawl (web scraping)
    • Exa (web search)
    • Braintrust (tracing)
  • Settings
    • What's in Settings?
    • Available AI models
    • What are Organizations?
    • Managing AI models
    • Managing API keys
    • Managing secrets
    • Billing and plans
    • Usage data
    • Team members and permissions
    • Appearance and preferences
    • Integrations (PostHog, Weaviate, Daytona)
  • Troubleshooting & FAQ
    • FAQ
    • Rate limits and usage
    • Managing Runtype with Claude
    • Agent skills
    • Flow execution failures
    • Common errors and solutions
    • Authentication issues
Dashboard
LogoLogo
On this page
  • What you’ll find on the Dashboard
  • Tips
  • Next steps
Dashboard

What is the Dashboard?

Was this page helpful?
Previous

Daily Executions

Next
Built with

The Dashboard is the first thing you see when you sign in to Runtype. It gives you a snapshot of your account activity and helps you jump straight into the areas that matter most.

What you’ll find on the Dashboard

The Dashboard is organized into a few key sections:

  • Onboarding checklist — If you’re just getting started, you’ll see a banner with guided steps to help you build your first Product, create a Flow, and run an Eval. Once you’ve completed these or dismissed the banner, it won’t appear again.
  • Stat cards — Four cards show your totals for Agents, Flows, Records, and Evals. Click any card to go directly to that section. If you haven’t created anything yet, each card includes a prompt to help you get started.
  • Analytics chart — An interactive chart shows your execution activity over time. You can toggle between total executions and Flow-specific runs, and adjust the time range to 7 days, 30 days, or 3 months. A summary above the chart shows your total runs, success rate, and a breakdown of successful and failed executions.
  • Recent Record results — A live list of your most recent Record results, showing status, timestamps, and which Flow or prompt produced them. Click any result to see full details. You can filter by status and refresh on demand.

Tips

  • Use the analytics chart to spot trends in execution volume or failure rates.
  • If you see a usage limit banner at the top of the Dashboard, read Platform Keys vs. BYOK or Connecting AI model providers to increase your available executions.
  • The Dashboard refreshes data automatically, but you can also use the refresh button in the recent results section for an instant update.

Next steps

  • Complete Quickstart: Build a Social Media Post Generator as a REST API to create your first Flow.
  • Read Understanding the Runtype UI to learn where Dashboard, Products, Flows, Records, and Evals live.
  • Open What are Products? to understand how Products group your Surfaces and Capabilities.
  • Daily Executions — Understand daily execution limits and slow mode.