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
  • What you get by default
  • Why connect your own keys?
  • Supported providers
  • Add a provider
  • Option A: Start from a model
  • Option B: Start from a provider
  • Get API keys
  • OpenAI
  • Anthropic
  • Google
  • xAI
  • Mixlayer
  • Amazon Bedrock
  • Vertex AI
  • OpenAI-compatible providers
  • Choose which models to enable
  • Understand costs with BYOK
  • Remove a provider
  • What’s next
Integrations

Connecting AI model providers

Was this page helpful?
Previous

What's in Settings?

Next
Built with

Runtype comes with platform keys, so you can start using popular AI models without adding any provider accounts. If you want dedicated rate limits, direct provider billing, or access to a provider’s full model catalog, you can connect your own keys in Settings.

For a full comparison, see Platform Keys vs. Bring Your Own Key (BYOK).

What you get by default

Every Runtype account includes platform keys for popular models from OpenAI, Anthropic, Google, xAI, and open-source models through Mixlayer. You can start building Flows and Agents right away, with no extra setup.

Why connect your own keys?

Adding your own provider keys is optional. It helps when you want dedicated rate limits, direct provider billing, access to the full model catalog, or more headroom for high-volume production workloads.

Supported providers

Runtype supports direct providers such as OpenAI, Anthropic, Google, and xAI; inference providers such as Together.ai, Amazon Bedrock, Vertex AI, and Mixlayer; gateway providers such as Vercel AI Gateway, OpenRouter, Cloudflare Workers AI, and Azure; and any OpenAI-compatible provider via the generic OpenAI-compatible configuration. Models from creators like Mistral, Cohere, AI21, Meta, DeepSeek, and Qwen are accessible through these gateway and inference providers.

Add a provider

You can start either from a model or from a provider.

Option A: Start from a model

  1. Go to Settings → Models.
  2. Open the My Providers tab.
  3. Click Add Model and browse or search the catalog.
  4. Select a model. If it needs a key you have not added yet, Runtype prompts you to enter one.

Option B: Start from a provider

  1. Go to Settings → Models.
  2. Open the My Providers tab.
  3. Find the provider card and click Configure.
  4. Enter your key details and click Save API Key.
  5. Enable the models you want to use.

You can connect multiple providers at once. For example, you might use OpenAI for GPT models and image generation, Anthropic for long-context work, and Google for multimodal use cases, then switch between them across your Flows and Agents.

Get API keys

Each provider has its own setup flow. Use the provider’s dashboard to create the credentials, then add them in Settings → Models under My Providers.

OpenAI

  1. Sign in at platform.openai.com.
  2. Go to API keys and create a new secret key.
  3. Copy the key and paste it into OpenAI → Configure in Runtype.

Anthropic

  1. Sign in at console.anthropic.com.
  2. Go to API Keys and create a key.
  3. Copy the key and paste it into Anthropic → Configure in Runtype.

Google

  1. Sign in at aistudio.google.com.
  2. Create an API key and copy it.
  3. Paste it into Google → Configure in Runtype.

xAI

  1. Sign in at console.x.ai.
  2. Generate an API key and copy it.
  3. Paste it into xAI → Configure in Runtype.

Mixlayer

Mixlayer models are already available through platform keys. If you want dedicated access, create a Mixlayer key and add it in Mixlayer → Configure.

  1. Create an account at mixlayer.com.
  2. Generate a key from the API keys page.
  3. Copy the key and paste it into Runtype.

Amazon Bedrock

  1. Create an AWS access key with Bedrock permissions.
  2. In Runtype, open Amazon Bedrock → Configure.
  3. Enter the access key, secret key, and region.

Vertex AI

  1. Create a service account in Google Cloud with Vertex AI permissions.
  2. In Runtype, open Vertex AI → Configure.
  3. Upload the service account JSON and set the project and location.

OpenAI-compatible providers

  1. Get a base URL and API key from your provider.
  2. In Runtype, open Generic OpenAI-Compatible → Configure.
  3. Enter the base URL and API key, then define the models you want available.

Keep your API keys private. Do not share them publicly or commit them to version control.

Choose which models to enable

  1. In Settings → Models, click Add Model or open a provider card.
  2. Select the models you want to use.
  3. Enabled models appear in model pickers across Runtype, including Flows, Agents, and the Playground.

Only enable the models you actively use. This keeps model pickers shorter and easier to scan.

Understand costs with BYOK

When you use your own keys, the provider bills you directly. Runtype does not add extra charges on top. Check your provider’s billing dashboard for exact costs.

Remove a provider

  1. Go to Settings → Models and open My Providers.
  2. Find the provider and click Manage keys.
  3. Remove the key you no longer need and confirm.

If a model is available through platform keys, related Flows and Agents can continue using it after you remove your own key. If the model depends only on your key, update the model selection in those Flows or Agents.

What’s next

  • Platform Keys vs. Bring Your Own Key (BYOK) to decide which setup fits your workspace.
  • What is the Playground? to test models, prompts, and settings before you build.
  • What are Flows? to start using your connected models in repeatable workflows.
  • What are Agents? to use your connected models in more autonomous workflows.