Agencies
Concepts

Agencies

Agency accounts hold one key per managed creator; everything else about the API is identical.

View as MarkdownUpdated Aug 19, 2026

Agencies on Dropfans manage multiple creator accounts. The API model stays simple: one key per managed creator — there is no cross-creator key and no agency-wide endpoint.

Generating keys for managed creators#

While acting as a managed creator in the dashboard, the agency opens that creator’s Vault → API Connect and generates a key there. The key list shows which creator each key belongs to, so a roster of keys stays auditable.

What that means for your integration#

  • Every call is scoped to the creator behind the key you send. To act for five creators, hold five keys and pick per request. There are no cross-creator calls.
  • GET /me on each key tells you which creator it is — validate on connect and store the mapping.
  • Posting requires a CREATOR or AGENCY account type; managed-creator keys satisfy this.
  • Rate limits apply per the key’s tier as usual — for approved apps each key has its own budget, so throughput scales with the roster.

Balance quirk#

GET /balance can be negative for agency-managed accounts (internal settlements can pull a bucket below zero). Render it signed; do not clamp to zero.

Next: Sell a drop end-to-end or Connect a creator to your app.

Questions? [email protected]