Tardis Docs · AI SDK + Runtime API

Build and inspect LLM inference with a request-first SDK and a telemetry-aware Runtime API.

These docs cover the provider-agnostic AI SDK, canonical lifecycle events, ingestion pipeline, and Conversation/Turn APIs.

Start here

Runtime API at a glance

List Conversations

/conversations
GET

Create Conversation

/conversations
POST

Continue Conversation

/conversations/:id/messages
POST

Inspect Inference Request

/inference-requests/:id
GET