What this actually does
When you upload audio, Aria generates a rich, natural-language caption for it. That caption is the bridge between your music and any AI tool a fan or industry person might be using:- A fan asks ChatGPT: “play me something like Mira’s last release” — ChatGPT can find your tracks because they’re captioned in language it understands.
- A curator asks Claude: “what’s a dreampop track with a soft acoustic feel for a late-night playlist?” — Claude surfaces your match.
- You ask Aria in Cursor: “find playlists for my new track” — Aria uses the caption to ground the pitch and ranking.
Where the caption lives
In the Catalog tab — sidebar → Catalog → click any track. The caption appears as part of the track detail view, alongside the rest of the track metadata. Aria uses the caption automatically when answering catalog questions. The same caption is available to any AI client connected via MCP — theget_song_intelligence tool
returns it directly.
What’s in a caption
The caption captures what AI copilots need to reason about a track in plain language. It’s written for AI consumption first, humans second:- Sonic identity — the feel, mood, energy of the track in natural prose, not coded numbers.
- Comparable artists & tracks — sonic peers, lineage, references.
- Where it fits — playlist context, listening occasion, fan archetype.
- Hooks worth surfacing — the parts of the track that make it pitchable.
Why this is the angle
Most “audio analysis” products are pinned on numbers — BPM, key, danceability scores. Those are useful inside a DAW. They are mostly useless to an AI agent answering “what should I listen to tonight?” The future of music discovery runs through AI tools. Patchline ships that future first — uploaded tracks ready to be found by the AI tool your fan happens to be using.Quick start
Add a track to your catalog
Upload the audio. Importing a streaming URL
creates a metadata row; uploading is what starts captioning.
See it in the Catalog tab
Sidebar → Catalog → click the track. The AI caption is part of
the track detail.
(For developers) Connect via MCP
Install the MCP server and call
get_song_intelligence from Cursor, Claude Code, or any
MCP-compatible AI tool. The caption rides in the response.How AI tools use it
When your tracks are AI-discoverable through Patchline, here’s what happens in the real world:In ChatGPT or Claude
A user pastes a Spotify URL or asks about an artist. If the AI client has installed the Patchline MCP, it callsget_song_intelligence automatically, grounds its answer in your real
catalog, and surfaces specific tracks with reasons.
In Cursor or Claude Code
Developers, A&R, music journalists — anyone using an AI editor — can query your catalog the same way they’d query a codebase. “Find me a dreampop track in my roster that fits a sad-night playlist” returns a specific track with a captioned reason.Inside Patchline (via Aria)
Aria itself reads the caption when it does anything catalog-related — playlist matching, pitch generation, fan-graph cross-roster queries.Pricing
Plans, AI credits, and limits live on the pricing page — we keep them there so they’re always current.Related pages
- Catalog import — metadata-only import path
- Upload a track — file path
- Catalog search — uses captions for semantic match
- MCP overview — how AI clients read your captions
FAQ
Do I have to do anything to turn this on?
Do I have to do anything to turn this on?
No. Captioning starts automatically after audio upload.
Can I edit the caption?
Can I edit the caption?
Yes — open the track in your Catalog and edit the caption directly.
Edits stick across re-captioning unless you ask Aria to regenerate
from scratch.
What if my track isn't in my catalog yet?
What if my track isn't in my catalog yet?
Captioning runs on uploaded audio. If a track is already released
elsewhere, import the metadata first, then upload the master to add
the caption.
What ground truth does the caption use?
What ground truth does the caption use?
Patchline analyzes the actual audio plus your other catalog
context — releases, artist roster, history. The caption reflects
your real music; it is not generated from the title alone.
Where can AI tools read the caption?
Where can AI tools read the caption?
AI tools connected through the Patchline MCP
can read the caption through catalog tools such as
get_song_intelligence.