---
title: "Get current organization info"
method: GET
path: "/v1/platform/orgs/current/info"
tags: ["Organizations"]
---

# Get current organization info

`GET /v1/platform/orgs/current/info`

Returns organization info for the authenticated user's current organization.

## Response `200`

Organization info

- OrgsOrganizationInfo
  - `can_export_usage_backfill` boolean
  - `config` AuthnOrganizationConfig
    - `agent_builder_enabled` boolean — AgentBuilderEnabled indicates whether Agent Builder is enabled for the organization.
    - `allow_custom_iframes` boolean — AllowCustomIframes indicates whether to allow custom iframes for trace rendering.
    - `arbitrary_cost_tracking_enabled` boolean — ArbitraryCostTrackingEnabled indicates whether arbitrary cost tracking flows are enabled
    - `byoc_enabled` boolean — Indicates whether this org can provision BYOC data planes.
    - `can_add_seats` boolean — CanAddSeats indicates whether this org can invite new users based on their plan.
    - `can_disable_public_sharing` boolean — CanDisablePublicSharing indicates whether this org can disable public sharing of resources like traces, datasets, and prompts.
    - `can_restrict_browser_secrets` boolean — CanRestrictBrowserSecrets indicates whether the org can restrict browser-level secrets in the Playground (enterprise-only).
    - `can_set_api_key_max_expiry` boolean — CanSetApiKeyMaxExpiry indicates whether the org can set a maximum expiry duration for API keys (enterprise-only).
    - `can_use_abac` boolean — CanUseAbac indicates whether this org can use attribute-based access control policies.
    - `can_use_audit_logs` boolean — CanUseAuditLogs indicates whether this org can use audit logging functionality.
    - `can_use_bulk_export` boolean — CanUseBulkExport indicates whether this org can create bulk exports.
    - `can_use_langgraph_cloud` boolean — CanUseLanggraphCloud indicates whether this org can use LangGraph Platform.
    - `can_use_llm_auth_proxy` boolean — CanUseLLMAuthProxy indicates whether the org can use the LLM auth proxy (enterprise-only).
    - `can_use_rbac` boolean — CanUseRbac indicates whether this org can create new users using roles based on their plan.
    - `can_use_saml_sso` boolean — CanUseSamlSso indicates whether this org can configure SAML SSO.
    - `clio_enabled` boolean — CLIOEnabled indicates whether CLIO is enabled for this org.
    - `datadog_rum_session_sample_rate` integer — DatadogRumSessionSampleRate indicates the sampling rate for datadog RUM sessions.
    - `demo_lgp_new_graph_enabled` boolean — DemoLgpNewGraphEnabled indicates whether this org can use the demo page for creating new graphs.
    - `enable_align_evaluators` boolean — EnableAlignEvaluators indicates whether to enable the align evaluators flow for this org.
    - `enable_burndown_vs_commit_view` boolean — EnableBurndownVsCommitView indicates whether the org can view contract usage (burndown vs commitment).
    - `enable_granular_usage_reporting` boolean — EnableGranularUsageReporting indicates whether the org can use granular usage reporting.
    - `enable_langgraph_pricing` boolean — EnableLanggraphPricing indicates whether to show Agent marketplace in Langgraph tab.
    - `enable_lgp_listeners_page` boolean — EnableLgpListenersPage indicates whether the lgp listeners page should be shown
    - `enable_markdown_in_tracing` boolean — EnableMarkdownInTracing indicates whether markdown is enabled in tracing
    - `enable_monthly_usage_charts` boolean — EnableMonthlyUsageCharts indicates whether to show monthly organization usage charts backed by Metronome for self hosted customers
    - `enable_org_usage_charts` boolean — EnableOrgUsageCharts indicates whether to show organization usage charts backed by ClickHouse queries instead of Metronome.
    - `enable_pricing_redesign` boolean — EnablePricingRedesign indicates whether the pricing redesign is enabled
    - `enable_querying_v2_endpoints` boolean — EnableQueryingV2Endpoints indicates whether to enable the querying v2 endpoints for this org.
    - `enable_run_tree_streaming` boolean — EnableRunTreeStreaming indicates whether to enable the run tree streaming feature for this org.
    - `enable_thread_view_playground` boolean — EnableThreadViewPlayground indicates whether to allow opening top-level thread view runs in the playground.
    - `enable_threads_improvements` boolean — EnableThreadsImprovements indicates whether to enable the threads improvements feature for this org.
    - `engine_default_enabled` boolean — EngineDefaultEnabled indicates whether Engine is enabled by default for this organization's plan.
    - `ip_allowlist_enabled` boolean — IPAllowlistEnabled indicates whether this org can configure and enforce IP allowlists. Set by Metronome entitlement, not admin-patchable.
    - `kv_dataset_message_support` boolean — KvDatasetMessageSupport indicates whether to use the new messages experience for KV datasets.
    - `langgraph_deploy_own_cloud_enabled` boolean — LangGraphDeployOwnCloudEnabled indicates whether the org can deploy LangGraph cloud to their own cloud.
    - `langgraph_enterprise_enabled` boolean — LangGraphEnterpriseEnabled indicates whether the org has access to LangGraph Enterprise features.
    - `langgraph_remote_reconciler_enabled` boolean — LangGraphRemoteReconcilerEnabled indicates whether an org's LangGraph deployments are reconciled via a remote reconciler instance.
    - `langsmith_alerts_poc_enabled` boolean — LangsmithAlertsPocEnabled indicates whether to enable the legacy alerts POC for this org.
    - `langsmith_deployment_distributed_runtime_enabled` boolean — LangSmithDeploymentDistributedRuntimeEnabled indicates whether distributed runtime is enabled for the organization.
    - `langsmith_deployment_dr_enabled_dev` boolean
    - `lgp_templates_enabled` boolean — LgpTemplatesEnabled indicates whether to enable LGP templates for this org.
    - `llm_gateway_enabled` boolean — LLMGatewayEnabled indicates whether this org can use the LLM Gateway (admin UI and gateway policies).
    - `max_agent_builder_assistants` integer — MaxAgentBuilderAssistants is the maximum number of Agent Builder assistants allowed for this org.
    - `max_agent_builder_runs` integer — MaxAgentBuilderRuns is the maximum number of Agent Builder runs per month. Default is -1 (unlimited). Set to a positive value for a specific limit.
    - `max_free_langgraph_cloud_deployments` integer — MaxFreeLanggraphCloudDeployments is the maximum number of free LangGraph Platform deployments allowed for this org.
    - `max_identities` integer — MaxIdentities is the maximum number of identities allowed in this org.
    - `max_langgraph_cloud_deployments` integer — MaxLanggraphCloudDeployments is the maximum number of LangGraph Platform deployments allowed for this org.
    - `max_prompt_webhooks` integer — MaxPromptWebhooks is the maximum number of prompt webhooks allowed for this org.
    - `max_sandbox_cpu` string — MaxSandboxCpu is the total CPU cores allowed for sandboxes (e.g., "4", "8").
    - `max_sandbox_memory` string — MaxSandboxMemory is the total memory allowed for sandboxes (e.g., "8Gi", "16Gi").
    - `max_sandboxes` integer — MaxSandboxes is the maximum number of sandboxes allowed for this org.
    - `max_workspaces` integer — MaxWorkspaces is the maximum number of workspaces allowed in this org. -1 means no limit.
    - `new_rule_evaluator_creation_version` integer — New Evaluator Version
    - `plan_tier` string — PlanTier is the organization's payment plan tier (e.g., "free", "developer", "plus", "enterprise"). Populated from Metronome's __tier custom field during auth verification.
    - `playground_evaluator_strategy` string — PlaygroundEvaluatorStrategy indicates the method of running evaluators in the playground options are "cron", "background", or "sync"
    - `premier_plan_approval_date` string — PremierPlanApprovalDate is the date when the org was approved for the premier plan in YYYY-MM-DD format.
    - `prompt_optimization_jobs_enabled` boolean — PromptOptimizationJobsEnabled indicates whether the org can use the prompt optimization jobs feature.
    - `sandbox_enabled` boolean — SandboxEnabled indicates whether this org can use sandboxes.
    - `show_playground_prompt_canvas` boolean — ShowPlaygroundPromptCanvas indicates whether to show the playground prompt canvas.
    - `show_updated_resource_tags` boolean — ShowUpdatedResourceTags indicates whether to show updated resource tags to users in this org.
    - `show_updated_sidenav` boolean — ShowUpdatedSidenav indicates whether to show updated side nav to users in this org.
    - `startup_plan_approval_date` string — StartupPlanApprovalDate is the date when the org was approved for the startup plan in YYYY-MM-DD format.
    - `tenant_skip_topk_facets` boolean — TenantSkipTopkFacets indicates whether the tenant should skip topk facets in run stats.
    - `use_exact_search_for_prompts` boolean — UseExactSearchForPrompts indicates whether to use exact search for prompts.
  - `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

## Other responses

- `400` — Invalid organization ID
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
