> ## Documentation Index
> Fetch the complete documentation index at: https://pond.dflow.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Tools and files for building with and for AI agents on DFlow

DFlow is built to be agent-ready. Connect your AI tools to our docs, give AI agents their own Solana wallet, and teach coding agents how to use DFlow through pre-built skills.

<div className="grid grid-cols-1 sm:grid-cols-3 gap-4">
  <a
    href="/ai/mcp"
    className="group block relative overflow-hidden rounded-xl no-underline border border-[#66C5F6]/15 dark:border-[#66C5F6]/5 transition-all hover:scale-[1.02] hover:shadow-[0_0_40px_rgba(102,197,246,0.2)]"
    style={{
  backgroundImage: "url('https://mintcdn.com/dflow/AXyRTPuJIQOhwoVF/images/ui-banner-buttons/eclipse-core.png?fit=max&auto=format&n=AXyRTPuJIQOhwoVF&q=85&s=23d54140ba3e5b67847ea9c3287e1504')",
  backgroundSize: "cover",
  backgroundPosition: "center",
  minHeight: "200px",
}}
  >
    <div className="relative z-10 p-6 h-full flex flex-col">
      <Icon icon="plug" size={28} color="#66C5F6" />

      <h3 className="mt-3 text-xl font-semibold text-white">MCP Server</h3>
      <p className="mt-2 text-sm font-normal text-[#94D2F2]">Connect Cursor, VS Code, Claude, and Claude Code to DFlow's docs and API specs.</p>
    </div>

    <div className="absolute bottom-4 right-4 z-10 opacity-60 transition-all group-hover:opacity-100 group-hover:translate-x-1">
      <Icon icon="arrow-right" size={20} color="#66C5F6" />
    </div>
  </a>

  <a
    href="/ai/agent-cli"
    className="group block relative overflow-hidden rounded-xl no-underline border border-[#66C5F6]/15 dark:border-[#66C5F6]/5 transition-all hover:scale-[1.02] hover:shadow-[0_0_40px_rgba(102,197,246,0.2)]"
    style={{
  backgroundImage: "url('https://mintcdn.com/dflow/AXyRTPuJIQOhwoVF/images/ui-banner-buttons/eclipse-core.png?fit=max&auto=format&n=AXyRTPuJIQOhwoVF&q=85&s=23d54140ba3e5b67847ea9c3287e1504')",
  backgroundSize: "cover",
  backgroundPosition: "center",
  minHeight: "200px",
}}
  >
    <div className="relative z-10 p-6 h-full flex flex-col">
      <Icon icon="terminal" size={28} color="#66C5F6" />

      <h3 className="mt-3 text-xl font-semibold text-white">Agent CLI</h3>
      <p className="mt-2 text-sm font-normal text-[#94D2F2]">A single binary that gives an AI agent a Solana wallet and lets it trade.</p>
    </div>

    <div className="absolute bottom-4 right-4 z-10 opacity-60 transition-all group-hover:opacity-100 group-hover:translate-x-1">
      <Icon icon="arrow-right" size={20} color="#66C5F6" />
    </div>
  </a>

  <a
    href="/ai/agent-skills"
    className="group block relative overflow-hidden rounded-xl no-underline border border-[#66C5F6]/15 dark:border-[#66C5F6]/5 transition-all hover:scale-[1.02] hover:shadow-[0_0_40px_rgba(102,197,246,0.2)]"
    style={{
  backgroundImage: "url('https://mintcdn.com/dflow/AXyRTPuJIQOhwoVF/images/ui-banner-buttons/eclipse-core.png?fit=max&auto=format&n=AXyRTPuJIQOhwoVF&q=85&s=23d54140ba3e5b67847ea9c3287e1504')",
  backgroundSize: "cover",
  backgroundPosition: "center",
  minHeight: "200px",
}}
  >
    <div className="relative z-10 p-6 h-full flex flex-col">
      <Icon icon="puzzle-piece" size={28} color="#66C5F6" />

      <h3 className="mt-3 text-xl font-semibold text-white">Agent Skills</h3>
      <p className="mt-2 text-sm font-normal text-[#94D2F2]">Pre-built Claude Code Skills that teach agents how to use DFlow.</p>
    </div>

    <div className="absolute bottom-4 right-4 z-10 opacity-60 transition-all group-hover:opacity-100 group-hover:translate-x-1">
      <Icon icon="arrow-right" size={20} color="#66C5F6" />
    </div>
  </a>
</div>
