# Tracia ## Docs - [API Reference](https://docs.tracia.io/api-reference/introduction.md): REST API documentation for Tracia - [Create Prompt](https://docs.tracia.io/api-reference/prompts/create.md): Create a new prompt - [Delete Prompt](https://docs.tracia.io/api-reference/prompts/delete.md): Delete a prompt and all its versions - [Get Prompt](https://docs.tracia.io/api-reference/prompts/get.md): Get a single prompt with its content - [List Prompts](https://docs.tracia.io/api-reference/prompts/list.md): Get all prompts for the authenticated user - [Run Prompt](https://docs.tracia.io/api-reference/prompts/run.md): Execute a prompt and get the LLM response - [Update Prompt](https://docs.tracia.io/api-reference/prompts/update.md): Update an existing prompt - [Evaluate Span](https://docs.tracia.io/api-reference/spans/evaluate.md): Submit an evaluation for a span - [Get Span](https://docs.tracia.io/api-reference/spans/get.md): Get full details of a single span - [List Spans](https://docs.tracia.io/api-reference/spans/list.md): Get spans with optional filters and pagination - [Introduction](https://docs.tracia.io/index.md): Store, test, and trace LLM prompts with Tracia - [Quickstart](https://docs.tracia.io/quickstart.md): Get started with Tracia in 5 minutes - [Error Handling](https://docs.tracia.io/sdk-node/error-handling.md): Handle errors gracefully in your application - [Installation](https://docs.tracia.io/sdk-node/installation.md): Install and configure the Tracia SDK - [Overview](https://docs.tracia.io/sdk-node/prompts.md): SDK reference for prompt operations - [Create Prompt](https://docs.tracia.io/sdk-node/prompts/create.md): Create a new prompt - [Delete Prompt](https://docs.tracia.io/sdk-node/prompts/delete.md): Delete a prompt and all its versions - [Get Prompt](https://docs.tracia.io/sdk-node/prompts/get.md): Retrieve a single prompt with its content - [List Prompts](https://docs.tracia.io/sdk-node/prompts/list.md): Get all prompts for your account - [Run Prompt](https://docs.tracia.io/sdk-node/prompts/run.md): Execute a prompt and get the LLM response - [Update Prompt](https://docs.tracia.io/sdk-node/prompts/update.md): Update an existing prompt - [Overview](https://docs.tracia.io/sdk-node/run-embedding.md): Generate text embeddings with automatic tracing - [Basic Usage](https://docs.tracia.io/sdk-node/run-embedding/basic-usage.md): Getting started with runEmbedding() for text embeddings - [Supported Models](https://docs.tracia.io/sdk-node/run-embedding/models.md): Embedding models supported by provider - [Overview](https://docs.tracia.io/sdk-node/run-local.md): Execute LLM prompts directly against providers with automatic tracing - [Advanced](https://docs.tracia.io/sdk-node/run-local/advanced.md): Error handling patterns and concurrent requests - [Basic Usage](https://docs.tracia.io/sdk-node/run-local/basic-usage.md): Getting started with runLocal() for each provider - [Amazon Bedrock](https://docs.tracia.io/sdk-node/run-local/bedrock.md): Use Amazon Bedrock models with Tracia - [Supported Models](https://docs.tracia.io/sdk-node/run-local/models.md): Complete list of supported models by provider - [Parameters](https://docs.tracia.io/sdk-node/run-local/parameters.md): Complete RunLocalInput parameter reference - [Providers](https://docs.tracia.io/sdk-node/run-local/providers.md): OpenAI, Anthropic, Google, and Amazon Bedrock provider setup and configuration - [Response](https://docs.tracia.io/sdk-node/run-local/response.md): RunLocalResult fields and token usage - [Responses API](https://docs.tracia.io/sdk-node/run-local/responses-api.md): OpenAI reasoning models with the Responses API - [Sessions](https://docs.tracia.io/sdk-node/run-local/sessions.md): Automatic span chaining for multi-turn conversations - [Streaming](https://docs.tracia.io/sdk-node/run-local/streaming.md): Real-time streaming responses from LLM providers - [Tracing](https://docs.tracia.io/sdk-node/run-local/tracing.md): Background span submission, flush(), and error handling - [Variables](https://docs.tracia.io/sdk-node/run-local/variables.md): Template interpolation with double curly brace syntax - [Overview](https://docs.tracia.io/sdk-node/spans.md): SDK reference for span operations - [Evaluate Span](https://docs.tracia.io/sdk-node/spans/evaluate.md): Submit evaluations for spans - [Get Span](https://docs.tracia.io/sdk-node/spans/get.md): Retrieve full details of a single span - [List Spans](https://docs.tracia.io/sdk-node/spans/list.md): Get spans with filters and pagination - [Error Handling](https://docs.tracia.io/sdk-python/error-handling.md): Handle errors gracefully in your application - [Installation](https://docs.tracia.io/sdk-python/installation.md): Install and configure the Tracia Python SDK - [Overview](https://docs.tracia.io/sdk-python/prompts.md): SDK reference for prompt operations - [Create Prompt](https://docs.tracia.io/sdk-python/prompts/create.md): Create a new prompt - [Delete Prompt](https://docs.tracia.io/sdk-python/prompts/delete.md): Delete a prompt and all its versions - [Get Prompt](https://docs.tracia.io/sdk-python/prompts/get.md): Retrieve a single prompt with its content - [List Prompts](https://docs.tracia.io/sdk-python/prompts/list.md): Get all prompts for your account - [Run Prompt](https://docs.tracia.io/sdk-python/prompts/run.md): Execute a prompt and get the LLM response - [Update Prompt](https://docs.tracia.io/sdk-python/prompts/update.md): Update an existing prompt - [Overview](https://docs.tracia.io/sdk-python/run-embedding.md): Generate text embeddings with automatic tracing - [Basic Usage](https://docs.tracia.io/sdk-python/run-embedding/basic-usage.md): Getting started with run_embedding() for text embeddings - [Supported Models](https://docs.tracia.io/sdk-python/run-embedding/models.md): Embedding models supported by provider - [Overview](https://docs.tracia.io/sdk-python/run-local.md): Execute LLM prompts directly against providers with automatic tracing - [Advanced](https://docs.tracia.io/sdk-python/run-local/advanced.md): Error handling patterns and concurrent requests - [Basic Usage](https://docs.tracia.io/sdk-python/run-local/basic-usage.md): Getting started with run_local() for each provider - [Amazon Bedrock](https://docs.tracia.io/sdk-python/run-local/bedrock.md): Use Amazon Bedrock models with Tracia - [Supported Models](https://docs.tracia.io/sdk-python/run-local/models.md): Complete list of supported models by provider - [Parameters](https://docs.tracia.io/sdk-python/run-local/parameters.md): Complete run_local() parameter reference - [Providers](https://docs.tracia.io/sdk-python/run-local/providers.md): OpenAI, Anthropic, Google, and Amazon Bedrock provider setup and configuration - [Response](https://docs.tracia.io/sdk-python/run-local/response.md): RunLocalResult fields and token usage - [Sessions](https://docs.tracia.io/sdk-python/run-local/sessions.md): Automatic span chaining for multi-turn conversations - [Streaming](https://docs.tracia.io/sdk-python/run-local/streaming.md): Real-time streaming responses from LLM providers - [Tracing](https://docs.tracia.io/sdk-python/run-local/tracing.md): Background span submission, flush(), and error handling - [Variables](https://docs.tracia.io/sdk-python/run-local/variables.md): Template interpolation with double curly brace syntax - [Overview](https://docs.tracia.io/sdk-python/spans.md): SDK reference for span operations - [Evaluate Span](https://docs.tracia.io/sdk-python/spans/evaluate.md): Submit evaluations for spans - [Get Span](https://docs.tracia.io/sdk-python/spans/get.md): Retrieve full details of a single span - [List Spans](https://docs.tracia.io/sdk-python/spans/list.md): Get spans with filters and pagination ## OpenAPI Specs - [openapi](https://docs.tracia.io/openapi.yaml) ## Optional - [GitHub](https://github.com/tracia-io)