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
    • 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 Cursor / VS Code
    • Connecting to Claude Desktop
    • 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)
  • Settings
    • What's in Settings?
    • Available AI models
    • What are Organizations?
    • Managing AI models
    • Managing API keys
    • 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
    • Flow execution failures
    • Common errors and solutions
    • Authentication issues
Dashboard
LogoLogo
On this page
  • Available integrations
  • PostHog integration
  • Weaviate integration
  • Daytona integration
  • Managing integrations
  • Removing integrations
  • Next steps
Settings

Integrations (PostHog, Weaviate, Daytona)

Was this page helpful?
Previous

FAQ

Next
Built with

Configure additional integrations for analytics, vector databases, and development environments.

Available integrations

Settings → Integrations provides access to:

  • PostHog: Product analytics and feature flags
  • Weaviate: Vector database for semantic search
  • Daytona: Development environment integration

See dedicated articles for core integrations like Slack, Linear, GitHub, Firecrawl, and Exa.

PostHog integration

Send Runtype usage events to PostHog for product analytics:

  1. Get your PostHog Project API key (starts with phc_)
  2. In Runtype, go to Settings → Integrations
  3. Under Analytics & Observability, enter your PostHog Project API Key
  4. Click Save Key

Do not use a PostHog Personal API Key — the send-event step requires a Project API Key.

Weaviate integration

Connect Weaviate for production-scale vector search.

See Weaviate (vector search) for full setup guide.

Daytona integration

Connect Daytona for sandboxed code execution in your Flows:

  1. Get your Daytona API key
  2. In Runtype, go to Settings → Integrations
  3. Under Code Execution, enter your Daytona API Key
  4. Click Save Key

Daytona can fall back to a Runtype platform key if you have not added your own.

Managing integrations

View all integrations in one place:

  1. Go to Settings → Integrations
  2. See connection status for each integration
  3. Click to configure or disconnect

Removing integrations

  1. Find the integration
  2. Click Disconnect or Remove
  3. Confirm

Flows using that integration will fail until reconnected.

Next steps

  • Connecting AI model providers
  • Slack integration
  • Linear integration
  • GitHub integration
  • Weaviate (vector search)
  • Firecrawl (web scraping)
  • Exa (web search)