> ## 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.

# Add Bundle • AI Agent SDK

> add_bundle: Register a bundle manifest.

# add\_bundle

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

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

Register a bundle manifest.

First registration wins; a later bundle of the same name is shadowed
and logged (same precedence stance discovery already uses).

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def add_bundle(manifest: 'BundleManifest') -> None
```

## Parameters

<ParamField query="manifest" type="BundleManifest" required={true}>
  No description available.
</ParamField>

## Uses

* `logger.info`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/manager.py#L273">
  `praisonaiagents/skills/manager.py` at line 273
</Card>
