Skip to main content
POST
/
org-github-apps
/
manifest-start
Start org GitHub App manifest setup
curl --request POST \
  --url https://app.usechar.ai/api/org-github-apps/manifest-start \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "github_org_name": "<string>"
}
'
{
  "success": "<unknown>",
  "github_org_name": "<string>",
  "registration_url": "<string>",
  "manifest": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usechar.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.

Body

application/json

Start manifest-based setup for an org-owned GitHub App on github.com.

github_org_name
string
required
Required string length: 1 - 39
Pattern: ^[A-Za-z0-9](?:[A-Za-z0-9-]{0,38})$

Response

OK

success
any
required
github_org_name
string
required
Required string length: 1 - 39
Pattern: ^[A-Za-z0-9](?:[A-Za-z0-9-]{0,38})$
registration_url
string<uri>
required
manifest
string
required
Minimum string length: 1