Skip to Content
Welcome to 10ex Docs — explore Tutorials, Guides, Reference, Concepts, Use Cases, and the Agent Store.
ReferenceOverview
Reference

Reference

Lookup material. Boring on purpose, but accurate.

What’s in this section

You’ll find four kinds of reference material here: the REST API (endpoints grouped by module), webhook payloads, the MCP tool catalog (for LLM-driven clients), and the error envelope. SDKs sit alongside as the language-specific entry points.

REST API

10ex serves a versioned REST API under /api/v1. See the API overview.

Per-module references:

Other references

  • Webhooks for payload shapes on every event
  • MCP tools for every Streamable-HTTP and stdio MCP tool
  • Error codes for error envelopes and HTTP status mapping
  • SDKs for the TypeScript SDK (in progress)

How to pick the right surface

If you’re building a server-to-server integration, use the REST API. If you’re building an LLM agent that should drive 10ex, use MCP. If you want to react to events instead of polling, subscribe via webhooks.

Last updated on