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

# novita • AI Agent SDK

> novita: Create a Novita sandbox configuration.

# novita

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**SandboxConfig**](../classes/SandboxConfig) class in the [**config**](../modules/config) module.

Create a Novita sandbox configuration.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def novita() -> 'SandboxConfig'
```

### Returns

<ResponseField name="Returns" type="'SandboxConfig'">
  The result of the operation.
</ResponseField>

<Note>
  Requires the `novita-sandbox` package and a `NOVITA_API_KEY` environment variable. Install with `pip install "praisonai-sandbox[novita]"`.
</Note>

## Uses

* `cls`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/sandbox/config.py#L158">
  `praisonaiagents/sandbox/config.py` at line 158
</Card>
