# Agentuity CLI Profile Use

> Switch to a different configuration profile

- Skill: `agentuity/agentuity-cli-profile-use` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentuity/agentuity-cli-profile-use`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentuity/agentuity-cli-profile-use/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: agentuity (https://skillmd.com/u/agentuity)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/agentuity/agentuity-cli-profile-use

---


# Profile Use

Switch to a different configuration profile

## Usage

```bash
agentuity profile use [name]
```

## Arguments

| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| `<name>` | string | No | - |

## Examples

Switch to the "production" profile:

```bash
bunx @agentuity/cli profile use production
```

Switch to the "staging" profile:

```bash
bunx @agentuity/cli profile switch staging
```

Show interactive profile selection menu:

```bash
bunx @agentuity/cli profile use
```

