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

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

Organization info

can_export_usage_backfill
boolean
config
object
default_sso_provision
boolean
disabled
boolean
display_name
string
engine_enabled
boolean
id
string
invites_enabled
boolean
ip_allowlist
string[]
ip_allowlist_enabled
boolean
is_personal
boolean
jit_provisioning_enabled
boolean
llm_auth_proxy_allowed_urls
string[]
llm_auth_proxy_enabled
boolean
llm_auth_proxy_jwt_audience
string
marketplace_payouts_enabled
boolean
max_api_key_expiry_days
integer
max_pat_expiry_days
integer
max_service_key_expiry_days
integer
member_disabled
boolean
pat_creation_disabled
boolean
permissions
string[]
public_sharing_disabled
boolean
reached_max_workspaces
boolean
scim_group_name_separator
string
security_contact
string
sso_login_slug
string
sso_only
boolean
tier
string
workspace_admin_can_invite_to_org
boolean