Zed's assistant panel is fast and clean. Plug in SprintFlint and your sprint is one prompt away — assigned tickets, status, story points.
Built around how your AI actually works.
export SPRINTFLINT_TOKEN=sf_pk_your_token_here
curl -H "Authorization: Bearer $SPRINTFLINT_TOKEN" \
https://sprintflint.com/api/v1/dashboard
Add SprintFlint as a custom tool in your Zed assistant config. The assistant can now hit the API directly when you ask.
# ~/.config/zed/settings.json
"assistant": {
"custom_tools": [
{
"name": "sprintflint",
"url": "https://sprintflint.com/api/v1",
"auth_header": "Bearer $SPRINTFLINT_TOKEN"
}
]
}
"What's the next SprintFlint ticket I should pick up?" Zed answers with live data, no tab-switch.
Same setup, different tools.
Make your sprint board match.
300 tickets free. Setup in minutes.