X-API-Key credentials or browser sessions. An agentic gateway can use API keys, OpenAPI, docs, CLI, MCP Server, Skill, SDKs, REST, or WebSocket depending on the host.
Gateway Layers
Gateway Boundary Checklist
Use this checklist before an agent writes a script, configures a tool, or widens a market-data job.When To Use This Pattern
Use an agentic gateway pattern when a coding agent, analyst assistant, dashboard builder, or internal automation should fetch market data but should not invent routes, run unlimited loops, or ignore freshness. The gateway is the combination of context, auth, route contract, and bounded execution. This is an integration pattern, not a separate hosted agent product. Use the concrete 0xArchive surfaces above for route context, auth, execution, and data-quality checks.Implementation Rules
1
Pin route context
Give the agent OpenAPI plus the page matching the job, such as Venue Coverage, Data Quality, REST, or WebSocket.
2
Choose one execution surface
Use CLI for terminal jobs, MCP Server for MCP-capable hosts, Skill for reusable workflows, SDKs for application code, or REST for direct HTTP.
3
Limit the first call
Require one route family, one symbol, one small window, and request-ID logging before widening.
4
Separate wallet access
Use SIWE verification only when the user explicitly needs wallet-owned account verification.