recoup-api

Installation
SKILL.md

Recoupable API

Call the Recoupable production API to fetch artist data, social metrics, org context, research, and to trigger platform operations.

  • Base URL: https://api.recoupable.com/api
  • LLM-readable docs: https://developers.recoupable.com — Mintlify site. Use /llms.txt for the endpoint index, /llms-full.txt for full content, and the OpenAPI JSONs listed below for machine-readable schemas.

Authentication

Recoup accepts either credential — prefer the API key when both are present:

Credential Header Where it comes from
RECOUP_API_KEY (recoup_sk_…) -H "x-api-key: $RECOUP_API_KEY" API-key install (recoup-setup) / agent signup
RECOUP_ACCESS_TOKEN -H "Authorization: Bearer $RECOUP_ACCESS_TOKEN" short-lived open-agents sandbox token

Build an AUTH array once and reuse it on every call:

Installs
550
First Seen
Apr 23, 2026
recoup-api — recoupable/skills