Warp Provider
February 17, 2026 · View on GitHub
The Warp provider reads credit limits from Warp's GraphQL API using an API token.
Features
- Monthly credits usage: Shows credits used vs. plan limit.
- Reset timing: Displays the next refresh time when available.
- Token-based auth: Uses API key stored in Settings or env vars.
Setup
- Open Settings → Providers
- Enable Warp
- In Warp, open your profile menu → Settings → Platform → API Keys, then create a key.
- Enter the created
wk-...key in CodexBar.
Reference guide: https://docs.warp.dev/reference/cli/api-keys
Environment variables (optional)
WARP_API_KEYWARP_TOKEN
How it works
- Endpoint:
https://app.warp.dev/graphql/v2?op=GetRequestLimitInfo - Query:
GetRequestLimitInfo - Fields used:
isUnlimited,nextRefreshTime,requestLimit,requestsUsedSinceLastRefresh(API uses request-named fields for credits)
If isUnlimited is true, the UI shows “Unlimited” and a full remaining bar.
Troubleshooting
“Missing Warp API key”
Add a key in Settings → Providers → Warp, or set WARP_API_KEY.
“Warp API error”
Confirm the token is valid and that your network can reach app.warp.dev.