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
  • Troubleshooting & FAQ
    • FAQ
    • Rate Limits and Usage
    • Managing Runtype with Claude
Dashboard
LogoLogo
On this page
  • Getting Started
  • Do I need my own AI API keys?
  • How long does it take to build a working Flow?
  • Can I use Runtype without coding?
  • Pricing & Billing
  • What’s included on the Build tier?
  • How does billing work for AI models?
  • Can I cancel anytime?
  • Flows & Agents
  • What’s the difference between a Flow and an Agent?
  • Can I reuse a Flow across multiple Products?
  • How do I make Flows faster?
  • Products, Surfaces & Capabilities
  • What’s the relationship between Products, Surfaces, and Capabilities?
  • Can I have multiple Surfaces on one Product?
  • How do I update a deployed Product?
  • Can I use my own domain for the chat widget?
  • Records & Data
  • What are Records?
  • Can I import existing data?
  • How does search work with Records?
  • Evals & Testing
  • What are Evals?
  • How many Evals can I run?
  • Integrations
  • Which integrations are available?
  • Can I request new integrations?
  • Security & Privacy
  • Is my data secure?
  • Do you train AI models on my data?
  • Can I delete my data?
  • Technical
  • Is there an API?
  • Can I schedule Flows to run automatically?
  • Can I self-host Runtype?
  • Support
  • How do I get help?
  • Do you offer onboarding or training?
  • Next Steps
Troubleshooting & FAQ

FAQ

Was this page helpful?
Previous

Rate Limits and Usage

Next
Built with

Frequently asked questions about Runtype — from getting started to billing, building, and beyond.

Getting Started

Do I need my own AI API keys?

No. Runtype includes platform keys so you can start building right away — no setup, no accounts with other providers. When you are ready for more control, you can bring your own keys (BYOK) on the Growth plan and above. This gives you direct provider billing, higher rate limits, and access to the full range of models.

How long does it take to build a working Flow?

Most people have a simple Flow running in 5–10 minutes. More complex, multi-step workflows typically take 30–60 minutes. The Quickstart guide walks you through a complete example in under 10 minutes.

Tip: Check out the built-in templates when creating a new Flow — they give you a head start with pre-configured steps for common use cases like support Agents, data pipelines, and more.

Can I use Runtype without coding?

Yes — most of the platform uses visual editors and configuration panels. You can build Flows, create Products, deploy Surfaces, and run Evals all without writing code. For advanced use cases like custom data transforms or runtime tools, some JavaScript is involved, but the editor provides helpers and examples to guide you.

Pricing & Billing

What’s included on the Build tier?

The Build tier is free and designed to let you explore everything Runtype offers:

  • 50 Flow executions per day at full speed — after that, requests continue in slow mode (10-second delay, max 10 per hour) so your work keeps running
  • Unlimited team members — invite anyone
  • 1-day log retention for same-session debugging

It is a good way to learn the platform, build prototypes, and test ideas before going to production.

How does billing work for AI models?

When using platform keys, AI model usage is tracked and visible in your Usage dashboard. When using BYOK (Growth plan and above), you pay your AI providers directly at their standard rates. Either way, you can monitor estimated costs in Settings → Usage.

Can I cancel anytime?

Yes — cancel anytime from Settings → Billing. You’ll keep your current plan’s features through the end of your billing period, then your account moves to the Build tier. Your Flows, Records, and configuration are preserved so you can pick back up whenever you’re ready.

Flows & Agents

What’s the difference between a Flow and an Agent?

Flows are step-by-step pipelines where you define exactly what happens at each stage — prompts, data transforms, API calls, conditionals, and more. They’re ideal for predictable, repeatable workflows.

Agents are conversational AI that decide which tools to use and when, based on context. They’re ideal for open-ended tasks like answering questions, researching topics, or handling support conversations.

Tip: Not sure which to use? Start with an Agent for conversational use cases (like a support bot) and a Flow for automation use cases (like processing form submissions or running data pipelines).

Can I reuse a Flow across multiple Products?

Yes! A single Flow can serve as a Capability in multiple Products. Any changes you make to the Flow automatically apply everywhere it’s used — no need to update each Product individually.

How do I make Flows faster?

A few strategies that help:

  • Choose faster models — models like GPT-5.4 Nano or Claude Haiku 4.5 are significantly faster for straightforward tasks
  • Keep prompts focused — shorter, clearer prompts reduce processing time
  • Optimize data transforms — only process the data you need at each step
  • Use Evals to compare — run the same Flow with different model configurations and see which gives you the best balance of speed, quality, and cost

Products, Surfaces & Capabilities

What’s the relationship between Products, Surfaces, and Capabilities?

Think of it this way:

  • A Product is what you’re building (e.g., a customer support assistant)
  • Capabilities are the things your Product can do (e.g., answer questions, look up orders) — each backed by a Flow or Agent
  • Surfaces are where your users interact with it (e.g., a chat widget on your site, a Slack bot, an API endpoint)

One Product can have multiple Capabilities and multiple Surfaces, all working together.

Can I have multiple Surfaces on one Product?

Absolutely. One Product can have a chat widget, an API endpoint, a Slack integration, an MCP server, and more — all accessing the same Capabilities. Build once, deploy everywhere.

How do I update a deployed Product?

Edit the underlying Flow or Agent, test it, and your Product automatically uses the updated version. There’s no separate deploy step — changes take effect as soon as you save.

Can I use my own domain for the chat widget?

The chat widget embeds directly on your domain via a snippet. API calls are handled by Runtype’s infrastructure. For questions about custom API domains, reach out to our sales team.

Records & Data

What are Records?

Records are structured data objects in Runtype. They have a type (like “customer” or “support_ticket”), a name, and a metadata field where your actual data lives as JSON. Flows can read, create, and update Records — making them perfect for storing context, tracking state, or building knowledge bases.

Can I import existing data?

Yes. Upload CSV files to create Records in bulk. During import, you map your columns to metadata fields so everything lands in the right place.

How does search work with Records?

Runtype supports both keyword and semantic search across your Records. Semantic search finds conceptually related content — not just exact keyword matches — which is especially useful for knowledge bases, FAQ lookups, and support workflows. For best results, keep your Record data clean and well-structured.

Evals & Testing

What are Evals?

Evals let you test and compare how your Flows perform across different configurations. You can run the same Flow against a set of Records with different models, prompt variations, or temperature settings — then compare the results side by side.

They’re a powerful way to optimize for speed, cost, and quality before going to production.

How many Evals can I run?

Eval limits vary by plan. Check your current plan details in Settings → Billing for the exact Eval limits on your tier.

Integrations

Which integrations are available?

Runtype connects to Slack, Google Workspace, Linear, GitHub, Weaviate, Firecrawl, Exa, PostHog, and more. You can see the full list and configure connections in Settings → Integrations.

You can also connect custom MCP servers and build runtime tools that call any external API.

Can I request new integrations?

Yes! Email us at support@runtype.com with your request. Enterprise customers can work with our team to build custom integrations.

Security & Privacy

Is my data secure?

Yes. All data is encrypted in transit (TLS) and at rest. Sensitive fields like API keys use AES-256-GCM encryption. SOC 2 compliance is in progress. Visit runtype.com/security for the latest details.

Do you train AI models on my data?

No — Runtype never trains models on your data. When using BYOK, your data goes directly to providers using your own keys. When using platform keys, we use providers’ zero-data-retention policies so nothing is stored or used for training.

Can I delete my data?

Yes. You can delete individual Flows, Records, or your entire account from Settings. Deleted data is permanently removed within 30 days.

Technical

Is there an API?

Yes. Runtype has a full REST API for triggering Flows, managing Records, configuring Products, and more. You can also use the Runtype SDK for a streamlined developer experience.

Can I schedule Flows to run automatically?

Yes. Scheduling is available on all plans. Set up schedules from the Surface configuration panel or the Schedules section in the dashboard.

Can I self-host Runtype?

Self-hosting isn’t available on standard plans. Enterprise and Platform customers can discuss dedicated infrastructure options with our sales team — contact us to learn more.

Support

How do I get help?

  • Search these help docs — you’re in the right place!
  • Email us at support@runtype.com for direct assistance
  • Enterprise customers get a dedicated Slack channel and priority support

Do you offer onboarding or training?

Enterprise customers receive dedicated onboarding and training. Other plans can schedule paid training sessions — contact sales@runtype.com for details.

Can’t find your answer? Email support@runtype.com or search this help center.

Next Steps

  • Quickstart: From Flow to Live Surface
  • Rate limiting and throttling
  • What is Runtype?