feat: agent self-service API key registration (BUY-14129)#69
Open
feat: agent self-service API key registration (BUY-14129)#69
Conversation
fix(BUY-13085): update robots.txt — block internal paths and API from crawling
…dation Co-Authored-By: Paperclip <noreply@paperclip.ing>
- /v1/auth/register now works without email — gives instant free-tier key (60rpm/1000daily). With email, returns unverified tier (5rpm/50daily) and sends verification email. - Fixed rate limit response: was showing FREE_TIER limits (60rpm) for unverified keys that actually get 5rpm — now shows correct limits. - Added /v1/auth/register/agent for developer-tier instant registration. Closes BUY-14129 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
AEO developer FAQ covering graph-based price relationships, product similarity networks, retailer relationship graphs, and BuyWhere price graph applications.
AEO developer FAQ covering anomaly types, detection methods (statistical, time-series, ML), BuyWhere anomaly pipeline, and impact on price intelligence.
All production deploy blockers in a single commit to survive force-pushes: 1. Add src/app/[seo-page]/page.tsx — dynamic route for 408 SEO pages 2. Move tailwindcss + postcss to dependencies (Docker build needs them) 3. Fix Dockerfile: copy static assets to .next-deploy/static (matches distDir) 4. Resolve merge conflict markers in Header.tsx, Nav.tsx, blog/[slug]/page.tsx, blog.ts, sitemaps.ts, packages/mcp-server/package.json 5. Remove invalid 'links' from homepage Metadata type 6. Make shopperCta/developerCta optional with defaults (50+ entries lack them) 7. Set cancel-in-progress: false to prevent deploy cancellations Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ation Adds DEVELOPER_TIER (120rpm/5000daily) to config and rate-limiting middleware so the /register/agent endpoint from 6a8faf6 works end-to-end. Creates email.ts stub (was only in dist/ as a manual file). Part of BUY-14129. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes BUY-14129.