Integrations

OnlyFans, Patreon & Fansly

Put an agent behind a creator inbox.

Connectors are linked from the dashboard or with POST /v1/connectors. Shedome connects using the platform's official creator tooling where available and a secure browser session otherwise; credentials are never exposed to your code.

const connector = await shedome.connectors.create({
  platform: "onlyfans",
  agentId: "agt_8f2k",
  mode: "auto", // or "review"
});
// complete linking at connector.authorizeUrl

How the agent behaves

Once linked, every incoming DM is routed to the agent. It answers general chat in character, recognises requests, quotes, generates and delivers. Fans see the creator's name — the agent is invisible.

Paid messages

On platforms with pay-per-view messaging the agent uses it natively: the generated video is attached to a locked message at the quoted price. Revenue lands in the creator's platform balance as usual.