Resources
Changelog
Every release of the Worksible API, in reverse chronological order. We follow the principle 'add freely, change carefully, never remove without a major bump'.
Subscribe
Push to your reader: RSS · Email digest. Every API key's billing contact also receives breaking-change notices automatically.
Releases
v1.0.0
- addedv1 of the public REST API. Stable URL: api.worksible.com/v1.
- addedEndpoints: GET /v1/companies/me, /stats, /projects, /freelancers, /invoices, /payments.
- addedAPI key system with scoped access, plan-based rate limits and per-key audit logs.
- addedHeader transports X-API-Key and Authorization: Bearer; query api_key supported (discouraged).
- addedPer-plan rate limits (Professional / Global / Enterprise / AOR) with X-RateLimit-* headers on every response.
- changedBase path migrated from /api/v1 to /v1 to match the api.worksible.com subdomain.
v0.9.0 (preview)
- addedClosed beta opened to design partners.
- addedMigrated existing Laravel-issued keys; bcrypt hashes preserved so customer integrations keep working through cutover.
Upcoming
What we're working on next. Dates are firm; surfaces may evolve during preview.
2026 Q3
Webhooks
Push events for invoices, payments, payouts, contracts, timesheets, KYB.
2026 Q3
Cursor pagination
On high-volume endpoints (payments, invoices, timesheets). Page-based pagination keeps working.
2026 Q4
GraphQL endpoint
For partners with deep query needs. The REST surface is not going anywhere.
2027 Q1
Admin scopes
Org-management endpoints (members, invitations) under admin:* scopes.
Deprecation policy
- Six-month minimum. A deprecated endpoint stays online for at least six months after the announcement date.
- Loud signals. Deprecated endpoints carry the
SunsetandDeprecationresponse headers (RFC 8594), and the workspace billing contact gets emails at 90, 30 and 7 days before sunset. - Migration guides. Every breaking change ships with a one-page migration guide that we link from this page.