Skip to content
Changelog

What's new

Every meaningful update to the Creator Offload platform and API, newest first.

  1. Jul 5, 2026

    WebhooksFix

    Expanded webhook coverage across rights, deals, and billing

    Webhooks now cover the consent and lifecycle events that matter most — rights and deal responses, portal links, workspace membership, and billing — plus fixes to events that were silently missing.

    • Added rights_grant.accepted and rights_grant.rejected events, firing when a creator accepts or declines a usage-rights grant — closing a gap where rights acceptance, arguably the most important consent event, previously fired nothing.
    • Added a deal_grant.rejected event, firing when a creator declines a payment/deal grant.
    • Fixed renewal.acknowledged: this event was already in the subscribable catalog but was never actually dispatched; it now fires when a creator acknowledges a proposed rights renewal.
    • Added a submission.url_replaced event, firing when a creator swaps in a new media URL on an existing submission.
    • Added portal_link.created and portal_link.revoked events, firing when an operator creates or revokes a creator portal link.
    • Added workspace_member.added, workspace_member.removed, and workspace_member.role_changed events for workspace membership changes.
    • Added account-level workspace.deactivated, workspace.reactivated, and workspace.purged events for workspace lifecycle transitions tied to subscription status.
    • Added account-level subscription.plan_changed, invoice.paid, and invoice.payment_failed events for billing and subscription lifecycle changes.
    • Discord webhook messages now render renewal events (renewal.requested, renewal.acknowledged, renewal.renewed, renewal.declined) with proper title, emoji, and deep link, instead of falling back to raw payload text.
    • Fixed the webhook endpoint settings page not letting users subscribe to deal_grant.* or deal_change.* events — these event types already existed and could fire but had no way to be selected when creating an endpoint.
    • Fixed a bug where canceling a subscription through Stripe could, in some cases, fail to deactivate the associated workspace and skip sending the subscription-cancellation webhook — both now complete reliably.
    Read more →
  2. Jun 23, 2026

    PlatformAPI

    Live platform status page

    See whether the platform is healthy at a glance — a public status page with live API and database checks.

    • Launched a public /status page showing the live health of the API and database, auto-refreshing every 5 minutes with a manual refresh.
    • The footer status indicator is now live and links to the full status page.
    • Added a public GET /status endpoint reporting per-component health.
    Read more →
  3. Jun 22, 2026

    PlatformAPI

    Hook angle & CTA type are now flags

    Asset tagging gets simpler and more filterable — hook angle and CTA type are boolean flags instead of free text.

    • Asset “hook angle” and “CTA type” are now true/false flags, with simple toggles in the asset detail panel and exact-match filters in the library.
    • Breaking: the assets API now returns `hookAngle` and `ctaType` as booleans (previously nullable strings); the matching list filters accept `true`/`false`.
  4. Jun 22, 2026

    Platform

    Rights shortcut on approved submissions

    When a creator’s content is approved, the portal now points them straight to the rights on file for their email.

    • Approved submissions now show a dynamic rights banner linking creators to their self-serve rights portal, so they can bookmark and revisit the terms anytime.
  5. Jun 22, 2026

    Fix

    Correct workspace name in the switcher

    The active workspace now shows its real name everywhere — including after signing in with Google.

    • Fixed the workspace switcher showing a generic "Workspace" label instead of the actual workspace name after session refresh or Google sign-in.
  6. Jun 21, 2026

    Platform

    Rights renewals & immutable terms

    Rights expiry is no longer a dead end — propose renewals, nudge both sides, and trust that accepted terms can never change underneath anyone.

    • Operators can now propose a rights renewal with a new expiry date and optional term changes.
    • Expiry reminders now nudge both the agency and the creator — not just the workspace owner.
    • Either party can send a low-pressure renewal reminder; creators accept new terms in one place, never over email.
    • Accepted terms are now frozen into an immutable, versioned snapshot — substantive edits after acceptance require fresh consent.
    • Operators and creators now see the same locked, plain-language terms receipt.
  7. Jun 20, 2026

    Platform

    Creator self-serve rights portal

    Creators get a durable, passwordless way back to the terms they agreed to — even after the original portal link is gone.

    • Added passwordless magic-link sign-in for creators.
    • New "My Rights" view aggregates all of a creator’s submissions and rights, surviving expired per-deliverable links.
  8. Jun 19, 2026

    Webhooks

    Richer Discord webhook messages

    Discord notifications now read like real updates instead of raw payloads.

    • Discord webhook messages now include emoji, event descriptions, and deep links back to the resource.
    Read more →
  9. Jun 17, 2026

    DocsPlatform

    Interactive API reference

    Explore and try the v1 API without leaving the docs.

    • Added an interactive API reference (Scalar) alongside the OpenAPI spec.
    • Split API keys and webhooks into dedicated Settings pages.
    Read more →
  10. Jun 15, 2026

    APIBillingDocs

    API rate limiting & usage headers

    The rate-limit behavior the docs promised is now real, and limits scale with your plan.

    • Every API response now returns X-RateLimit-Limit, -Remaining, and -Reset headers.
    • Exceeding a limit returns 429 rate_limited with a Retry-After header.
    • Rate limits now scale by plan tier.
    • Published the API versioning & deprecation policy.
    • Launched this public changelog.
    Read more →
  11. Jun 14, 2026

    Platform

    Public roadmap board

    A public, votable roadmap so anyone can see what we are building and shape the order.

    • Launched the public /roadmap with vote-weighted suggestions.
    • Paid-subscriber reactions now carry extra weight in ranking.
    • Added in-app suggestion submission and moderation queue.
  12. Jun 14, 2026

    Platform

    Published the policies that govern how Creator Offload handles your data.

    • Published the Terms of Service, Privacy Policy, Data Processing Agreement, and Security practices.
  13. Jun 6, 2026

    PlatformAPI

    Campaign briefs & deliverables

    Author structured campaign briefs and expose briefs and deliverables on the public API.

    • Added brief authoring with structured requirements per campaign.
    • Exposed briefs and deliverables on the public v1 REST API.
    Read more →
  14. May 28, 2026

    Billing

    Billing & referrals

    Self-serve subscriptions with plan entitlements, plus a referral credit program.

    • Added Stripe subscriptions with hosted checkout and the billing portal.
    • Plan entitlements now gate features by tier.
    • Shipped the referral credit program with qualifying-invoice tracking.
  15. May 20, 2026

    Webhooks

    Webhooks

    Real-time events for your stack, with signed payloads and full delivery history.

    • Added custom and Discord webhook endpoints.
    • Payloads are signed with X-CO-Signature (HMAC-SHA256).
    • Failed deliveries retry with exponential back-off (up to 5 attempts).
    • Added delivery history and webhook analytics in Settings.
    Read more →
  16. May 12, 2026

    APIDocs

    Public v1 REST API

    The first public, versioned REST API surface — keyed, scoped, and fully documented.

    • Released /v1 with API keys (co_live_) and scoped access.
    • Added cursor pagination and idempotency keys for safe retries.
    • Published the OpenAPI 3.1 spec with a Swagger UI reference.
    Read more →
  17. May 2, 2026

    Platform

    Rights & assets

    Track usage rights and surface which approved submissions are ready to ship.

    • Added rights grants with usage type, platforms, and exclusivity.
    • Added expiry tiers with expiring / expired notifications.
    • Asset readiness now computes ship-ready status from approval, QA, rights, and media.
  18. Apr 22, 2026

    Platform

    Creator portal

    A tokenized public portal so creators can submit and revise work without an account.

    • Launched the tokenized public submission portal.
    • Added revision history and reviewer QA feedback for creators.

We collect a bit of analytics

To understand how visitors use our platform, we record usage events along with some of your non-sensitive device information and approximate location. You may opt out anytime. Privacy Policy