Skip to main content
GET
/
api
/
v1
/
orgs
/
current
/
billing
Error
A valid request URL is required to generate request examples
{
  "display_name": "<string>",
  "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
  },
  "connected_to_stripe": true,
  "connected_to_metronome": true,
  "is_personal": true,
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "payment_method": {
    "brand": "<string>",
    "last4": "<string>",
    "exp_month": 123,
    "exp_year": 123,
    "email": "<string>"
  },
  "end_of_billing_period": "2023-11-07T05:31:56Z",
  "current_plan": {
    "started_on": "2023-11-07T05:31:56Z",
    "ends_on": "2023-11-07T05:31:56Z"
  },
  "upcoming_plan": {
    "started_on": "2023-11-07T05:31:56Z",
    "ends_on": "2023-11-07T05:31:56Z"
  },
  "reached_max_workspaces": false,
  "disabled": false,
  "default_sso_provision": false,
  "plus_plan_transition": {
    "transition_date": "2023-11-07T05:31:56Z",
    "plan_tier_before": "<string>",
    "transitioned": 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

200 - application/json

Successful Response

Information about an organization's billing configuration.

display_name
string
required
config
OrganizationConfig · object
required

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

connected_to_stripe
boolean
required
connected_to_metronome
boolean
required
is_personal
boolean
required
id
string<uuid> | 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
payment_method
StripePaymentMethodInfo · object

Stripe customer billing info.

end_of_billing_period
string<date-time> | null
current_plan
CustomerVisiblePlanInfo · object

Customer visible plan information.

upcoming_plan
CustomerVisiblePlanInfo · object

Customer visible plan information.

reached_max_workspaces
boolean
default:false
disabled
boolean
default:false
default_sso_provision
boolean
default:false
plus_plan_transition
PlusPlanTransitionInfo · object

Info about an org's automated startup-to-Plus plan transition.