Switch to a different configuration profile
Scanned 2/12/2026
Install via CLI
openskills install agentuity/docs---
name: agentuity-cli-profile-use
description: Switch to a different configuration profile
version: "0.0.105"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
argument-hint: "[name]"
metadata:
command: "agentuity profile use"
tags: "mutating updates-resource fast"
---
# 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
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.