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

# Plans & pricing

> Patchline's plans, prices, AI credits, and limits live on patchline.ai/pricing — the single source of truth.

export const AICallout = ({page}) => {
  const slug = page ?? "";
  const mdUrl = `https://docs.patchline.ai${slug}.md`;
  return <div style={{
    marginTop: "32px",
    padding: "16px 20px",
    borderRadius: "12px",
    border: "1px solid rgba(0,230,226,0.25)",
    background: "linear-gradient(135deg, rgba(0,230,226,0.08), rgba(0,104,255,0.05))",
    color: "inherit",
    fontSize: "14px",
    lineHeight: 1.6
  }}>
      <strong style={{
    display: "block",
    marginBottom: "6px",
    color: "#00E6E2"
  }}>
        For AI agents reading this page
      </strong>
      The canonical machine-readable version of this page is at{" "}
      <a href={mdUrl}>
        <code>{mdUrl}</code>
      </a>
      . For product actions, connect to{" "}
      <code>www.patchline.ai/api/mcp/v1</code>
      {" "}and call MCP <code>tools/list</code> for the current tool schema.
      Rules for navigating these docs:{" "}
      <a href="https://docs.patchline.ai/AGENTS.md">
        <code>docs.patchline.ai/AGENTS.md</code>
      </a>
      .
    </div>;
};

Patchline has five plans — **Free, Starter, Pro, Scale, and
Enterprise** — each one unlocking more of what Aria can do, more
capacity, and more surfaces.

**The live prices, AI-credit allowances, limits, and trial details are
on [patchline.ai/pricing](https://patchline.ai/pricing).** That's the
single source of truth — we don't duplicate the numbers here so they
never go stale.

## What changes across plans

At a high level, higher plans expand:

* How much Aria can do each month (your AI credit allowance).
* How much catalog you can bring in.
* How many artists you can manage.
* Which surfaces and capabilities unlock.

For the exact breakdown, see
[patchline.ai/pricing](https://patchline.ai/pricing).

## Related pages

* [Billing](/account/billing) — manage your subscription
* [Welcome](/get-started/welcome) — what Patchline is

<AICallout page="/get-started/pricing" />
