Add Agent Gateway to API Gateway section#340
Open
Robocular wants to merge 2 commits intowmariuss:mainfrom
Open
Add Agent Gateway to API Gateway section#340Robocular wants to merge 2 commits intowmariuss:mainfrom
Robocular wants to merge 2 commits intowmariuss:mainfrom
Conversation
Author
|
Closing — will resubmit with updated URLs. |
Owner
|
Looks like the Github URL is not accessible? |
Author
|
Hi @wmariuss, thanks for the review! The GitHub repository is private (it's a hosted API service, not an open-source project). The service is publicly accessible at:
You can try it right now — no signup required for the docs page, and the API gives 200 free credits on key creation: # Create a free API key
curl -X POST https://agent-gateway-kappa.vercel.app/api/keys/create
# Try the geo API
curl https://agent-gateway-kappa.vercel.app/api/geo/8.8.8.8 -H 'X-API-Key: YOUR_KEY'I've updated the PR description to use the public landing page URL instead of the GitHub repo URL. Let me know if you'd like any other changes! |
The GitHub repo is private, so pointing to the public-facing landing page instead.
Author
|
Fixed — updated the link to point to our public landing page since the GitHub repo is private. Thanks for the heads up! |
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.
Adds Agent Gateway to the API Gateway section.
Agent Gateway is a unified REST API proxy that routes to 39+ backend microservices through a single endpoint. Services include crypto wallets, DeFi data, code execution, file storage, screenshots, web scraping, and more.