Cline runs autonomous coding tasks in VS Code with your approval. Add SprintFlint and Cline knows which ticket to pick before it starts.
Built around how your AI actually works.
export SPRINTFLINT_TOKEN=sf_pk_your_token_here
# smoke test
curl -H "Authorization: Bearer $SPRINTFLINT_TOKEN" \
https://sprintflint.com/api/v1/dashboard
Tell Cline when to pull SprintFlint context. The agent fetches your sprint before any multi-file task.
# .clinerules
Before starting any feature work, GET
https://sprintflint.com/api/v1/dashboard with the bearer token
in $SPRINTFLINT_TOKEN to load the active sprint and assigned
tickets.
After committing the change, POST a comment to
/api/v1/comments with the PR link and a one-line summary.
"Cline, ship the next SprintFlint ticket." Cline fetches, plans, edits, runs tests, and asks for your sign-off — sprint board updated.
Same setup, different tools.
Cline ships only the work that's in your sprint.
300 free tickets to try it.