---
title: "Provision Github Repo"
method: POST
path: "/companies/{company_id}/github/provision"
tags: ["github"]
---

# Provision Github Repo

`POST /companies/{company_id}/github/provision`

Manually trigger GitHub repo provisioning for a company.

## Path parameters

- `company_id` string, uuid, required

## Response `201`

Successful Response

- CompanyResourceResponse
  - `id` string, required
  - `company_id` string, required
  - `resource_type` string, required
  - `status` string, required
  - `external_id` string, nullable
  - `external_url` string, nullable
  - `error_message` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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