Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# AgentGate
> API layer that lets AI agents use the real internet — HTTP egress, rate limits, cost caps, and observability as a service.
AgentGate is a Foundry product at https://agentgate.arflow.io.
## Quick Start
Homepage: https://agentgate.arflow.io/
API base: https://agentgate.arflow.io/gate/v1
OpenAPI: https://agentgate.arflow.io/openapi.yaml
ai-plugin: https://agentgate.arflow.io/.well-known/ai-plugin.json
MCP manifest: https://agentgate.arflow.io/.well-known/mcp.json
## Related Foundry Products
- Search: https://nothumansearch.ai
- Jobs: https://aidevboard.com
- Research: https://8bitconcepts.com
OpenAPI Spec (preview)
openapi: 3.0.3
info:
title: AgentGate API
description: API layer that lets AI agents use the real internet — HTTP egress, rate limits, cost caps, and observability as a service.
version: 1.0.0
contact:
name: AgentGate
url: https://agentgate.arflow.io
servers:
- url: https://agentgate.arflow.io
description: Production
paths:
/gate/v1:
get:
summary: Service status
responses:
'200':
description: OK
components:
securitySchemes:
bearer