music-industry-research
Recoup Research
Music industry research through the Recoup API. All endpoints live under https://recoup-api.vercel.app/api/research and authenticate with x-api-key.
export RECOUP_API_KEY="recoup_sk_..." # already set in Recoup sandboxes
export RECOUP_API="https://recoup-api.vercel.app/api"
Reference docs: https://developers.recoupable.com
Decision tree
Start here based on what the user asks:
- "How is [artist] doing?" →
metrics?source=spotify+cities+insights - "Research [artist] for me" →
profile→ parallel(metrics,audience,cities,similar,playlists) →webordeepfor narrative → synthesize - "Who should I pitch to?" →
similar?audience=high&genre=high→playlistson each peer → find playlists peers are on and your artist isn't - "Where should we tour?" →
cities+audience?platform=youtube+festivals+venues
More from recoupable/skills
recoup-api
Call the Recoupable API from the sandbox to fetch artist data, socials, organizations, research, documents and any other platform resource — and to invoke external connector actions (Google Docs / Drive / Sheets edits, Gmail, TikTok, Instagram, etc.) via Recoupable's shared connections. Use whenever you're asked for Recoup data, a Recoupable platform resource, or to read/write something outside Recoup like a Google Doc URL or a spreadsheet. Triggers on phrases like "look up artist", "fetch from recoup", "artist data", "artist socials", "organizations", "artist report", "research", "create new artist", "create artist", "onboard artist", "add artist", "edit this Google Doc", "read this doc", "update the spreadsheet", "send an email", "post on TikTok", "save to Drive", or whenever the user pastes a docs.google.com / drive.google.com / sheets.google.com URL. Always load this before writing curl calls against recoup-api.vercel.app.
106getting-started
Set up Recoupable from scratch — install the CLI, get an API key, and make your first call. Use this skill when the user says "set up Recoupable", "install Recoup", "get an API key", "connect to Recoup", "use Recoupable", "onboard to Recoup", "how do I start", or when an agent needs to configure itself to use the Recoupable platform.
3