Skip to main content
GET
/
api
/
v1
/
orgs
/
current
/
info
Error
A valid request URL is required to generate request examples
{
  "config": {
    "plan_tier": "<string>",
    "engine_default_enabled": false,
    "max_identities": 5,
    "max_workspaces": 1,
    "can_use_rbac": false,
    "can_use_abac": false,
    "can_use_audit_logs": false,
    "can_add_seats": true,
    "startup_plan_approval_date": "<string>",
    "partner_plan_approval_date": "<string>",
    "premier_plan_approval_date": "<string>",
    "can_disable_public_sharing": false,
    "can_use_langgraph_cloud": false,
    "max_langgraph_cloud_deployments": 3,
    "max_free_langgraph_cloud_deployments": 0,
    "sandbox_enabled": false,
    "max_sandboxes": 10,
    "max_sandbox_cpu": "200",
    "max_sandbox_memory": "400Gi",
    "can_use_saml_sso": false,
    "can_use_bulk_export": false,
    "show_updated_sidenav": false,
    "show_updated_resource_tags": false,
    "kv_dataset_message_support": true,
    "show_playground_prompt_canvas": false,
    "allow_custom_iframes": false,
    "byoc_enabled": false,
    "enable_langgraph_pricing": false,
    "enable_thread_view_playground": false,
    "enable_org_usage_charts": false,
    "use_exact_search_for_prompts": false,
    "langgraph_deploy_own_cloud_enabled": false,
    "prompt_optimization_jobs_enabled": false,
    "demo_lgp_new_graph_enabled": false,
    "datadog_rum_session_sample_rate": 20,
    "langgraph_remote_reconciler_enabled": false,
    "langgraph_enterprise_enabled": false,
    "langsmith_alerts_poc_enabled": true,
    "tenant_skip_topk_facets": false,
    "lgp_templates_enabled": false,
    "enable_align_evaluators": false,
    "enable_run_tree_streaming": false,
    "enable_querying_v2_endpoints": false,
    "enable_threads_improvements": false,
    "max_prompt_webhooks": 1,
    "playground_evaluator_strategy": "sync",
    "can_set_api_key_max_expiry": false,
    "can_use_llm_auth_proxy": false,
    "can_restrict_browser_secrets": false,
    "enable_monthly_usage_charts": false,
    "new_rule_evaluator_creation_version": 3,
    "enable_lgp_listeners_page": false,
    "clio_enabled": false,
    "enable_markdown_in_tracing": false,
    "enable_pricing_redesign": false,
    "arbitrary_cost_tracking_enabled": false,
    "langsmith_deployment_distributed_runtime_enabled": false,
    "agent_builder_enabled": true,
    "max_agent_builder_assistants": 1000,
    "enable_granular_usage_reporting": false,
    "enable_burndown_vs_commit_view": false,
    "max_agent_builder_runs": -1,
    "langsmith_deployment_dr_enabled_dev": false,
    "ip_allowlist_enabled": false,
    "llm_gateway_enabled": false,
    "managed_deep_agents_enabled": false
  },
  "is_personal": true,
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "display_name": "<string>",
  "engine_enabled": true,
  "reached_max_workspaces": false,
  "permissions": [],
  "disabled": false,
  "member_disabled": false,
  "sso_only": false,
  "jit_provisioning_enabled": true,
  "invites_enabled": true,
  "sso_login_slug": "<string>",
  "public_sharing_disabled": false,
  "pat_creation_disabled": false,
  "workspace_admin_can_invite_to_org": false,
  "marketplace_payouts_enabled": false,
  "default_sso_provision": false,
  "max_api_key_expiry_days": 123,
  "security_contact": "<string>",
  "max_pat_expiry_days": 123,
  "max_service_key_expiry_days": 123,
  "scim_group_name_separator": ":",
  "can_export_usage_backfill": false,
  "llm_auth_proxy_enabled": true,
  "llm_auth_proxy_jwt_audience": "<string>",
  "ip_allowlist": [
    "<string>"
  ],
  "ip_allowlist_enabled": false,
  "restrict_browser_secrets": true,
  "llm_auth_proxy_allowed_urls": [
    "<string>"
  ]
}

Documentation Index

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

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

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

Information about an organization.

IMPORTANT: Keep in sync with Go OrganizationInfo in smith-go/orgs/handler.go while both implementations are in use (weighted routing rollout).

config
OrganizationConfig · object
required

Organization level configuration. May include any field that exists in tenant config and additional fields.

is_personal
boolean
required
id
string<uuid> | null
display_name
string | null
engine_enabled
boolean | null
tier
enum<string> | null
Available options:
no_plan,
developer,
developer_01_2026,
plus,
plus_01_2026,
enterprise,
developer_legacy,
plus_legacy,
free,
enterprise_legacy,
startup,
startup_v0,
partner,
premier
reached_max_workspaces
boolean
default:false
permissions
string[]
disabled
boolean
default:false
member_disabled
boolean
default:false
sso_only
boolean
default:false
jit_provisioning_enabled
boolean
default:true
invites_enabled
boolean
default:true
sso_login_slug
string | null
public_sharing_disabled
boolean
default:false
pat_creation_disabled
boolean
default:false
workspace_admin_can_invite_to_org
boolean
default:false
marketplace_payouts_enabled
boolean
default:false
default_sso_provision
boolean
default:false
max_api_key_expiry_days
integer | null
security_contact
string | null
max_pat_expiry_days
integer | null
max_service_key_expiry_days
integer | null
scim_group_name_separator
string
default::
can_export_usage_backfill
boolean
default:false
llm_auth_proxy_enabled
boolean | null
llm_auth_proxy_jwt_audience
string | null
ip_allowlist
string[]
ip_allowlist_enabled
boolean
default:false
restrict_browser_secrets
boolean | null
llm_auth_proxy_allowed_urls
string[] | null