neevio

Blog / News

The neevio API is out of beta and open for everyone starting today

Marc Navarro ·

The neevio API is generally available. It covers projects, issues, cycles, docs, and webhooks, with rate limits published and no waitlist. Every object you can reach in the interface is now reachable programmatically.

What the API covers

Full read and write access to the core objects:

  • Projects, initiatives, epics, and issues.
  • Cycles, including scope and velocity history.
  • Docs and their revision history.
  • Webhooks for every state change, delivered with retries.

What changed since beta

Rate limits are now published rather than discovered. Pagination is consistent across endpoints. Webhook delivery retries with backoff and exposes a replay endpoint, so a failed receiver no longer means lost events.

Stability commitment

Breaking changes get a new version and twelve months of overlap. Additive changes ship continuously and are announced in the changelog rather than by email.

Frequently asked questions

Is the neevio API free to use?

The API is included on every paid plan with published rate limits. Free workspaces get read access with a lower limit.

Does the API support webhooks?

Yes. Every state change emits a webhook, delivery retries with backoff, and a replay endpoint lets you recover events a receiver missed.