Skip to main content
GET
/
api
/
v1
/
web-client
/
config
Get Web Client Configuration
curl --request GET \
  --url https://app.all-hands.dev/api/v1/web-client/config
{
  "app_mode": "oss",
  "posthog_client_key": "<string>",
  "feature_flags": {
    "enable_billing": false,
    "hide_llm_settings": false,
    "enable_jira": false,
    "enable_jira_dc": false,
    "enable_linear": false,
    "hide_users_page": false,
    "hide_billing_page": false,
    "hide_integrations_page": false
  },
  "providers_configured": [
    "github"
  ],
  "maintenance_start_time": "2023-11-07T05:31:56Z",
  "auth_url": "<string>",
  "recaptcha_site_key": "<string>",
  "faulty_models": [
    "<string>"
  ],
  "error_message": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "github_app_slug": "<string>",
  "kind": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-add-v1-api-reference.mintlify.app/llms.txt

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

Response

200 - application/json

Successful Response

app_mode
enum<string>
required
Available options:
oss,
saas,
oss
posthog_client_key
string | null
required
feature_flags
WebClientFeatureFlags · object
required
providers_configured
enum<string>[]
required
Available options:
github,
gitlab,
bitbucket,
bitbucket_data_center,
forgejo,
azure_devops,
enterprise_sso
maintenance_start_time
string<date-time> | null
required
auth_url
string | null
required
recaptcha_site_key
string | null
required
faulty_models
string[]
required
error_message
string | null
required
updated_at
string<date-time>
required
github_app_slug
string | null
required
kind
string
required
Allowed value: "WebClientConfig"