WorkflowAI
WorkflowAI

Overview

What is WorkflowAI?

WorkflowAI is the open-source platform for AI agents. It provides the developer tools and cloud infrastructure to build, deploy, monitor, evaluate, and improve agentic systems.

By using WorkflowAI, you won't pay more than your current inference costs. We price match the providers and make our margin through volume discounts. Learn more about our pricing.

Get Started

MCP

WorkflowAI is available as a MCP server in the IDEs below.

TODO: Add a direct link to install the MCP.
  1. Open Cursor
  2. Go to Settings...
  3. Navigate to Cursor Settings
  4. Select Tools and Integrations
  5. Select + New MCP Server

Add the following configuration to your MCP servers config:

{
  "mcpServers": {
    "workflowai": {
      "url": "https://api.workflowai.com/mcp/",
      "headers": {
        "Authorization": "Bearer <your_api_key_here>"
      }
    }
  }
}

Replace <your_api_key_here> with your actual WorkflowAI API token.

Cursor UI should now look like this (note the green indicator and the number of tools enabled displayed):

Successful Cursor MCP Server Setup

  1. Open Claude Code in your preferred terminal (standalone or within your IDE).
  2. Type the following to install:
claude mcp add workflowai https://api.workflowai.com/mcp/ --transport http -H "Authorization: Bearer YOUR_API_KEY_HERE"

Replace YOUR_API_KEY_HERE with your WorkflowAI API key.

  1. Type the following to verify the server is properly connected:
claude

Then type:

/mcp 

You should see the WorkflowAI server listed as "connected".

Coming soon

Build a new agent

Can you write a agent to classify emails as urgent or not?

Migrate an existing agent

Can you migrate the following agent to WorkflowAI?

Products

Playground

header

Playground

Our goal is to build the best playground that supports all leading AI models.

Inference

header

should we show all the sections from inference, or just the header?

Observability

header

Deployments

header

Agents

header

Evaluations

header

Enterprise Compliance: SOC2 & GDPR compliant. No training on your data. Learn more.

Join the community

If you have questions about WorkflowAI, reach out to our team and community on our Discord Server.

How is this guide?