Agents
Skyflow meets agents from two directions: you can use AI coding agents to build with Skyflow faster, and you can use Skyflow to protect sensitive data flowing through the agents and apps you build. This page is the starting point for both.
Building with Agents
Skyflow provides skills, MCP tools, and search resources to help AI coding agents build Skyflow integrations.
Agent skills
Skyflow publishes Claude Code skills and plugins in the SkyflowFoundry/claude repo, a Claude Code plugin marketplace. The skyflow-skills plugin packages guided Skyflow workflows — vault creation, REST API calls, SDK migration, implementation planning, and SDK quickstarts — as Claude Code skills and slash commands. It requires no environment variables.
See the repo README for the full list of skills and setup details.
Developer MCP
The Skyflow MCP server connects Claude Code — and other MCP-compatible clients like Cursor, ChatGPT, and GitHub Copilot — directly to your Skyflow account. Describe what you want and your agent calls the Skyflow tools for you: create vaults and service accounts, set up connections and pipelines, configure Detect, query audit events, and generate SDK code.
Your Skyflow admin needs to enable MCP for your account first (Studio > AI Controls > MCP Server). See the Skyflow MCP server guide for the quickstart and client-specific setup instructions.
Ask AI
Signed-in users can search and get answers from Skyflow’s documentation directly using Ask AI, available from the page actions menu on documentation pages.
Additional resources
- llms.txt and llms-full.txt — machine-readable docs for AI tooling
- OpenAPI specs: Data, Detect, Management
- Postman collections: Data, Detect, Management
- SDK repos: Java, Node.js, Python, Go, JS, React JS, React Native, iOS, Android
Building Agents with Skyflow
Skyflow also protects sensitive data flowing through the AI agents and apps you build at runtime — for example, de-identifying PII, PHI, or PCI data in prompts, training data, or tool outputs so your agents can operate on real data safely.
- De-identification overview — de-identify data in your agent workflows
- SkyflowFoundry — sample integrations and open-source code