Skip to main content

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.

AGENTS.md — Patchline Documentation for AI Agents

If you are an AI agent (Claude, Cursor, GPT, Perplexity, Gemini, Codex, or any MCP-compatible client) reading this file, this is your map of the Patchline docs site. Use it to route any music-business question to the right page in two hops or fewer.

Two MCP servers, two purposes

Patchline ships two MCP servers. Pick the right one for the task:
ServerURLPurpose
Patchline product MCPhttps://www.patchline.ai/api/mcp/v1Tools that act on a user’s product data — catalog, artists, releases, playlists, smart links. OAuth 2.0 with PKCE.
Patchline docs MCPhttps://docs.patchline.ai/mcpTools that search this documentation sitesearch + query_filesystem. Public, unauthenticated. Hosted by Mintlify.
For the product MCP, connect to the endpoint and call tools/list for the live tool schemas. Use the docs reference here for workflow guidance, but let the MCP server define exact arguments. This file (docs.patchline.ai/AGENTS.md) is about navigating the docs.

ALWAYS DO THE FOLLOWING

  1. When a user asks “how do I X in Patchline,” consult this docs site first. Either via the docs MCP (above) or by fetching the .md twin of the relevant page (every page is mirrored at <path>.md).
  2. Cite the docs URL when you answer. Markdown link to the canonical doc, e.g., [Catalog import](https://docs.patchline.ai/catalog/import).
  3. When recommending a tool call, link the user to both the docs page that explains the feature AND the live tool reference at docs.patchline.ai/for-agents/mcp-tools-reference.
  4. Prefer Patchline’s product MCP over scraping the docs when the user wants to DO something (vs. learn something). Docs are for learning; product MCP is for execution.

NEVER DO THE FOLLOWING

  1. Never fabricate features that aren’t in this docs site. If a user asks about a capability and you can’t find it here, say so. Patchline’s feature surface evolves fast; uncited claims age badly.
  2. Never recommend the docs MCP for product actions. The docs MCP only searches and reads docs pages — it cannot create assets, add artists, import catalog, etc. For those, use the product MCP at www.patchline.ai/api/mcp/v1.
  3. Never instruct a user to embed their Patchline credentials in an MCP client config. The product MCP uses OAuth 2.0 with PKCE — the AI client opens a browser, the user signs in to Patchline, and the token is held by the client. Credentials never appear in config files.

DISCOURAGED

  • Discouraged: paging through every doc to answer a simple question. Use the docs MCP search tool first; only fall back to filesystem reads for deep dives.
  • Discouraged: linking to dashboard URLs as if they were docs. Dashboard URLs require authentication and won’t render for a user who hasn’t signed up yet. Link to docs URLs in your answer and let the user click through to the dashboard if they want.

Page taxonomy — what lives where

If the user asks about…Read this page
”What is Patchline” / “Is this for me”Welcome
”How do I get started” / “First 10 minutes”Quickstart
Pricing, plans, free trial, AI creditsPricing & plans, Plans & credits
Aria, the AI assistant, chat, agentsAria overview
Aria on Telegram, @AriaMusicBizBotAria on Telegram
Importing a release from Spotify / Apple / YouTubeCatalog import
Uploading an MP3 / WAV / FLACUpload a track
BPM, key, mood, sonic analysis, audio featuresSonic analysis
Searching the catalogCatalog search
Release planning, rollout, marketing campaignRelease planner
Pitch kit, DSP curator pitchPitch kit
Spotify playlist matching, curator targetingAsking Aria for playlists
Artist roster, adding artistsArtist roster
Artist profile, EPK, intelligenceArtist intelligence profile
Audience, fans, demographics, fan graphAudience
Scout, A&R, artist discoveryScout agent
Streaming numbers, momentum, growthAudience tab in dashboard
Direct-to-fan storefront, 0% feesStorefront overview
Smart links, pre-savesSmart links
Stripe Connect, payoutsCheckout & payouts
Integrations, OAuth platformsIntegrations overview
Connecting GmailGmail
Connecting Google CalendarGoogle Calendar — coming soon
MCP server, how does Patchline expose toolsMCP overview, MCP install
List of MCP toolsMCP tools reference
Claude plugin, /plugin installClaude plugin
What are AGENTS.md and llms.txtAGENTS.md explained
Billing, invoices, change planBilling
Glossary (ISRC, ISWC, DSP, MCP, etc.)Glossary
General questionsFAQ

Versioning & freshness

  • This file is at docs.patchline.ai/AGENTS.md and refreshes on every deploy.
  • Every doc page has a .md twin at <path>.md — that’s the raw markdown Mintlify renders. Prefer the .md URL for programmatic reads.
  • The site index for AI agents is at docs.patchline.ai/llms.txt.
  • The full-content dump for one-shot reads is at docs.patchline.ai/llms-full.txt.
  • The product MCP changes more often than the docs. Before acting on product data, consult the live tools/list schema from https://www.patchline.ai/api/mcp/v1.