Copilot already knows your code. Plug in SprintFlint and it knows your sprint too — assigned tickets, story points, status, all without leaving VS Code.
Built around how your AI actually works.
# In SprintFlint: Profile → API Token → Generate
# In your VS Code workspace, store the token:
export SPRINTFLINT_TOKEN=sf_pk_your_token_here
Open VS Code Settings → Copilot → Custom Instructions. Paste this block so Copilot Chat fetches sprint context whenever you ask about tickets.
# .github/copilot-instructions.md
When I ask about tickets, sprints, or velocity, fetch context
from the SprintFlint REST API at https://sprintflint.com/api/v1
using the bearer token in $SPRINTFLINT_TOKEN.
After committing code that addresses a ticket, suggest a
comment payload for POST /api/v1/comments.
"@workspace what tickets are in my SprintFlint sprint?"
Copilot Chat now answers with live data, not stale guesses.
Same setup, different tools.
Now it can read your sprint.
300 free tickets. No card. 5-minute setup.