Skip to main content

OpsHelm API

The OpsHelm API provides users with programmatic access to the data and functionality of the OpsHelm platform. By using the API, you can interact with the data as recorded in the OpsHelm system from your choice of tools, processes, and platforms.

Connecting to the API

The base URL for the API is:

https://api.opshelm.com/v1beta

Authentication

Requests to the API require an API key. API keys should be specified as a bearer token in the request via the Authorization header as follows:

Authorization: Bearer <api key>

Replace <api key> with a valid API key.

API Reference

See the API Reference for information on how to consume the API.

Beta Access

As the API is still in beta, please contact the OpsHelm team via Slack about getting early access if you would like to start working with this API.