Built for the fastest editor

Sprint Tickets,
In Zed.

Zed's assistant panel is fast and clean. Plug in SprintFlint and your sprint is one prompt away — assigned tickets, status, story points.

5-min setup
REST API + /llms.txt
No card to start

Why Zed + SprintFlint

Built around how your AI actually works.

Other tools

  • Zed assistant can't pull live ticket data
  • No bearer-token-only sprint API
  • OAuth flows kill the speed Zed gives you
  • Pricing assumes you have a dedicated PM tool seat

SprintFlint

  • Public /llms.txt — agents discover the API instantly
  • Bearer-token auth, one header, no OAuth dance
  • REST endpoints designed for agent-first workflows
  • £5/user/mo, free tier covers your first 300 tickets
Step 1 — Token

Token in env.

export SPRINTFLINT_TOKEN=sf_pk_your_token_here

curl -H "Authorization: Bearer $SPRINTFLINT_TOKEN" \
  https://sprintflint.com/api/v1/dashboard
Step 2 — Tools

Zed assistant context.

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"
    }
  ]
}
Step 3 — Prompt

Ask Zed for sprint context.

"What's the next SprintFlint ticket I should pick up?" Zed answers with live data, no tab-switch.

  • Agent reads sprint backlog
  • Auto-updates status when work begins
  • Posts progress comments as it goes
  • Pairs with Autoplay for full one-click PRs

Zed Is Already Fast.

Make your sprint board match.
300 tickets free. Setup in minutes.