Step 1 — Generate an API key
In your Tabillo workspace go to Settings → API Keys → Generate new key. Copy the key.
Step 2 — Get your reference data
Before creating initiatives you need valid IDs for products, statuses, and timeframe period keys.
Run these three calls (replace your-slug and your-key):
Period keys depend on how your workspace timeframes are configured. Monthly workspaces use keys like 2026_01, quarterly use 2026_Q1, custom use whatever labels you defined. Always call GET /timeframes first to get the exact keys.
Step 3 — Create an initiative
The response includes the full initiative object with its id. You can use that ID to update or retrieve it later.
Step 4 — Update an initiative
Only the fields you include are changed.