cyberneticlibrary

Get Agentuity cloud env variables

agentuity-cli-cloud-env-getskillsetup L2381
majiayu000/claude-skill-registry
What it does

Get environment variable value from Agentuity cloud platform

Best for

Reading deployment env vars on Agentuity cloud (read-only, requires auth and project context).

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · agentuity CLI (authenticated)
  • · project context
Preconditions
  • · agentuity CLI authenticated (agentuity auth login)
  • · Project context set (run in project dir or use --project-id)
  • · Read permission on env var
Failure modes
  • · 401 if token expired → re-authenticate
  • · 404 if key does not exist
  • · Masking strips value in TTY but not in piped output → potential leak
Trust signals
  • · Official Agentuity CLI
  • · Least-privilege API token recommended