Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agentuity avatar

Agentuity Cli Cloud Env Set

  • 1 installs
  • Updated May 13, 2026
  • agentuity/example-tanstack-turborepo

agentuity-cli-cloud-env-set is a Claude Code skill that documents the `agentuity cloud env set` command for setting an environment variable or secret on an Agentuity project.

About

agentuity-cli-cloud-env-set is a Claude Code skill documenting the Agentuity CLI command that sets an environment variable or secret for a project. It takes a key and value, supports a --secret flag to store the value encrypted and masked in the UI, and requires authentication plus project context. A developer uses it to configure environment variables and secrets for an Agentuity project from the terminal.

  • Documents `agentuity cloud env set <key> <value>` to set an env var or secret
  • Supports a --secret flag to store the value encrypted and masked in the UI
  • Requires authentication and project context

Agentuity Cli Cloud Env Set by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,173 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

agentuity-cli-cloud-env-set capabilities & compatibility

Capabilities
env set · secrets management · cli command
Use cases
devops · security audit
Runs
Hosted SaaS
From the docs

What agentuity-cli-cloud-env-set says it does

Set an environment variable or secret. Requires authentication. Use for Agentuity cloud platform operations
SKILL.md
store as a secret (encrypted and masked in UI)
SKILL.md
npx skills add https://github.com/agentuity/example-tanstack-turborepo --skill agentuity-cli-cloud-env-set

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedMay 13, 2026
Repositoryagentuity/example-tanstack-turborepo

What it does

Setting an environment variable or secret for an Agentuity project from the CLI.

Who is it for?

Configuring env vars and secrets on an Agentuity project

Skip if: Reading or listing existing env vars, or non-Agentuity platforms

When should I use this skill?

You need to set an environment variable or secret for an Agentuity project from the CLI.

What you get

An env var or masked secret persisted to the Agentuity project, with a JSON success result.

  • A JSON result confirming the env var or secret was set

By the numbers

  • 1 optional flag: --secret to store encrypted and masked

Files

SKILL.mdMarkdownGitHub ↗

Cloud Env Set

Set an environment variable or secret

Prerequisites

  • Authenticated with agentuity auth login
  • Project context required (run from project directory or use --project-id)

Usage

agentuity cloud env set <key> <value> [options]

Arguments

ArgumentTypeRequiredDescription
<key>stringYes-
<value>stringYes-

Options

OptionTypeRequiredDefaultDescription
--secretbooleanNofalsestore as a secret (encrypted and masked in UI)

Examples

Set environment variable:

bunx @agentuity/cli env set NODE_ENV production

Set port number:

bunx @agentuity/cli env set PORT 3000

Set a secret value:

bunx @agentuity/cli env set API_KEY "sk_..." --secret

Output

Returns JSON object:

{
  "success": "boolean",
  "key": "string",
  "path": "string",
  "secret": "boolean"
}
FieldTypeDescription
successbooleanWhether the operation succeeded
keystringEnvironment variable key
pathstringLocal file path where env var was saved
secretbooleanWhether the value was stored as a secret

Related skills

DevOps & CI/CDdeployinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.