API base: https://termissh.org
CLI + SSH API Documentation
Integrate your SSH connections into your own app and build scripts/services with the termissh API.
Getting Started
The termissh API provides two layers: (1) standard SSH endpoints for the dashboard and (2) optimized /api/cli/ssh endpoints for desktop/CLI scenarios.
/api/ssh
Dashboard-oriented endpoint. Password and private key are masked when listing.
/api/cli/ssh
Suitable for CLI and scripts. Responses may include decrypted passwords for direct use.