Hub now exposes a read API at app.dekimu.com/api/v1, available to every Pro and Team workspace. Five endpoints, generous rate limits, the first developer surface across the Dekimu ecosystem.
The endpoints: `/me`, `/workspace`, `/decisions`, `/activity`, `/okrs`. Each returns the same data the dashboard renders. If your accountant wants a daily decision-log fetch, your iOS shortcut wants your runway, or a second app wants to read your workspace metadata, these endpoints are the door.
Generate a key from `/dashboard/api-keys`. We show the secret once and never display it again — copy it the moment you create it. Lose it, rotate it. Every request a key makes is logged in the workspace activity feed, so the owner can see what their integrations are actually doing.
Read-only on purpose. Writes touch billing, invitations, and audit semantics that we want to harden against real read traffic before opening them up. The read endpoints carry a stability promise: a v1 endpoint won't change shape until there's a v2.
Most APIs ship the read surface first because it's safe. We ship it first because it's honest about what's stable.
Each Dekimu app has its own data — InvoiceUp's invoices, miniterms's tickets, HelpMeNegotiate's drafts. Hub aggregates them. The API mirrors that aggregation: one workspace, one key, one read surface across the ecosystem.
Pro and Team have it now. Curl samples in the docs. If you build something with it, send it to us — there's a small budget for the first useful integrations.