latitude-sh
Installation
SKILL.md
Latitude.sh Infrastructure
Manage bare metal servers on Latitude.sh via direct API, MCP server, or CLI.
Access Methods
| Method | Use Case | Location |
|---|---|---|
| Rust API Client | Programmatic access from Metal/GPU crates | crates/metal/src/providers/latitude/ |
| MCP Server | AI agent workflows (natural language) | npx latitudesh start |
CLI (lsh) |
Interactive debugging | brew install latitudesh/tools/lsh |
Rust API Client (Primary)
The platform's native Latitude client lives in crates/metal/src/providers/latitude/.