Changelog

What shipped, when. Everything here is live — the roadmap earns its place on this page only by shipping.

July 14, 2026

Receipts API, tier catalog, idempotency, provenance plumbing

  • GET /v1/requests: your receipts — per-request exact charge, tier, candidates considered, failover, billed true/false.
  • GET /v1/tiers: public machine-readable catalog of every live tier with price estimates and live status. No auth needed.
  • Idempotency-Key header on generate endpoints: a retried request returns the original job — double-charging by retry is now impossible.
  • New API keys start with a $10/day cost cap by default (raise it anytime via the dashboard or the limits API).
  • Batches now count as one request per item against all rate and spend limits.
  • Content moderation now guards every generation path, not just the demo.
  • The router now logs real outcome signals per generation — routing quality starts learning from live traffic.
  • C2PA Content Credentials signing built into the media pipeline (rolling out with production signing certificates).
  • MCP server v0.3.0: structured tool results, read-only tool annotations (fewer confirmation prompts in agent clients), machine-readable error codes.

July 13, 2026

Billing precision

  • Fixed a rounding edge case that could overcharge one cent on some tier prices.
  • Billing now settles only after your file is safely stored: a failed delivery can never bill.
  • In-flight video now counts toward daily spend caps while it renders.

July 12, 2026

Image tier reshuffle at unchanged prices

  • Fast tier pool upgraded at the same 2¢ price; the router picks per prompt, speed first.
  • Premium tier led by the current arena-leading model at 6¢.
  • Video pricing and tiers unchanged.

July 11, 2026

Smarter routing + email system

  • Per-skill quality ratings: the router now scores every model per prompt type (photos vs logos vs text-in-image).
  • Quality floor: cheap and fast preferences only choose among models that clear a quality bar for your specific prompt.
  • Transactional email live: deposit receipts and low-balance warnings.

July 9, 2026

Agent-native release

  • MCP server published on npm (corent-mcp) and hosted at mcp.corent.tech/mcp.
  • Natural-language intent API: describe what you want, Corent plans it, you approve the cost, it generates.
  • Batches (up to 50 items), signed webhooks with delivery logs, and SSE job streaming.
  • Crypto deposits alongside card payments.