> ## Documentation Index
> Fetch the complete documentation index at: https://opensandbox-oc-s-762ac928075c46d2828bcb22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Install Package

Install a package on an agent.

**CLI equivalent:** `oc agent install <id> <package>`

<ParamField path="agentId" type="string" required>
  Agent ID
</ParamField>

<ParamField path="pkg" type="string" required>
  Package name (e.g. `gbrain`)
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "package": "gbrain",
    "status": "installed"
  }
  ```
</ResponseExample>
