Skip to content

Overview

A comprehensive toolset designed to simplify and secure SSH key management. For detailed information, visit our documentation.

Authentication

In the web interface an API key can be generated under the project settings. The key must be included in the x-api-key header for all API requests.

Scope

API keys are scoped to a specific project. This means that any actions performed using the API key will only affect the associated project and its resources. Currently API keys can only be used to manage SSH Collect Sessions and SSH Verify Sessions.

Rate Limiting

To ensure fair usage and maintain optimal performance, the API enforces rate limiting. Each project is allowed up to 500 requests per hour. If this limit is exceeded, the API will respond with a 429 Too Many Requests status code.

  • OpenAPI version: 3.1.0

Can be generated under the project settings in the web interface.

Security scheme type: apiKey

Header parameter name: x-api-key