BizKitHub
DocsAPI ReferenceOrganisation/bff/organisation-ai/info
getOrganisationAdmin BFF

/bff/organisation-ai/info

Returns per-provider status of the organisation-scoped AI API keys. Presence flips billing for that provider from the shared BizKitHub key to the organisation (recorded in ai__question.paid_by_organisation_id).

OrganisationgetBffOrganisation-aiInfo

Parameters

No parameters required

This endpoint takes no path, query, header or body parameters.

Response schema

1 status code documented

200Success
providersobject[]Required
Each array item:
provider"google" | "openai" | "anthropic"Required
labelstringRequired
keyHintstringRequired
hasKeybooleanRequired
maskedKeystring | nullRequired
One of 2:
Variant 1
string
Variant 2
null

Response example

application/json
{
  "providers": [
    {
      "label": "example_label",
      "keyHint": "example_keyHint",
      "hasKey": false
    }
  ]
}

Request example

GET /bff/organisation-ai/info

get
curl -X GET "https://api.bizkithub.com/bff/organisation-ai/info" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key