Skip to main content

Api

Translations

This tutorial is also available in the following languages:

Restful API

There is a Restful API you can directly use here: https://cloud-api.comwork.io

This API is the one that is used by the web console, the CLI cwc (and the terraform provider to come). It's a Python FastAPI that is using the Scaleway or the OpenStack pulumi packages and the tfstate are stored in Scaleway's object storage.

You'll find the endpoints documentation here and how to authenticate this api here.

swagger

Cli cwc

We got our own cli cwc written in go.

Check-it out here

Terraform provider

This work is in progress...