agentcyTry free
Shipping in public. No hidden regressions

What we shipped, when we shipped it.

A public log of every meaningful change to the platform. New features, fixes, breaking changes — all of it.

v0.1.5

Hardening pass: email, Sentry, status, agent suggester, evals.

  • Resend transactional email — agency owners are notified when end-clients approve or reject a deliverable.
  • Sentry instrumentation across the SSE chat route, Stripe webhook, and both cron handlers — gated on DSN, no-ops in dev.
  • Public status page + /api/health endpoint with Supabase ping and env-config checks. status.openagentcy.com subdomain reserved.
  • LLM agent suggester — describe your client in plain text, Haiku picks 5–8 starter agents and pre-toggles them.
  • Eval suite scaffold — router (8 cases / 80% gate) and critic (4 cases / 75% gate). GitHub Actions workflow gates PRs touching orchestration.
v0.1.4

Directory, presets, rate cards, custom domains.

  • Public agency directory at /agencies — opt-in listings for end-clients to find you.
  • Workspace presets — snapshot your config (agents + brand + knowledge), clone it for every new client.
  • Per-workspace rate cards — show clients the agency-equivalent value of work delivered. QBR-ready summary view.
  • Custom domains via Cloudflare for SaaS — paying agencies can run on app.your-agency.com.
v0.1.3

Streaming chat, save-as-deliverable, knowledge step.

  • SSE streaming end-to-end — the agent response renders into the page as it generates.
  • Save any agent message as a client deliverable. Mints a 24h magic-link review token.
  • Knowledge step in onboarding — paste up to 30k tokens of brand bibles, briefs, transcripts.
  • Subscribe banner on free workspaces — single-click checkout into the $97/mo platform plan.
v0.1.2

Stripe billing pipeline.

  • Stripe Billing Meters integration — not deprecated usage_records. Idempotency keys at every layer.
  • Daily rollup cron computes raw → billed cost with rolling-30d markup tiers.
  • Daily stripe-meter cron reports usage to Stripe with replay-safe identifiers.
  • Checkout flow + webhook handle subscription start, pause, and cancellation.
v0.1.1

Brand kits, workspace chat, router/agent/critic.

  • Brand kit v1 captured in onboarding — voice paragraph, adjectives, do-not-say, reading-level cap.
  • Workspace chat surface with @-mention agent override.
  • Three-stage orchestration — Haiku router → Sonnet agent → Sonnet critic.
  • Client review URL at /r/[token] — clean, agency-branded, expires in 24 hours.
v0.1.0

First public beta.

  • Multi-tenant Supabase schema with row-level security, JWT-claim-based agency_id.
  • Subdomain routing — every agency gets {slug}.openagentcy.com.
  • Onboarding flow: agency → workspace → agent picker → brand kit.
  • Vercel AI Gateway wired up with Bedrock fallback.

Build alongside us.