---
title: "Add GCP Artifact Registry"
method: POST
path: "/containers/registries/gcp-artifact-registry"
---

# Add GCP Artifact Registry

`POST /containers/registries/gcp-artifact-registry`

Add GCP Artifact Registry to Aikido to scan

## Request body

- object
  - `project_id` string, required — The project id of the GCP project
  - `service_account_key` string, required — The service account key of the GCP project. This is the stringified JSON value of the access key.

## Response `200`

The GCP Artifact Registry has been added to aikido.

- object
  - `registry_id` integer — The id of the newly added container registry in aikido

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
