-
Notifications
You must be signed in to change notification settings - Fork 66
en API
github-actions[bot] edited this page Jul 6, 2026
·
2 revisions
Overview · Features · Tech Stack · Quick Start · Deployment · Project Structure · Architecture · Widgets · API · Database · Settings · Security · Configuration · Roadmap · License
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/me |
Current user and auth mode |
| POST | /api/v1/me/reset |
Clear user data and reset layout |
| GET/PUT | /api/v1/dashboards |
Dashboard and widget layout |
| POST | /api/v1/dashboards/reset |
Same database reset as /me/reset
|
| GET | /api/v1/servers/tree |
Server group tree |
| CRUD | /api/v1/servers |
Server management |
| CRUD | /api/v1/servers/groups |
Group management |
| PUT | /api/v1/servers/move |
Drag-and-drop ordering |
| GET/POST/DELETE | /api/v1/saved-passwords |
Saved password vault |
| GET/POST/DELETE | /api/v1/saved-private-keys |
Saved private-key vault |
| POST | /api/v1/sessions |
Create SSH session |
| WS | /api/v1/sessions/:id/ws |
Terminal WebSocket |
| WS | /api/v1/sessions/:id/sftp/ws |
SFTP WebSocket |
| GET | /api/v1/sessions/:id/status |
Remote host metrics collection |