flowplane-api

Expose and manage backend APIs through Flowplane's Envoy control plane.

1|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/rajeevramani/flowplane --skill flowplane-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowplane-api
Source: https://github.com/rajeevramani/flowplane/tree/main/.claude/skills/flowplane-api
Command: npx skills add https://github.com/rajeevramani/flowplane --skill flowplane-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Expose and manage backend APIs through Flowplane's Envoy control plane, enabling centralized API orchestration.

Core Features & Use Cases

  • Expose APIs via MCP tools or CLI to create clusters, routes, listeners, and filters.
  • Learn API schemas from live traffic and export OpenAPI specifications.
  • Debug request routing and filter chains across development and production environments.

Quick Start

Connect to your Flowplane MCP server and run a minimal exposure workflow to surface an API and generate its OpenAPI spec.

Frequently Asked Questions about flowplane-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expose backend APIs through an Envoy control plane?

You can expose backend APIs through an Envoy control plane by using MCP tools or a CLI to create clusters, routes, listeners, and filters for centralized API orchestration.

Can I generate an OpenAPI specification from live API traffic?

Yes, you can learn API schemas directly from live traffic and export OpenAPI specifications to support documentation and client development workflows.

What is the best way to debug request routing and filter chains in production?

Debugging request routing and filter chains is handled by validating authentication, authorization, and resource dependencies across development and production environments.

Do I need a specific MCP server to manage API routing configurations?

You need to connect to a Flowplane MCP server to run workflows that surface APIs, manage routing configurations, and validate end-to-end dependencies.

How does centralized API orchestration handle resource dependencies?

Centralized API orchestration validates resource dependencies alongside authentication and authorization to ensure end-to-end routing and debugging workflows function correctly.