APIAgent-ready
OpenAPI spec covers every public surface
One OpenAPI document now describes every endpoint we expose: PriceRouter, Rosetta, Commerce, Signals, and the inference router. Generate a client in your language, or hand it to an agent.
The OpenAPI spec is the contract. We grew it so it actually covers the whole product, not just the original handful of endpoints.
- Tags for PriceRouter, Rosetta, Commerce, Signals, and the underlying inference router
- Every request and response has a named schema, so generated clients (and agent tool definitions) come out clean
- Capability descriptors are part of the spec, so a generated client can introspect available providers and models at runtime
- Spec is served at the API root and rendered with a "try it now" panel in the API docs page on the marketing site