---
title: "Create Google Installation"
method: POST
path: "/google/installations"
tags: ["google"]
---

# Create Google Installation

`POST /google/installations`

Create a Google Workspace installation.

## Request body

- GoogleInstallationCreate — Request to create a Google Workspace installation.
  - `admin_email` string, required
  - `domain` string, required
  - `organization_name` string, nullable
  - `service_account_json` string, required
  - `tenant_slug` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
