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

# Build with AI

export const SignupCTA = ({children}) => {
  return <div className="flex flex-wrap items-center gap-4 p-5 rounded-lg border border-gray-200 dark:border-gray-700 my-6" style={{
    background: "linear-gradient(135deg, rgba(0, 97, 213, 0.06), rgba(0, 97, 213, 0.02))"
  }}>
      <div className="flex-1 text-sm leading-relaxed text-gray-700 dark:text-gray-300" style={{
    minWidth: "280px"
  }}>
        {children}
      </div>
      <div className="flex flex-col items-center gap-2">
        <a href="https://account.box.com/signup/developer#ty9l3" className="signup-cta-button inline-flex items-center whitespace-nowrap px-5 py-2 text-sm font-semibold text-white no-underline">
          Get started for free
        </a>
        <a href="https://account.box.com/developers/console" className="signup-cta-login text-xs text-gray-500 dark:text-gray-400 no-underline whitespace-nowrap">
          Already have an account? Log in
        </a>
      </div>
    </div>;
};

Build AI-powered applications with Box. Connect AI agents to your content
through MCP and Agent Skills, use the Box AI API for document intelligence, and
integrate Box with popular AI frameworks.

<SignupCTA>
  A free developer account gives you access to the Box AI API, Developer Console, and everything you need to start building AI-powered workflows.
</SignupCTA>

## Connect AI agents to Box

<CardGroup cols={2}>
  <Card title="Box MCP Server" href="/guides/box-mcp/index" icon="server" arrow="true">
    Connect agents from Claude, Copilot Studio, and other platforms to Box
    through the Model Context Protocol.
  </Card>

  <Card title="Box Agent Skills" href="/ai/agent-skills" icon="graduation-cap" arrow="true">
    Give your AI agents the context to build Box integrations, work with
    content using MCP tools, configure webhooks, and use Box AI retrieval.
  </Card>
</CardGroup>

The [Box CLI](/guides/cli/index) also works with agentic tools and harnesses.
You can manage content, automate tasks, and integrate Box into scripts and AI agent
workflows from your terminal.

## Build and integrate

<CardGroup cols={2}>
  <Card title="Box AI API" href="/ai/box-ai-api" icon="sparkles" arrow="true">
    Summarize documents, answer questions, generate text, and extract metadata
    through a single API. Available to all Business customers and above.
  </Card>

  <Card title="AI integrations" href="/ai/integrations" icon="puzzle-piece" arrow="true">
    Connect Box to LangChain, LlamaIndex, Pinecone, and other AI frameworks
    for RAG, vector search, and data pipelines.
  </Card>
</CardGroup>
