Sets the display name and description shown in the Alpic playground for an environment.
Usage
alpic playground configure
Prompts for a name and description interactively.
Extended Usage
Set name and description non-interactively:
alpic playground configure --name "My Server" --description "A helpful MCP server"
Configure a specific environment:
alpic playground configure --environment-id <environmentId> --name "My Server" --description "A helpful MCP server"
Options
| Flag | Description |
|---|
--environment-id | The ID of the environment (optional — read from local config if omitted) |
--name | The server name (max 100 characters) |
--description | The server description (max 500 characters) |
--non-interactive | Disable interactive prompts. Requires --name and --description. |
When running from a directory linked to an Alpic project, --environment-id is optional — the CLI reads it from the
local .alpic config file.