Agent Gateway

One proxy between your agents and the world. Rate limits, logging, secret detection built in.

Loading stats…

Top Target URLs

Loading…

Recent Errors

Loading…

Quick Start

1. Create an API key in the API Keys tab. 2. Route agent requests through the proxy. 3. Monitor logs here.

curl -X POST https://sendryx.polsia.app/v1/gateway/proxy \ -H "X-API-Key: sk-gw-YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "target_url": "https://api.openai.com/v1/chat/completions", "method": "POST", "headers": { "Authorization": "Bearer sk-..." }, "body": { "model": "gpt-4o", "messages": [{"role": "user", "content": "Hello"}] } }'