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.txtfor the endpoint index,/llms-full.txtfor 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: