Skip to content

Add Agent Gateway to API Gateway section#340

Open
Robocular wants to merge 2 commits intowmariuss:mainfrom
Robocular:add-agent-gateway
Open

Add Agent Gateway to API Gateway section#340
Robocular wants to merge 2 commits intowmariuss:mainfrom
Robocular:add-agent-gateway

Conversation

@Robocular
Copy link

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.

  • Single API key for all services
  • Built-in rate limiting, authentication, and usage tracking
  • OpenAPI 3.1 specs and Swagger UI on every service
  • Free tier included

@Robocular Robocular requested a review from wmariuss as a code owner March 3, 2026 19:30
@Robocular
Copy link
Author

Closing — will resubmit with updated URLs.

@Robocular Robocular closed this Mar 4, 2026
@Robocular Robocular reopened this Mar 4, 2026
@wmariuss
Copy link
Owner

wmariuss commented Mar 4, 2026

Looks like the Github URL is not accessible?

@wmariuss wmariuss added the review label Mar 4, 2026
@Robocular
Copy link
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.
@Robocular
Copy link
Author

Fixed — updated the link to point to our public landing page since the GitHub repo is private. Thanks for the heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants