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

For a product-level tour of these concepts, see What is Runtype? in the User Guide.

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?