LateLate
Zernio

Late is now Zernio.

New name. New look. Same API, same team, same infrastructure. Zero breaking changes.

Zero breaking changes
Zero downtime
Same API keys
100% compatible

TL;DR

  • Your API keys, webhooks, and integrations keep working as-is
  • getlate.dev permanently redirects to zernio.com
  • Old SDK packages work for 6+ months, new ones are live now
  • No code changes required on your end

WHAT CHANGED

Brand
LateZernio
Domain
getlate.devzernio.com
Docs
docs.getlate.devdocs.zernio.com
Node SDK
@getlatedev/node@zernio/node
Python SDK
late-sdkzernio-sdk
CLI
npm i -g latenpm i -g zernio
Env var
LATE_API_KEYZERNIO_API_KEY

Old environment variable names, SDK packages, and domains continue to work. Update at your own pace.

WHAT DIDN'T CHANGE

API endpoints
Every route, parameter, and response schema is identical.
API keys & tokens
Your sk_ keys and OAuth tokens work exactly as before.
Webhooks
We call your servers, not the other way around. Nothing to update.
Rate limits
Same limits per plan. No changes to quotas or throttling.
Connected accounts
All social accounts, profiles, and scheduled posts are untouched.
Infrastructure
Same servers, same regions, same uptime guarantees.
Team & support
Same people building and supporting the product every day.
Pricing
Plans, features, and billing are completely unchanged.

UPDATING YOUR CODE (OPTIONAL)

Nothing will break if you do nothing. But when you're ready:

migration.diff
// Node.js
- import Late from "@getlatedev/node";
+ import Zernio from "@zernio/node";

// Python
- from late import Late
+ from zernio import Zernio

// Environment
- LATE_API_KEY=sk_abc123...
+ ZERNIO_API_KEY=sk_abc123...

// Base URL
- https://getlate.dev/api/v1
+ https://zernio.com/api/v1

TIMELINE

  1. Now
    Everything is live
    zernio.com, new SDKs, new CLI. All getlate.dev URLs redirect automatically.
  2. 6 mo
    Grace period
    Old and new SDK packages work side by side. Update whenever convenient.
  3. After
    Deprecation notice
    Old packages show a notice in install logs but keep working normally.

WHY WE REBRANDED

“Late” was a great name to start with, but as we grew it became a problem. Try searching “Late API” and you'll understand: generic words make terrible brand names.

Zernio is distinctive, easy to remember, and easy to find. It gives us a stronger identity as we scale and makes it easier for developers to find us, reference us, and recommend us.

The product hasn't changed. Just the name on the door.

FAQ

Do I need to change anything right now?
No. Everything works as before. You can update your SDK imports and env vars whenever you want, or never.
Will getlate.dev stop working?
No. All old URLs permanently redirect to zernio.com. We have no plans to shut down the redirects.
Do my API keys still work?
Yes. Your existing sk_ keys work on both getlate.dev and zernio.com endpoints. No rotation needed.
What about my webhooks?
Webhooks are sent from our servers to yours, so the domain change has no effect. Nothing to update.
Will my old SDK imports break?
No. @getlatedev/node and late-sdk will keep working for at least 6 months, and likely longer.
Is the API versioned differently?
No. Same /api/v1 path, same endpoints, same schemas. Only the domain changed.
Are there any new features with the rebrand?
The rebrand is purely cosmetic. But we ship new features every week, check the changelog.

Still have questions?

Same API you trust. Better name.

Start building, or keep building. We've got you.

SOC 2 CompliantGDPR Compliant