---
title: "Skip GitHub App installation"
method: POST
path: "/onboarding/skip-github-app"
tags: ["Onboarding"]
---

# Skip GitHub App installation

`POST /onboarding/skip-github-app`

Skip GitHub App installation during onboarding.

## Request body

- object
  - `organizationId` string — Organization to resolve onboarding state for. User credentials must belong to it. Defaults to the credential's organization context. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).
  - `projectId` string, uuid — Project used to resolve the organization whose onboarding state is written. Without it, the credential's active organization is used — which for CLI user tokens is the server session's organization, not the CLI's selected one.

## Response `200`

OK

- object
  - `skipped` unknown, required

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
