You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(haystack-router): add free tier API key to all examples
Replace placeholder `'your-api-key'` values with the free tier key
(`1b72df7e-1131-4449-8ce1-29b79dd3f51e`) across all haystack-router
skill files. This reflects the free tier added in TxnLab/haystack-js#8.
- Add API Key Tiers section to configuration.md with free/production tiers
- Update SKILL.md to mention the free key and link to configuration.md
- Remove "API key — request from support" prerequisite from getting-started.md
- Replace all placeholder keys in code examples across 7 reference files
- Update .env example in node-automation.md with the free tier key
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|**Production**| Request from support@txnlab.dev| Higher limits | Production applications |
9
+
10
+
The free tier key requires no registration and works immediately. The rate limit applies to all API calls (both `fetchQuote` and `fetchExecuteSwapTxns`), not just quotes.
11
+
12
+
For production integrations with higher rate limits, contact support@txnlab.dev for a dedicated key.
0 commit comments