> ## Documentation Index
> Fetch the complete documentation index at: https://docs.riza.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Get started with the Riza Code Interpreter API

<Tip>
  Need to run on your own infrastructure? [Learn how to self-host](/self-hosting/quickstart)
  the Riza Code Interpreter API.
</Tip>

## Welcome

The Riza Code Interpreter API makes it easy to execute untrusted code in a
secure, isolated environment. The API can execute Python, JavaScript, Ruby
and PHP, with more languages to come.

<CardGroup cols={2}>
  <Card title="Hello, World!" icon="earth-americas" href="/guides/hello-world">
    Start, as always, with "Hello, World!".
  </Card>

  <Card title="LLM Integrations" icon="wand-magic-sparkles" href="/guides/platforms/openai">
    Add custom code interpreters to models from OpenAI, Anthropic, Google, and more.
  </Card>

  <Card title="Use case guides" icon="screwdriver-wrench" href="/guides/use-cases/data-analysis">
    Get up and running quickly with guides for common use cases like LLM-driven data extraction and data analysis.
  </Card>

  <Card title="Agentic Framework Integrations" icon="robot" href="/guides/frameworks/pydantic-ai">
    Give your agent the ability to run code.
  </Card>

  <Card title="Explore the API" icon="stars" href="/api-reference/introduction">
    Browse the full reference for the Code Interpreter API.
  </Card>

  <Card title="Coming soon..." icon="signs-post" href="/reference/roadmap">
    Check out the roadmap to see what features are up next.
  </Card>
</CardGroup>
