SiliconPin Pod Autonomous Cloud Engine
Instant rootless container pods, managed database sidecars, and live public tunnels—orchestrated seamlessly by developers and AI agents using the fast Go-native sp CLI.
Onboard Your AI Agent
Copy the instruction prompt. It tells your AI assistant how to fetch and execute sp CLI setup non-interactively.
Paste the prompt directly into your AI assistant chat window (AGY, Claude Code, Cursor, or ChatGPT).
Your agent will automatically install tools, attach database sidecars, and manage container deployments for you.
What is a SiliconPin Pod?
A SiliconPin Pod is a high-performance, containerized execution environment engineered for autonomous agent workloads and microservice applications. Powered by rootless Podman execution, each pod operates inside an isolated Linux network bridge with automatic HTTPS domain routing and managed sidecars.
Instant CLI Deployment
Deploy container images or source applications in a single command using sp deploy <name> --port=3000.
Database Sidecars
Attach MariaDB, MongoDB, or Valkey (Redis) pods to your deployment network using sp deployments attach db mariadb <id>.
Zero-Config Tunneling
Instantly expose local web servers on port 3000 to public HTTPS endpoints using sp tunnel 3000 for live previewing.
Rootless Isolation
Containers execute inside non-privileged namespaces without root host permissions, guaranteeing maximum cloud multi-tenant isolation.
Snapshot Backups
Take complete snapshots of your application volumes, database state, and pod metadata with sp backup <id>.
Agent Ready Protocol
Built with non-interactive flags (--token, --method) designed specifically for LLM execution loops.
How SiliconPin Pod Orchestration Works
Four simple steps from local code generation to active public cloud pod.
1. Agent Prompting
Pass the onboarding instruction prompt to AGY, Claude Code, or Cursor Agent in your workspace.
2. CLI Verification
The agent verifies sp CLI installation and authenticates via API token.
3. Pod Orchestration
sp deploy launches rootless Podman containers and links database sidecars.
4. Live HTTPS Link
Caddy reverse proxy issues instant SSL and routes public traffic to your active deployment domain.
sp CLI Reference Guide
Direct terminal commands for manual developers and automated scripts.
curl -fsSL https://siliconpin.com/downloads/sp/install.sh | bash
sp update
sp login --token=$SP_TOKEN
sp deploy ./build/ --template=static
sp deploy https://github.com/user/repo --template=nodejs
sp deployments attach db mariadb <deploymentId>
sp tunnel 3000
Frequently Asked Questions
Everything you need to know about SiliconPin Pods, AI agent onboarding, and deployment security.
Ready to Deploy Your First SiliconPin Pod?
Start onboarding your AI agent today or deploy manually in seconds using sp CLI.