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
    • Introduction
    • Authentication
    • Quickstart
  • Guides
    • Working with Tools
    • Runtime Tools
    • FPO Templates
    • Importing Products
  • Integrations
    • MCP Servers
Dashboard
LogoLogo
On this page
  • Introduction
  • What is Runtype?
  • Quick Links
  • Base URLs
  • Response Format
  • Need Help?
Getting Started

Introduction

Was this page helpful?

Authentication

Next
Built with

Introduction

Runtype is an AI product development platform with powerful AI-driven automation capabilities. Build, deploy, and scale AI workflows with our comprehensive API.

What is Runtype?

Runtype enables you to:

  • Create AI Flows - Build multi-step AI workflows with prompts, context steps, and conditions
  • Manage Records - Store and organize data that flows process
  • Execute at Scale - Run flows on individual records or batch process thousands
  • Use Any Model - Support for OpenAI, Anthropic, Google, xAI, and more
  • Extend with Tools - Create custom tools or use built-in integrations

Quick Links

Authentication

Learn how to authenticate with the API

Quickstart

Make your first API call in minutes

API Reference

Explore all available endpoints

SDKs

Use our official client libraries

Base URLs

EnvironmentURL
Productionhttps://api.runtype.com
Staginghttps://api.runtype-staging.com
Localhttp://localhost:8787

Response Format

All API responses use camelCase field names, providing a native JavaScript/TypeScript developer experience.

1{
2 "id": "flow_abc123",
3 "flowName": "Customer Analysis",
4 "createdAt": "2024-01-15T10:30:00Z",
5 "isActive": true
6}

Need Help?

  • Join our Discord Community
  • Check out GitHub Issues
  • Email us at support@runtype.com