CLI INSTALLATION & EXECUTION

Run verified agent nuuvixx/sql-optimizer directly on your host or in sandboxed containers.

1Run via Nuuvixx Native CLI (Recommended)Zero Config

Automatically pulls the verified manifest from AgentStore, configures required MCP tool servers, and launches the runtime in your terminal.

nuuvixx run nuuvixx/sql-optimizer
2Isolated Docker Sandboxed ExecutionContainer Safe

Executes the agent inside an isolated Docker container with read-only host mounts and restricted network capabilities.

docker run -it --rm -v $(pwd):/workspace agentstore/runtime run nuuvixx/sql-optimizer
3Fetch Runtime Execution Config via API

Query the AgentStore REST API directly to integrate with CI/CD deployment pipelines or custom orchestrators.

curl -sSL http://127.0.0.1:8005/api/v1/cli/run/nuuvixx/sql-optimizer | jq .command
Cryptographic Manifest Verification

When launched, the CLI automatically verifies the SHA-256 digest of the agent manifest against the AgentStore foundation database to prevent supply-chain tampering.