Zest
Team Build/Bug/Process hours for the engineering report.
Category: analytics · Auth: API key
Quickstart
-
Get your credentials — in Zest, a Personal Access Token from Zest → Settings → Personal Access Tokens; pick the team on the connection after connecting (provider API docs).
-
Connect — open Settings → Integrations in your dashboard, choose Zest, and paste your Personal Access Token. The key is verified with Zest before it is stored — a bad key is rejected on the spot.
-
Enable it for a project — toggle the integration on for each project that should use it, starting in sandbox and switching to live when you're ready.
-
Verify from the API — with a personal access token:
curl "https://ionwarp.com/api/v1/projects/<project-id>/integrations" \ -H "Authorization: Bearer $DASH_API_KEY"items[]now lists your Zest connection. ✅ Your agent uses this connection inside its runs — every call it makes is logged on your project's timeline in the app.Or just ask your agent in chat — "Which integrations are connected?" (the
integrations_listMCP tool answers the same question).
Learn more
- How integrations work — credentials, risk classes, approvals
- API Quickstart — mint a token, name a project, call the API
- Zest API documentation