
import { SeoHead } from '../src/components/SeoHead'

<SeoHead
  title="Scaleway Developers Reference - APIs, SDKs, CLI & integrations"
  description="Start building with Scaleway. Discover APIs, SDKs, CLI, and third-party integrations to deploy and manage your cloud infrastructure."
/>

# Scaleway Developers

Welcome to the Scaleway Developers website. Get started with our API, jump into our devtools, or check out the third-party tools providing integrations for Scaleway products.

## API Docs

<ProductLinks>
  <ProductLink
    productIcon="ApiProductIcon"
    title="Scaleway API"
    description="Manage your resources with the Scaleway API using simple HTTP requests."
    label="Explore our API documentation"
    url="/en/developers/api"
  />
</ProductLinks>

## Developers Tools

<ProductLinks>
  <ProductLink
    productIcon="CliProductIcon"
    title="Scaleway CLI"
    label="View Github"
    url="https://github.com/scaleway/scaleway-cli"
  />
  <ProductLink
    productIcon="TerraformProductIcon"
    title="Terraform"
    label="View Github"
    url="https://github.com/scaleway/terraform-provider-scaleway"
  />
  <ProductLink
    productIcon="PackerProductIcon"
    title="Packer"
    label="View Github"
    url="https://github.com/scaleway/packer-plugin-scaleway"
  />
  <ProductLink
    productIcon="AnsibleProductIcon"
    title="Ansible"
    label="View Github"
    url="https://github.com/scaleway/ansible"
  />
  <ProductLink
    productIcon="SdkGoProductIcon"
    title="SDK Go"
    label="View Github"
    url="https://github.com/scaleway/scaleway-sdk-go"
  />
  <ProductLink
    productIcon="IconSdkJsProductIcon"
    title="SDK Javascript"
    label="View Github"
    url="https://github.com/scaleway/scaleway-sdk-js"
  />
  <ProductLink
    productIcon="SdkPythonProductIcon"
    title="SDK Python"
    label="View Github"
    url="https://github.com/scaleway/scaleway-sdk-python"
  />
</ProductLinks>

### Integrations

| Products                  | Tools                                                                                                                                                                                                                                                                                                                                                           |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| All products              | [Raycast](https://github.com/raycast/extensions/tree/main/extensions/scaleway)                                                                                                                                                                                                                                                                                  |
| Instances & Elastic Metal | [Prometheus](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scaleway_sd_config)                                                                                                                                                                                                                                                      |
| Kubernetes                | [Autoscaler](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/scaleway/README.md) [Cloud Controller Manager](https://github.com/scaleway/scaleway-cloud-controller-manager) [Container Storage Interface](https://github.com/scaleway/scaleway-csi) [Crossplane](https://github.com/scaleway/crossplane-provider-scaleway) |
| Domains and DNS           | [Cert-manager](https://github.com/scaleway/cert-manager-webhook-scaleway) [External DNS](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/scaleway.md) [lego](https://go-acme.github.io/lego/dns/scaleway/) [octodns](https://github.com/scaleway/octodns-scaleway)                                                                   |
| Object Storage            | [Cyberduck](https://docs.cyberduck.io/protocols/s3/scaleway/) [rclone](https://rclone.org/s3/#scaleway)                                                                                                                                                                                                                                                         |
| Serverless Functions      | [Serverless Framework](https://github.com/scaleway/serverless-scaleway-functions)                                                                                                                                                                                                                                                                               |
