Background

Brokkr Documentation

Get an overview of Brokkr's features, integrations, and how to use them.

brokkr.js
package.json
async function getDeployments() {
const baseUrl = 'https://api.brokkr.hydrahost.com/';
const version = 'v0.1.0';
const response = await fetch(
`${baseUrl}${version}/deployments`
);
return response.json();
}

Quick Start

Understand how Brokkr works, get onboarded, start using the API, and more.

Overview

Learn about the Brokkr platform and how it works.

Onboarding

Learn how to onboard your data center to Brokkr.

Security

Learn how Brokkr handles security and authentication to protect your data.

API Reference

Learn how to use the Brokkr API to manage your infrastructure.


Getting Help

We're always looking to improve the documentation, so if you have any suggestions or feedback, please let us know.

Submit an Issue

Got an issue on our platform? Please submit an issue through our HelpDesk from your Brokkr account.

Reach Out

Need help with something else? Reach out to us via email at [email protected].