# Moxn SDK ## Docs - [Multimodal Content](https://moxn.mintlify.app/advanced/multimodal.md): Work with images and documents in prompts - [Structured Outputs](https://moxn.mintlify.app/advanced/structured-outputs.md): Get JSON responses that conform to a schema - [Entity Model](https://moxn.mintlify.app/concepts/entities.md): Understanding Tasks, Prompts, Messages, and Schemas - [Variables & Schemas](https://moxn.mintlify.app/concepts/variables.md): How variables, properties, and schemas work together - [Versioning](https://moxn.mintlify.app/concepts/versioning.md): Git-like version control for prompts - [Why Moxn?](https://moxn.mintlify.app/context.md): The problems Moxn solves for AI engineering teams - [Document Analysis Pipeline](https://moxn.mintlify.app/examples/building.md): Step-by-step guide to creating prompts, variables, and schemas - [Code Generation](https://moxn.mintlify.app/guides/codegen.md): Generate type-safe Pydantic models from your prompts - [Working with Prompts](https://moxn.mintlify.app/guides/prompts.md): Fetching and managing prompts with MoxnClient - [Provider Integration](https://moxn.mintlify.app/guides/providers.md): Converting prompts to Anthropic, OpenAI, and Google formats - [Prompt Sessions](https://moxn.mintlify.app/guides/sessions.md): Runtime prompt execution with PromptSession - [The Moxn Workflow](https://moxn.mintlify.app/guides/workflow.md): The end-to-end workflow for building with Moxn - [Moxn](https://moxn.mintlify.app/index.md): Version, render, and observe your LLM prompts - [llms.txt](https://moxn.mintlify.app/llms-txt.md): Machine-readable documentation for AI tools - [Quick Start](https://moxn.mintlify.app/quickstart.md): Get up and running with Moxn in 5 minutes - [MoxnClient](https://moxn.mintlify.app/reference/client.md): API reference for the MoxnClient class - [PromptSession](https://moxn.mintlify.app/reference/session.md): API reference for the PromptSession class - [Types Reference](https://moxn.mintlify.app/reference/types.md): Key types used throughout the Moxn SDK - [Logging Events](https://moxn.mintlify.app/telemetry/logging.md): Log LLM interactions with full context - [Reviewing Telemetry](https://moxn.mintlify.app/telemetry/reviewing.md): View and analyze traces in the Moxn web app - [Spans & Tracing](https://moxn.mintlify.app/telemetry/spans.md): Observable traces for LLM workflows - [Part 2: Models and Context Preparation](https://moxn.mintlify.app/videos/models.md): Video walkthrough of models and context preparation in Moxn - [Part 1: Web App Overview](https://moxn.mintlify.app/videos/overview.md): Video walkthrough of the Moxn web application - [Part 3: Prompt Sessions, LLM Integration and Telemetry](https://moxn.mintlify.app/videos/sessions.md): Video walkthrough of prompt sessions, LLM integration, and telemetry in Moxn - [Creating Tasks & Prompts](https://moxn.mintlify.app/webapp/creating.md): Create and manage AI content in the Moxn web app - [Prompt Studio](https://moxn.mintlify.app/webapp/studio.md): Test and iterate on prompts in real-time - [Variables & Properties](https://moxn.mintlify.app/webapp/variables.md): Add dynamic content to your prompts - [Branching & Committing](https://moxn.mintlify.app/webapp/versioning.md): Version control for your prompts ## Optional - [App](https://moxn.dev)