KosmoKrator

analytics

LangSmith MCP Gateway for AI Agents

Expose LangSmith tools to Claude Code, Cursor, Codex, and other MCP clients through the local KosmoKrator MCP gateway.

LangSmith MCP Gateway

Expose LangSmith to MCP clients with `kosmokrator mcp:serve --integration=langsmith`.

If the client has never used KosmoKrator before, install it first, then register this integration as a stdio MCP server.

Install KosmoKrator
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
Install gateway entry
kosmokrator mcp:gateway:install --integration=langsmith --write=deny --json
MCP configuration
{
  "mcpServers": {
    "kosmokrator-langsmith": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=langsmith",
        "--write=deny"
      ]
    }
  }
}
Serve manually
kosmokrator mcp:serve --integration=langsmith --write=deny

Client Notes

Use one scoped MCP gateway entry, then adapt the config location to the client or framework.

Claude Code Connect local KosmoKrator integrations to Claude Code through one scoped MCP gateway entry. Claude Code can launch the local kosmo binary directly from the project MCP config.
Cursor Expose selected local integrations to Cursor through KosmoKrator without configuring each service as its own MCP server. Use the same KosmoKrator install and integration credentials that power terminal and headless runs.
Codex Use KosmoKrator as a local MCP proxy for Codex so coding sessions can reach selected integrations with explicit write policy. Keep write access denied or ask-based unless the workspace is trusted.
OpenAI Agents SDK Attach KosmoKrator integration tools to OpenAI Agents SDK workflows through a local MCP gateway. Use headless JSON commands for CI-style execution and MCP for agent tool discovery.
Claude Agent SDK Give Claude Agent SDK workflows access to KosmoKrator integrations through a local MCP server. Use a narrow integration list so the agent does not load unrelated tools.
Vercel AI SDK Use KosmoKrator as a local integration gateway for Vercel AI SDK agents and scripts. Prefer CLI JSON calls when a workflow only needs one deterministic integration operation.
LangChain Bridge LangChain agents to local KosmoKrator integration tools through MCP or headless CLI calls. Keep the gateway scoped to the integration and operation class needed by the chain.
LangGraph Run KosmoKrator integration calls from LangGraph nodes while preserving local credentials and permissions. Headless CLI calls fit repeatable graph edges; MCP fits exploratory agent nodes.
CrewAI Expose KosmoKrator integrations to CrewAI workers as scoped local tools. Use per-worker integration scopes to avoid giving every worker every tool.
Generic MCP Clients Connect any stdio-compatible MCP client to local KosmoKrator integration tools. Start with read-only write policy and expand only for trusted projects.

MCP Tool Names

KosmoKrator exposes integration tools through the gateway with stable names.

MCP toolSource functionType
integration__langsmith__langsmith_get_server_info langsmith.langsmith_get_server_info Read read
integration__langsmith__langsmith_get_health_info langsmith.langsmith_get_health_info Read read
integration__langsmith__langsmith_get_queue_metrics langsmith.langsmith_get_queue_metrics Read read
integration__langsmith__langsmith_get_tracing_project_prebuilt_dashboard langsmith.langsmith_get_tracing_project_prebuilt_dashboard Write write
integration__langsmith__langsmith_read_tracer_session langsmith.langsmith_read_tracer_session Read read
integration__langsmith__langsmith_update_tracer_session langsmith.langsmith_update_tracer_session Write write
integration__langsmith__langsmith_delete_tracer_session langsmith.langsmith_delete_tracer_session Write write
integration__langsmith__langsmith_read_tracer_sessions langsmith.langsmith_read_tracer_sessions Read read
integration__langsmith__langsmith_create_tracer_session langsmith.langsmith_create_tracer_session Write write
integration__langsmith__langsmith_delete_tracer_sessions langsmith.langsmith_delete_tracer_sessions Write write
integration__langsmith__langsmith_read_tracer_sessions_runs_metadata langsmith.langsmith_read_tracer_sessions_runs_metadata Read read
integration__langsmith__langsmith_read_filter_views langsmith.langsmith_read_filter_views Read read
integration__langsmith__langsmith_create_filter_view langsmith.langsmith_create_filter_view Write write
integration__langsmith__langsmith_read_filter_view langsmith.langsmith_read_filter_view Read read
integration__langsmith__langsmith_update_filter_view langsmith.langsmith_update_filter_view Write write
integration__langsmith__langsmith_delete_filter_view langsmith.langsmith_delete_filter_view Write write
integration__langsmith__langsmith_rename_filter_view langsmith.langsmith_rename_filter_view Write write
integration__langsmith__langsmith_beta_get_insights_jobs langsmith.langsmith_beta_get_insights_jobs Read read
integration__langsmith__langsmith_beta_create_insights_job langsmith.langsmith_beta_create_insights_job Write write
integration__langsmith__langsmith_beta_get_insights_job_configs langsmith.langsmith_beta_get_insights_job_configs Read read
integration__langsmith__langsmith_beta_create_insights_job_config langsmith.langsmith_beta_create_insights_job_config Write write
integration__langsmith__langsmith_beta_auto_generate_insights_job_config langsmith.langsmith_beta_auto_generate_insights_job_config Write write
integration__langsmith__langsmith_beta_update_insights_job_config langsmith.langsmith_beta_update_insights_job_config Write write
integration__langsmith__langsmith_beta_delete_insights_job_config langsmith.langsmith_beta_delete_insights_job_config Write write
integration__langsmith__langsmith_beta_get_insights_job langsmith.langsmith_beta_get_insights_job Read read
integration__langsmith__langsmith_beta_update_insights_job langsmith.langsmith_beta_update_insights_job Write write
integration__langsmith__langsmith_beta_delete_insights_job langsmith.langsmith_beta_delete_insights_job Write write
integration__langsmith__langsmith_beta_get_run_cluster_from_insights_job langsmith.langsmith_beta_get_run_cluster_from_insights_job Read read
integration__langsmith__langsmith_beta_get_runs_from_insights_job langsmith.langsmith_beta_get_runs_from_insights_job Read read
integration__langsmith__langsmith_create_workspace langsmith.langsmith_create_workspace Write write
integration__langsmith__langsmith_list_workspaces langsmith.langsmith_list_workspaces Read read
integration__langsmith__langsmith_patch_workspace langsmith.langsmith_patch_workspace Write write
integration__langsmith__langsmith_delete_workspace langsmith.langsmith_delete_workspace Write write
integration__langsmith__langsmith_get_current_workspace_stats langsmith.langsmith_get_current_workspace_stats Read read
integration__langsmith__langsmith_get_current_workspace_usage_limits_info langsmith.langsmith_get_current_workspace_usage_limits_info Read read
integration__langsmith__langsmith_get_shared_tokens langsmith.langsmith_get_shared_tokens Read read
integration__langsmith__langsmith_bulk_unshare_entities langsmith.langsmith_bulk_unshare_entities Write write
integration__langsmith__langsmith_list_current_workspace_secrets langsmith.langsmith_list_current_workspace_secrets Read read
integration__langsmith__langsmith_upsert_current_workspace_secrets langsmith.langsmith_upsert_current_workspace_secrets Write write
integration__langsmith__langsmith_get_current_workspace_encrypted_secrets langsmith.langsmith_get_current_workspace_encrypted_secrets Read read
integration__langsmith__langsmith_list_tag_keys langsmith.langsmith_list_tag_keys Read read
integration__langsmith__langsmith_create_tag_key langsmith.langsmith_create_tag_key Write write
integration__langsmith__langsmith_update_tag_key langsmith.langsmith_update_tag_key Write write
integration__langsmith__langsmith_get_tag_key langsmith.langsmith_get_tag_key Read read
integration__langsmith__langsmith_delete_tag_key langsmith.langsmith_delete_tag_key Write write
integration__langsmith__langsmith_create_tag_value langsmith.langsmith_create_tag_value Write write
integration__langsmith__langsmith_list_tag_values langsmith.langsmith_list_tag_values Read read
integration__langsmith__langsmith_get_tag_value langsmith.langsmith_get_tag_value Read read
integration__langsmith__langsmith_update_tag_value langsmith.langsmith_update_tag_value Write write
integration__langsmith__langsmith_delete_tag_value langsmith.langsmith_delete_tag_value Write write
integration__langsmith__langsmith_create_tagging langsmith.langsmith_create_tagging Write write
integration__langsmith__langsmith_list_taggings langsmith.langsmith_list_taggings Read read
integration__langsmith__langsmith_delete_tagging langsmith.langsmith_delete_tagging Write write
integration__langsmith__langsmith_list_tags langsmith.langsmith_list_tags Read read
integration__langsmith__langsmith_list_tags_for_resource langsmith.langsmith_list_tags_for_resource Read read
integration__langsmith__langsmith_list_tags_for_resources langsmith.langsmith_list_tags_for_resources Write write
integration__langsmith__langsmith_get_audit_logs langsmith.langsmith_get_audit_logs Read read
integration__langsmith__langsmith_list_ttl_settings langsmith.langsmith_list_ttl_settings Read read
integration__langsmith__langsmith_upsert_ttl_settings langsmith.langsmith_upsert_ttl_settings Write write
integration__langsmith__langsmith_get_api_v1_orgs_ttl_settings langsmith.langsmith_get_api_v1_orgs_ttl_settings Read read
integration__langsmith__langsmith_put_api_v1_orgs_ttl_settings langsmith.langsmith_put_api_v1_orgs_ttl_settings Write write
integration__langsmith__langsmith_count_examples langsmith.langsmith_count_examples Read read
integration__langsmith__langsmith_read_example langsmith.langsmith_read_example Read read
integration__langsmith__langsmith_update_example langsmith.langsmith_update_example Write write
integration__langsmith__langsmith_delete_example langsmith.langsmith_delete_example Write write
integration__langsmith__langsmith_read_examples langsmith.langsmith_read_examples Read read
integration__langsmith__langsmith_create_example langsmith.langsmith_create_example Write write
integration__langsmith__langsmith_delete_examples langsmith.langsmith_delete_examples Write write
integration__langsmith__langsmith_create_examples langsmith.langsmith_create_examples Write write
integration__langsmith__langsmith_legacy_update_examples langsmith.langsmith_legacy_update_examples Write write
integration__langsmith__langsmith_upload_examples_from_csv langsmith.langsmith_upload_examples_from_csv Write write
integration__langsmith__langsmith_validate_example langsmith.langsmith_validate_example Write write
integration__langsmith__langsmith_validate_examples langsmith.langsmith_validate_examples Write write
integration__langsmith__langsmith_read_datasets langsmith.langsmith_read_datasets Read read
integration__langsmith__langsmith_create_dataset langsmith.langsmith_create_dataset Write write
integration__langsmith__langsmith_delete_datasets langsmith.langsmith_delete_datasets Write write
integration__langsmith__langsmith_read_datasets_stream langsmith.langsmith_read_datasets_stream Read read
integration__langsmith__langsmith_read_dataset langsmith.langsmith_read_dataset Read read
integration__langsmith__langsmith_delete_dataset langsmith.langsmith_delete_dataset Write write
integration__langsmith__langsmith_update_dataset langsmith.langsmith_update_dataset Write write
integration__langsmith__langsmith_upload_csv_dataset langsmith.langsmith_upload_csv_dataset Write write
integration__langsmith__langsmith_upload_experiment langsmith.langsmith_upload_experiment Write write
integration__langsmith__langsmith_get_dataset_versions langsmith.langsmith_get_dataset_versions Read read
integration__langsmith__langsmith_diff_dataset_versions langsmith.langsmith_diff_dataset_versions Read read
integration__langsmith__langsmith_get_dataset_version langsmith.langsmith_get_dataset_version Read read
integration__langsmith__langsmith_update_dataset_version langsmith.langsmith_update_dataset_version Write write
integration__langsmith__langsmith_download_dataset_openai langsmith.langsmith_download_dataset_openai Read read
integration__langsmith__langsmith_download_dataset_openai_ft langsmith.langsmith_download_dataset_openai_ft Read read
integration__langsmith__langsmith_download_dataset_csv langsmith.langsmith_download_dataset_csv Read read
integration__langsmith__langsmith_download_dataset_jsonl langsmith.langsmith_download_dataset_jsonl Read read
integration__langsmith__langsmith_read_examples_with_runs langsmith.langsmith_read_examples_with_runs Write write
integration__langsmith__langsmith_read_examples_with_runs_grouped langsmith.langsmith_read_examples_with_runs_grouped Write write
integration__langsmith__langsmith_read_delta langsmith.langsmith_read_delta Write write
integration__langsmith__langsmith_read_delta_stream langsmith.langsmith_read_delta_stream Write write
integration__langsmith__langsmith_read_grouped_experiments langsmith.langsmith_read_grouped_experiments Write write
integration__langsmith__langsmith_read_dataset_share_state langsmith.langsmith_read_dataset_share_state Read read
integration__langsmith__langsmith_share_dataset langsmith.langsmith_share_dataset Write write
integration__langsmith__langsmith_unshare_dataset langsmith.langsmith_unshare_dataset Write write
integration__langsmith__langsmith_read_comparative_experiments langsmith.langsmith_read_comparative_experiments Read read
integration__langsmith__langsmith_create_comparative_experiment langsmith.langsmith_create_comparative_experiment Write write
integration__langsmith__langsmith_delete_comparative_experiment langsmith.langsmith_delete_comparative_experiment Write write
integration__langsmith__langsmith_clone_dataset langsmith.langsmith_clone_dataset Write write
integration__langsmith__langsmith_get_dataset_splits langsmith.langsmith_get_dataset_splits Read read
integration__langsmith__langsmith_update_dataset_splits langsmith.langsmith_update_dataset_splits Write write
integration__langsmith__langsmith_generate langsmith.langsmith_generate Write write
integration__langsmith__langsmith_dataset_handler langsmith.langsmith_dataset_handler Write write
integration__langsmith__langsmith_stream_dataset_handler langsmith.langsmith_stream_dataset_handler Write write
integration__langsmith__langsmith_studio_experiment langsmith.langsmith_studio_experiment Write write
integration__langsmith__langsmith_list_rules langsmith.langsmith_list_rules Read read
integration__langsmith__langsmith_create_rule langsmith.langsmith_create_rule Write write
integration__langsmith__langsmith_validate_rule langsmith.langsmith_validate_rule Write write
integration__langsmith__langsmith_update_rule langsmith.langsmith_update_rule Write write
integration__langsmith__langsmith_delete_rule langsmith.langsmith_delete_rule Write write
integration__langsmith__langsmith_thread_preview langsmith.langsmith_thread_preview Read read
integration__langsmith__langsmith_list_rule_logs langsmith.langsmith_list_rule_logs Read read
integration__langsmith__langsmith_list_rule_logs_v2 langsmith.langsmith_list_rule_logs_v2 Read read
integration__langsmith__langsmith_get_last_applied_rule langsmith.langsmith_get_last_applied_rule Read read
integration__langsmith__langsmith_trigger_rule langsmith.langsmith_trigger_rule Write write
integration__langsmith__langsmith_trigger_rules langsmith.langsmith_trigger_rules Write write
integration__langsmith__langsmith_read_run langsmith.langsmith_read_run Read read
integration__langsmith__langsmith_update_run langsmith.langsmith_update_run Write write
integration__langsmith__langsmith_read_run_share_state langsmith.langsmith_read_run_share_state Read read
integration__langsmith__langsmith_share_run langsmith.langsmith_share_run Write write
integration__langsmith__langsmith_unshare_run langsmith.langsmith_unshare_run Write write
integration__langsmith__langsmith_validate_runs_query langsmith.langsmith_validate_runs_query Write write
integration__langsmith__langsmith_query_runs langsmith.langsmith_query_runs Write write
integration__langsmith__langsmith_generate_query_for_runs langsmith.langsmith_generate_query_for_runs Write write
integration__langsmith__langsmith_stats_runs langsmith.langsmith_stats_runs Write write
integration__langsmith__langsmith_group_runs langsmith.langsmith_group_runs Write write
integration__langsmith__langsmith_stats_group_runs langsmith.langsmith_stats_group_runs Write write
integration__langsmith__langsmith_delete_runs_abac langsmith.langsmith_delete_runs_abac Write write
integration__langsmith__langsmith_delete_runs langsmith.langsmith_delete_runs Write write
integration__langsmith__langsmith_evaluate_experiment_adhoc langsmith.langsmith_evaluate_experiment_adhoc Write write
integration__langsmith__langsmith_create_feedback_formula_ep langsmith.langsmith_create_feedback_formula_ep Write write
integration__langsmith__langsmith_list_feedback_formula_ep langsmith.langsmith_list_feedback_formula_ep Read read
integration__langsmith__langsmith_get_feedback_formula_ep langsmith.langsmith_get_feedback_formula_ep Read read
integration__langsmith__langsmith_update_feedback_formula_ep langsmith.langsmith_update_feedback_formula_ep Write write
integration__langsmith__langsmith_delete_feedback_formula_endpoint langsmith.langsmith_delete_feedback_formula_endpoint Write write
integration__langsmith__langsmith_read_feedback langsmith.langsmith_read_feedback Read read
integration__langsmith__langsmith_update_feedback langsmith.langsmith_update_feedback Write write
integration__langsmith__langsmith_delete_feedback langsmith.langsmith_delete_feedback Write write
integration__langsmith__langsmith_read_feedbacks langsmith.langsmith_read_feedbacks Read read
integration__langsmith__langsmith_create_feedback langsmith.langsmith_create_feedback Write write
integration__langsmith__langsmith_eagerly_create_feedback langsmith.langsmith_eagerly_create_feedback Write write
integration__langsmith__langsmith_create_feedback_ingest_token langsmith.langsmith_create_feedback_ingest_token Write write
integration__langsmith__langsmith_list_feedback_ingest_tokens langsmith.langsmith_list_feedback_ingest_tokens Read read
integration__langsmith__langsmith_create_feedback_with_token_get langsmith.langsmith_create_feedback_with_token_get Read read
integration__langsmith__langsmith_create_feedback_with_token_post langsmith.langsmith_create_feedback_with_token_post Write write
integration__langsmith__langsmith_get_shared_run langsmith.langsmith_get_shared_run Read read
integration__langsmith__langsmith_get_shared_run_by_id langsmith.langsmith_get_shared_run_by_id Read read
integration__langsmith__langsmith_query_shared_runs langsmith.langsmith_query_shared_runs Write write
integration__langsmith__langsmith_read_shared_feedbacks langsmith.langsmith_read_shared_feedbacks Read read
integration__langsmith__langsmith_read_shared_dataset langsmith.langsmith_read_shared_dataset Read read
integration__langsmith__langsmith_count_shared_examples langsmith.langsmith_count_shared_examples Read read
integration__langsmith__langsmith_read_shared_examples langsmith.langsmith_read_shared_examples Read read
integration__langsmith__langsmith_read_shared_dataset_tracer_sessions langsmith.langsmith_read_shared_dataset_tracer_sessions Read read
integration__langsmith__langsmith_read_shared_dataset_tracer_sessions_bulk langsmith.langsmith_read_shared_dataset_tracer_sessions_bulk Read read
integration__langsmith__langsmith_read_shared_dataset_examples_with_runs langsmith.langsmith_read_shared_dataset_examples_with_runs Write write
integration__langsmith__langsmith_read_shared_delta langsmith.langsmith_read_shared_delta Write write
integration__langsmith__langsmith_read_shared_delta_stream langsmith.langsmith_read_shared_delta_stream Write write
integration__langsmith__langsmith_query_shared_dataset_runs langsmith.langsmith_query_shared_dataset_runs Write write
integration__langsmith__langsmith_generate_query_for_shared_dataset_runs langsmith.langsmith_generate_query_for_shared_dataset_runs Write write
integration__langsmith__langsmith_stats_shared_dataset_runs langsmith.langsmith_stats_shared_dataset_runs Write write
integration__langsmith__langsmith_read_shared_dataset_run langsmith.langsmith_read_shared_dataset_run Read read
integration__langsmith__langsmith_read_shared_dataset_feedback langsmith.langsmith_read_shared_dataset_feedback Read read
integration__langsmith__langsmith_read_shared_comparative_experiments langsmith.langsmith_read_shared_comparative_experiments Read read
integration__langsmith__langsmith_get_message_json_schema langsmith.langsmith_get_message_json_schema Read read
integration__langsmith__langsmith_get_tool_def_json_schema langsmith.langsmith_get_tool_def_json_schema Read read
integration__langsmith__langsmith_get_annotation_queues langsmith.langsmith_get_annotation_queues Read read
integration__langsmith__langsmith_create_annotation_queue langsmith.langsmith_create_annotation_queue Write write
integration__langsmith__langsmith_delete_annotation_queues langsmith.langsmith_delete_annotation_queues Write write
integration__langsmith__langsmith_populate_annotation_queue langsmith.langsmith_populate_annotation_queue Write write
integration__langsmith__langsmith_delete_annotation_queue langsmith.langsmith_delete_annotation_queue Write write
integration__langsmith__langsmith_update_annotation_queue langsmith.langsmith_update_annotation_queue Write write
integration__langsmith__langsmith_get_annotation_queue langsmith.langsmith_get_annotation_queue Read read
integration__langsmith__langsmith_add_runs_to_annotation_queue langsmith.langsmith_add_runs_to_annotation_queue Write write
integration__langsmith__langsmith_get_runs_from_annotation_queue langsmith.langsmith_get_runs_from_annotation_queue Read read
integration__langsmith__langsmith_add_runs_to_annotation_queue_by_key langsmith.langsmith_add_runs_to_annotation_queue_by_key Write write
integration__langsmith__langsmith_export_annotation_queue_archived_runs langsmith.langsmith_export_annotation_queue_archived_runs Write write
integration__langsmith__langsmith_get_run_from_annotation_queue langsmith.langsmith_get_run_from_annotation_queue Read read
integration__langsmith__langsmith_get_annotation_queues_for_run langsmith.langsmith_get_annotation_queues_for_run Read read
integration__langsmith__langsmith_update_run_in_annotation_queue langsmith.langsmith_update_run_in_annotation_queue Write write
integration__langsmith__langsmith_delete_run_from_annotation_queue langsmith.langsmith_delete_run_from_annotation_queue Write write
integration__langsmith__langsmith_delete_runs_from_annotation_queue langsmith.langsmith_delete_runs_from_annotation_queue Write write
integration__langsmith__langsmith_get_total_size_from_annotation_queue langsmith.langsmith_get_total_size_from_annotation_queue Read read
integration__langsmith__langsmith_get_total_archived_from_annotation_queue langsmith.langsmith_get_total_archived_from_annotation_queue Read read
integration__langsmith__langsmith_get_size_from_annotation_queue langsmith.langsmith_get_size_from_annotation_queue Read read
integration__langsmith__langsmith_create_identity_annotation_queue_run_status langsmith.langsmith_create_identity_annotation_queue_run_status Write write
integration__langsmith__langsmith_resolve_annotation_queue_run langsmith.langsmith_resolve_annotation_queue_run Read read
integration__langsmith__langsmith_execute langsmith.langsmith_execute Write write
integration__langsmith__langsmith_get_bulk_exports langsmith.langsmith_get_bulk_exports Read read
integration__langsmith__langsmith_create_bulk_export langsmith.langsmith_create_bulk_export Write write
integration__langsmith__langsmith_get_bulk_export_destinations langsmith.langsmith_get_bulk_export_destinations Read read
integration__langsmith__langsmith_create_bulk_export_destination langsmith.langsmith_create_bulk_export_destination Write write
integration__langsmith__langsmith_get_bulk_export_runs_filtered langsmith.langsmith_get_bulk_export_runs_filtered Read read
integration__langsmith__langsmith_get_bulk_export langsmith.langsmith_get_bulk_export Read read
integration__langsmith__langsmith_cancel_bulk_export langsmith.langsmith_cancel_bulk_export Write write
integration__langsmith__langsmith_get_bulk_export_destination langsmith.langsmith_get_bulk_export_destination Read read
integration__langsmith__langsmith_update_bulk_export_destination langsmith.langsmith_update_bulk_export_destination Write write
integration__langsmith__langsmith_get_bulk_export_runs langsmith.langsmith_get_bulk_export_runs Read read
integration__langsmith__langsmith_get_bulk_export_run langsmith.langsmith_get_bulk_export_run Read read
integration__langsmith__langsmith_list_feedback_configs_endpoint langsmith.langsmith_list_feedback_configs_endpoint Read read
integration__langsmith__langsmith_create_feedback_config_endpoint langsmith.langsmith_create_feedback_config_endpoint Write write
integration__langsmith__langsmith_update_feedback_config_endpoint langsmith.langsmith_update_feedback_config_endpoint Write write
integration__langsmith__langsmith_delete_feedback_config_endpoint langsmith.langsmith_delete_feedback_config_endpoint Write write
integration__langsmith__langsmith_read_model_price_map langsmith.langsmith_read_model_price_map Read read
integration__langsmith__langsmith_create_new_model_price langsmith.langsmith_create_new_model_price Write write
integration__langsmith__langsmith_update_model_price langsmith.langsmith_update_model_price Write write
integration__langsmith__langsmith_delete_model_price langsmith.langsmith_delete_model_price Write write
integration__langsmith__langsmith_list_usage_limits langsmith.langsmith_list_usage_limits Read read
integration__langsmith__langsmith_upsert_usage_limit langsmith.langsmith_upsert_usage_limit Write write
integration__langsmith__langsmith_list_org_usage_limits langsmith.langsmith_list_org_usage_limits Read read
integration__langsmith__langsmith_delete_usage_limit langsmith.langsmith_delete_usage_limit Write write
integration__langsmith__langsmith_invoke_prompt langsmith.langsmith_invoke_prompt Write write
integration__langsmith__langsmith_prompt_canvas langsmith.langsmith_prompt_canvas Write write
integration__langsmith__langsmith_list_prompt_webhooks langsmith.langsmith_list_prompt_webhooks Read read
integration__langsmith__langsmith_create_prompt_webhook langsmith.langsmith_create_prompt_webhook Write write
integration__langsmith__langsmith_get_prompt_webhook langsmith.langsmith_get_prompt_webhook Read read
integration__langsmith__langsmith_update_prompt_webhook langsmith.langsmith_update_prompt_webhook Write write
integration__langsmith__langsmith_delete_prompt_webhook langsmith.langsmith_delete_prompt_webhook Write write
integration__langsmith__langsmith_test_prompt_webhook langsmith.langsmith_test_prompt_webhook Write write
integration__langsmith__langsmith_list_playground_settings langsmith.langsmith_list_playground_settings Read read
integration__langsmith__langsmith_create_playground_settings langsmith.langsmith_create_playground_settings Write write
integration__langsmith__langsmith_get_playground_settings langsmith.langsmith_get_playground_settings Read read
integration__langsmith__langsmith_update_playground_settings langsmith.langsmith_update_playground_settings Write write
integration__langsmith__langsmith_delete_playground_settings langsmith.langsmith_delete_playground_settings Write write
integration__langsmith__langsmith_clone_section langsmith.langsmith_clone_section Write write
integration__langsmith__langsmith_read_sections langsmith.langsmith_read_sections Read read
integration__langsmith__langsmith_create_section langsmith.langsmith_create_section Write write
integration__langsmith__langsmith_read_charts langsmith.langsmith_read_charts Write write
integration__langsmith__langsmith_read_chart_preview langsmith.langsmith_read_chart_preview Write write
integration__langsmith__langsmith_create_chart langsmith.langsmith_create_chart Write write
integration__langsmith__langsmith_read_single_chart langsmith.langsmith_read_single_chart Write write
integration__langsmith__langsmith_update_chart langsmith.langsmith_update_chart Write write
integration__langsmith__langsmith_delete_chart langsmith.langsmith_delete_chart Write write
integration__langsmith__langsmith_read_single_section langsmith.langsmith_read_single_section Write write
integration__langsmith__langsmith_update_section langsmith.langsmith_update_section Write write
integration__langsmith__langsmith_delete_section langsmith.langsmith_delete_section Write write
integration__langsmith__langsmith_org_read_sections langsmith.langsmith_org_read_sections Read read
integration__langsmith__langsmith_org_create_section langsmith.langsmith_org_create_section Write write
integration__langsmith__langsmith_org_read_charts langsmith.langsmith_org_read_charts Write write
integration__langsmith__langsmith_org_read_chart_preview langsmith.langsmith_org_read_chart_preview Write write
integration__langsmith__langsmith_org_create_chart langsmith.langsmith_org_create_chart Write write
integration__langsmith__langsmith_org_read_single_chart langsmith.langsmith_org_read_single_chart Write write
integration__langsmith__langsmith_org_update_chart langsmith.langsmith_org_update_chart Write write
integration__langsmith__langsmith_org_delete_chart langsmith.langsmith_org_delete_chart Write write
integration__langsmith__langsmith_org_read_single_section langsmith.langsmith_org_read_single_section Write write
integration__langsmith__langsmith_org_update_section langsmith.langsmith_org_update_section Write write
integration__langsmith__langsmith_org_delete_section langsmith.langsmith_org_delete_section Write write
integration__langsmith__langsmith_get_tools langsmith.langsmith_get_tools Read read
integration__langsmith__langsmith_invalidate_tools_cache langsmith.langsmith_invalidate_tools_cache Write write
integration__langsmith__langsmith_proxy_get langsmith.langsmith_proxy_get Read read
integration__langsmith__langsmith_proxy langsmith.langsmith_proxy Write write
integration__langsmith__langsmith_list_organizations langsmith.langsmith_list_organizations Read read
integration__langsmith__langsmith_create_organization langsmith.langsmith_create_organization Write write
integration__langsmith__langsmith_create_customers_and_get_stripe_setup_intent langsmith.langsmith_create_customers_and_get_stripe_setup_intent Write write
integration__langsmith__langsmith_get_organization_info langsmith.langsmith_get_organization_info Read read
integration__langsmith__langsmith_get_current_organization_info langsmith.langsmith_get_current_organization_info Read read
integration__langsmith__langsmith_update_current_organization_info langsmith.langsmith_update_current_organization_info Write write
integration__langsmith__langsmith_get_organization_billing_info langsmith.langsmith_get_organization_billing_info Read read
integration__langsmith__langsmith_get_dashboard langsmith.langsmith_get_dashboard Read read
integration__langsmith__langsmith_on_payment_method_created langsmith.langsmith_on_payment_method_created Write write
integration__langsmith__langsmith_get_company_info langsmith.langsmith_get_company_info Read read
integration__langsmith__langsmith_set_company_info langsmith.langsmith_set_company_info Write write
integration__langsmith__langsmith_change_payment_plan langsmith.langsmith_change_payment_plan Write write
integration__langsmith__langsmith_list_organization_roles langsmith.langsmith_list_organization_roles Read read
integration__langsmith__langsmith_create_organization_roles langsmith.langsmith_create_organization_roles Write write
integration__langsmith__langsmith_delete_organization_roles langsmith.langsmith_delete_organization_roles Write write
integration__langsmith__langsmith_update_organization_roles langsmith.langsmith_update_organization_roles Write write
integration__langsmith__langsmith_list_permissions langsmith.langsmith_list_permissions Read read
integration__langsmith__langsmith_list_pending_organization_invites langsmith.langsmith_list_pending_organization_invites Read read
integration__langsmith__langsmith_get_current_org_members langsmith.langsmith_get_current_org_members Read read
integration__langsmith__langsmith_add_member_to_current_org langsmith.langsmith_add_member_to_current_org Write write
integration__langsmith__langsmith_get_current_active_org_members langsmith.langsmith_get_current_active_org_members Read read
integration__langsmith__langsmith_get_current_pending_org_members langsmith.langsmith_get_current_pending_org_members Read read
integration__langsmith__langsmith_add_members_to_current_org_batch langsmith.langsmith_add_members_to_current_org_batch Write write
integration__langsmith__langsmith_add_basic_auth_members_to_current_org langsmith.langsmith_add_basic_auth_members_to_current_org Write write
integration__langsmith__langsmith_delete_current_org_pending_member langsmith.langsmith_delete_current_org_pending_member Write write
integration__langsmith__langsmith_delete_pending_organization_invite langsmith.langsmith_delete_pending_organization_invite Write write
integration__langsmith__langsmith_claim_pending_organization_invite langsmith.langsmith_claim_pending_organization_invite Write write
integration__langsmith__langsmith_remove_member_from_current_org langsmith.langsmith_remove_member_from_current_org Write write
integration__langsmith__langsmith_update_current_org_member langsmith.langsmith_update_current_org_member Write write
integration__langsmith__langsmith_update_current_user langsmith.langsmith_update_current_user Write write
integration__langsmith__langsmith_get_current_sso_settings langsmith.langsmith_get_current_sso_settings Read read
integration__langsmith__langsmith_create_sso_settings langsmith.langsmith_create_sso_settings Write write
integration__langsmith__langsmith_update_sso_settings langsmith.langsmith_update_sso_settings Write write
integration__langsmith__langsmith_delete_sso_settings langsmith.langsmith_delete_sso_settings Write write
integration__langsmith__langsmith_update_allowed_login_methods langsmith.langsmith_update_allowed_login_methods Write write
integration__langsmith__langsmith_get_org_usage langsmith.langsmith_get_org_usage Read read
integration__langsmith__langsmith_get_granular_usage langsmith.langsmith_get_granular_usage Read read
integration__langsmith__langsmith_export_granular_usage_csv langsmith.langsmith_export_granular_usage_csv Read read
integration__langsmith__langsmith_get_current_user_login_methods langsmith.langsmith_get_current_user_login_methods Read read
integration__langsmith__langsmith_create_stripe_checkout_sessions_endpoint langsmith.langsmith_create_stripe_checkout_sessions_endpoint Write write
integration__langsmith__langsmith_create_stripe_account_links_endpoint langsmith.langsmith_create_stripe_account_links_endpoint Write write
integration__langsmith__langsmith_list_org_service_keys langsmith.langsmith_list_org_service_keys Read read
integration__langsmith__langsmith_create_org_service_key langsmith.langsmith_create_org_service_key Write write
integration__langsmith__langsmith_delete_org_service_key langsmith.langsmith_delete_org_service_key Write write
integration__langsmith__langsmith_list_org_personal_access_tokens langsmith.langsmith_list_org_personal_access_tokens Read read
integration__langsmith__langsmith_create_org_personal_access_token langsmith.langsmith_create_org_personal_access_token Write write
integration__langsmith__langsmith_delete_org_personal_access_token langsmith.langsmith_delete_org_personal_access_token Write write
integration__langsmith__langsmith_set_default_sso_provision langsmith.langsmith_set_default_sso_provision Write write
integration__langsmith__langsmith_login langsmith.langsmith_login Write write
integration__langsmith__langsmith_send_sso_email_confirmation langsmith.langsmith_send_sso_email_confirmation Write write
integration__langsmith__langsmith_check_sso_email_verification_status langsmith.langsmith_check_sso_email_verification_status Write write
integration__langsmith__langsmith_confirm_sso_user_email langsmith.langsmith_confirm_sso_user_email Write write
integration__langsmith__langsmith_get_sso_settings langsmith.langsmith_get_sso_settings Read read
integration__langsmith__langsmith_lookup_sso_by_email langsmith.langsmith_lookup_sso_by_email Write write
integration__langsmith__langsmith_get_api_v1_api_key langsmith.langsmith_get_api_v1_api_key Read read
integration__langsmith__langsmith_post_api_v1_api_key langsmith.langsmith_post_api_v1_api_key Write write
integration__langsmith__langsmith_delete langsmith.langsmith_delete Write write
integration__langsmith__langsmith_get_personal_access_tokens langsmith.langsmith_get_personal_access_tokens Read read
integration__langsmith__langsmith_generate_personal_access_token langsmith.langsmith_generate_personal_access_token Write write
integration__langsmith__langsmith_delete_personal_access_token langsmith.langsmith_delete_personal_access_token Write write
integration__langsmith__langsmith_list_tenants langsmith.langsmith_list_tenants Read read
integration__langsmith__langsmith_create_tenant langsmith.langsmith_create_tenant Write write
integration__langsmith__langsmith_get_onboarding_state langsmith.langsmith_get_onboarding_state Read read
integration__langsmith__langsmith_create_onboarding_state langsmith.langsmith_create_onboarding_state Write write
integration__langsmith__langsmith_update_onboarding_state_field langsmith.langsmith_update_onboarding_state_field Write write
integration__langsmith__langsmith_get_ls_user_id langsmith.langsmith_get_ls_user_id Read read
integration__langsmith__langsmith_get_service_accounts langsmith.langsmith_get_service_accounts Read read
integration__langsmith__langsmith_create_service_account langsmith.langsmith_create_service_account Write write
integration__langsmith__langsmith_delete_service_account langsmith.langsmith_delete_service_account Write write
integration__langsmith__langsmith_list_pending_workspace_invites langsmith.langsmith_list_pending_workspace_invites Read read
integration__langsmith__langsmith_delete_pending_workspace_invite langsmith.langsmith_delete_pending_workspace_invite Write write
integration__langsmith__langsmith_claim_pending_workspace_invite langsmith.langsmith_claim_pending_workspace_invite Write write
integration__langsmith__langsmith_get_current_workspace_members langsmith.langsmith_get_current_workspace_members Read read
integration__langsmith__langsmith_add_member_to_current_workspace langsmith.langsmith_add_member_to_current_workspace Write write
integration__langsmith__langsmith_get_current_active_workspace_members langsmith.langsmith_get_current_active_workspace_members Read read
integration__langsmith__langsmith_get_current_pending_workspace_members langsmith.langsmith_get_current_pending_workspace_members Read read
integration__langsmith__langsmith_add_members_to_current_workspace_batch langsmith.langsmith_add_members_to_current_workspace_batch Write write
integration__langsmith__langsmith_delete_current_workspace_member langsmith.langsmith_delete_current_workspace_member Write write
integration__langsmith__langsmith_patch_current_workspace_member langsmith.langsmith_patch_current_workspace_member Write write
integration__langsmith__langsmith_delete_current_workspace_pending_member langsmith.langsmith_delete_current_workspace_pending_member Write write
integration__langsmith__langsmith_get_api_v1_ok langsmith.langsmith_get_api_v1_ok Read read
integration__langsmith__langsmith_get_settings langsmith.langsmith_get_settings Read read
integration__langsmith__langsmith_set_tenant_handle langsmith.langsmith_set_tenant_handle Write write
integration__langsmith__langsmith_list_repos langsmith.langsmith_list_repos Read read
integration__langsmith__langsmith_create_repo langsmith.langsmith_create_repo Write write
integration__langsmith__langsmith_delete_repos langsmith.langsmith_delete_repos Write write
integration__langsmith__langsmith_get_repo langsmith.langsmith_get_repo Read read
integration__langsmith__langsmith_update_repo langsmith.langsmith_update_repo Write write
integration__langsmith__langsmith_delete_repo langsmith.langsmith_delete_repo Write write
integration__langsmith__langsmith_fork_repo langsmith.langsmith_fork_repo Write write
integration__langsmith__langsmith_list_repo_tags langsmith.langsmith_list_repo_tags Read read
integration__langsmith__langsmith_optimize_prompt_job langsmith.langsmith_optimize_prompt_job Write write
integration__langsmith__langsmith_like_repo langsmith.langsmith_like_repo Write write
integration__langsmith__langsmith_create_comment langsmith.langsmith_create_comment Write write
integration__langsmith__langsmith_get_comments langsmith.langsmith_get_comments Read read
integration__langsmith__langsmith_get_sub_comments langsmith.langsmith_get_sub_comments Read read
integration__langsmith__langsmith_create_sub_comment langsmith.langsmith_create_sub_comment Write write
integration__langsmith__langsmith_like_comment langsmith.langsmith_like_comment Write write
integration__langsmith__langsmith_unlike_comment langsmith.langsmith_unlike_comment Write write
integration__langsmith__langsmith_get_tags langsmith.langsmith_get_tags Read read
integration__langsmith__langsmith_create_tag langsmith.langsmith_create_tag Write write
integration__langsmith__langsmith_get_tag langsmith.langsmith_get_tag Read read
integration__langsmith__langsmith_update_tag langsmith.langsmith_update_tag Write write
integration__langsmith__langsmith_delete_tag langsmith.langsmith_delete_tag Write write
integration__langsmith__langsmith_list_repo_owners langsmith.langsmith_list_repo_owners Read read
integration__langsmith__langsmith_add_repo_owner langsmith.langsmith_add_repo_owner Write write
integration__langsmith__langsmith_remove_repo_owner langsmith.langsmith_remove_repo_owner Write write
integration__langsmith__langsmith_list_jobs langsmith.langsmith_list_jobs Read read
integration__langsmith__langsmith_create_job langsmith.langsmith_create_job Write write
integration__langsmith__langsmith_get_job langsmith.langsmith_get_job Read read
integration__langsmith__langsmith_update_job langsmith.langsmith_update_job Write write
integration__langsmith__langsmith_delete_job langsmith.langsmith_delete_job Write write
integration__langsmith__langsmith_list_job_logs langsmith.langsmith_list_job_logs Read read
integration__langsmith__langsmith_create_log langsmith.langsmith_create_log Write write
integration__langsmith__langsmith_get_log langsmith.langsmith_get_log Read read
integration__langsmith__langsmith_delete_log langsmith.langsmith_delete_log Write write
integration__langsmith__langsmith_get_well_known_oauth_authorization_server langsmith.langsmith_get_well_known_oauth_authorization_server Read read
integration__langsmith__langsmith_get_api_v1_hub_environments langsmith.langsmith_get_api_v1_hub_environments Read read
integration__langsmith__langsmith_post langsmith.langsmith_post Write write
integration__langsmith__langsmith_delete_api_v1_hub_environments_id langsmith.langsmith_delete_api_v1_hub_environments_id Write write
integration__langsmith__langsmith_patch langsmith.langsmith_patch Write write
integration__langsmith__langsmith_get_auth_public langsmith.langsmith_get_auth_public Read read
integration__langsmith__langsmith_post_aws_marketplace_register langsmith.langsmith_post_aws_marketplace_register Write write
integration__langsmith__langsmith_get_commits_owner_repo langsmith.langsmith_get_commits_owner_repo Read read
integration__langsmith__langsmith_post_commits_owner_repo langsmith.langsmith_post_commits_owner_repo Write write
integration__langsmith__langsmith_get_commits_owner_repo_commit langsmith.langsmith_get_commits_owner_repo_commit Read read
integration__langsmith__langsmith_get_datasets_dataset_id_experiment_view_overrides langsmith.langsmith_get_datasets_dataset_id_experiment_view_overrides Read read
integration__langsmith__langsmith_post_datasets_dataset_id_experiment_view_overrides langsmith.langsmith_post_datasets_dataset_id_experiment_view_overrides Write write
integration__langsmith__langsmith_get_datasets_dataset_id_experiment_view_overrides_id langsmith.langsmith_get_datasets_dataset_id_experiment_view_overrides_id Read read
integration__langsmith__langsmith_delete_datasets_dataset_id_experiment_view_overrides_id langsmith.langsmith_delete_datasets_dataset_id_experiment_view_overrides_id Write write
integration__langsmith__langsmith_patch_datasets_dataset_id_experiment_view_overrides_id langsmith.langsmith_patch_datasets_dataset_id_experiment_view_overrides_id Write write
integration__langsmith__langsmith_get_me_providers_providertype langsmith.langsmith_get_me_providers_providertype Read read
integration__langsmith__langsmith_get_oauth_authorize langsmith.langsmith_get_oauth_authorize Read read
integration__langsmith__langsmith_post_oauth_authorize_approve langsmith.langsmith_post_oauth_authorize_approve Write write
integration__langsmith__langsmith_post_oauth_device_authorize langsmith.langsmith_post_oauth_device_authorize Write write
integration__langsmith__langsmith_post_oauth_device_code langsmith.langsmith_post_oauth_device_code Write write
integration__langsmith__langsmith_post_oauth_revoke langsmith.langsmith_post_oauth_revoke Write write
integration__langsmith__langsmith_post_oauth_token langsmith.langsmith_post_oauth_token Write write
integration__langsmith__langsmith_get_repos_owner_repo_tags_tag_name_history langsmith.langsmith_get_repos_owner_repo_tags_tag_name_history Read read
integration__langsmith__langsmith_post_runs langsmith.langsmith_post_runs Write write
integration__langsmith__langsmith_post_runs_batch langsmith.langsmith_post_runs_batch Write write
integration__langsmith__langsmith_post_runs_multipart langsmith.langsmith_post_runs_multipart Write write
integration__langsmith__langsmith_patch_runs_run_id langsmith.langsmith_patch_runs_run_id Write write
integration__langsmith__langsmith_get_v1_agent_builder_integrations langsmith.langsmith_get_v1_agent_builder_integrations Read read
integration__langsmith__langsmith_put_v1_agent_builder_integrations langsmith.langsmith_put_v1_agent_builder_integrations Write write
integration__langsmith__langsmith_post_v1_beacon_usage_snapshot langsmith.langsmith_post_v1_beacon_usage_snapshot Write write
integration__langsmith__langsmith_get_v1_fleet_agents langsmith.langsmith_get_v1_fleet_agents Read read
integration__langsmith__langsmith_post_v1_fleet_agents langsmith.langsmith_post_v1_fleet_agents Write write
integration__langsmith__langsmith_get_v1_fleet_agents_agentid langsmith.langsmith_get_v1_fleet_agents_agentid Read read
integration__langsmith__langsmith_patch_v1_fleet_agents_agentid langsmith.langsmith_patch_v1_fleet_agents_agentid Write write
integration__langsmith__langsmith_get_v1_fleet_auth_providers langsmith.langsmith_get_v1_fleet_auth_providers Read read
integration__langsmith__langsmith_post_v1_fleet_auth_providers langsmith.langsmith_post_v1_fleet_auth_providers Write write
integration__langsmith__langsmith_post_v1_fleet_auth_providers_discover langsmith.langsmith_post_v1_fleet_auth_providers_discover Write write
integration__langsmith__langsmith_get_v1_fleet_auth_providers_provider_id langsmith.langsmith_get_v1_fleet_auth_providers_provider_id Read read
integration__langsmith__langsmith_delete_v1_fleet_auth_providers_provider_id langsmith.langsmith_delete_v1_fleet_auth_providers_provider_id Write write
integration__langsmith__langsmith_patch_v1_fleet_auth_providers_provider_id langsmith.langsmith_patch_v1_fleet_auth_providers_provider_id Write write
integration__langsmith__langsmith_post_v1_fleet_auth_sessions langsmith.langsmith_post_v1_fleet_auth_sessions Write write
integration__langsmith__langsmith_get_v1_fleet_auth_sessions_session_id langsmith.langsmith_get_v1_fleet_auth_sessions_session_id Read read
integration__langsmith__langsmith_get_v1_fleet_auth_tokens langsmith.langsmith_get_v1_fleet_auth_tokens Read read
integration__langsmith__langsmith_post_v1_fleet_auth_tokens_revoke langsmith.langsmith_post_v1_fleet_auth_tokens_revoke Write write
integration__langsmith__langsmith_delete_v1_fleet_auth_tokens_token_id langsmith.langsmith_delete_v1_fleet_auth_tokens_token_id Write write
integration__langsmith__langsmith_patch_v1_fleet_auth_tokens_token_id langsmith.langsmith_patch_v1_fleet_auth_tokens_token_id Write write
integration__langsmith__langsmith_get_v1_fleet_integrations langsmith.langsmith_get_v1_fleet_integrations Read read
integration__langsmith__langsmith_post_v1_fleet_integrations langsmith.langsmith_post_v1_fleet_integrations Write write
integration__langsmith__langsmith_get_v1_fleet_integrations_id langsmith.langsmith_get_v1_fleet_integrations_id Read read
integration__langsmith__langsmith_delete_v1_fleet_integrations_id langsmith.langsmith_delete_v1_fleet_integrations_id Write write
integration__langsmith__langsmith_patch_v1_fleet_integrations_id langsmith.langsmith_patch_v1_fleet_integrations_id Write write
integration__langsmith__langsmith_put_v1_fleet_integrations_id_auth_methods langsmith.langsmith_put_v1_fleet_integrations_id_auth_methods Write write
integration__langsmith__langsmith_get_v1_fleet_mcp_servers langsmith.langsmith_get_v1_fleet_mcp_servers Read read
integration__langsmith__langsmith_post_v1_fleet_mcp_servers langsmith.langsmith_post_v1_fleet_mcp_servers Write write
integration__langsmith__langsmith_get_v1_fleet_mcp_servers_mcp_server_id langsmith.langsmith_get_v1_fleet_mcp_servers_mcp_server_id Read read
integration__langsmith__langsmith_delete_v1_fleet_mcp_servers_mcp_server_id langsmith.langsmith_delete_v1_fleet_mcp_servers_mcp_server_id Write write
integration__langsmith__langsmith_patch_v1_fleet_mcp_servers_mcp_server_id langsmith.langsmith_patch_v1_fleet_mcp_servers_mcp_server_id Write write
integration__langsmith__langsmith_post_v1_fleet_mcp_servers_mcp_server_id_oauth_provider langsmith.langsmith_post_v1_fleet_mcp_servers_mcp_server_id_oauth_provider Write write
integration__langsmith__langsmith_get_v1_fleet_mcp_tools langsmith.langsmith_get_v1_fleet_mcp_tools Read read
integration__langsmith__langsmith_get_v1_fleet_skills langsmith.langsmith_get_v1_fleet_skills Read read
integration__langsmith__langsmith_post_v1_fleet_skills langsmith.langsmith_post_v1_fleet_skills Write write
integration__langsmith__langsmith_get_v1_fleet_skills_skillid langsmith.langsmith_get_v1_fleet_skills_skillid Read read
integration__langsmith__langsmith_put_v1_fleet_skills_skillid langsmith.langsmith_put_v1_fleet_skills_skillid Write write
integration__langsmith__langsmith_delete_v1_fleet_skills_skillid langsmith.langsmith_delete_v1_fleet_skills_skillid Write write
integration__langsmith__langsmith_post_v1_fleet_threads langsmith.langsmith_post_v1_fleet_threads Write write
integration__langsmith__langsmith_get_v1_fleet_threads_threadid langsmith.langsmith_get_v1_fleet_threads_threadid Read read
integration__langsmith__langsmith_post_v1_fleet_threads_threadid_resolve_interrupt langsmith.langsmith_post_v1_fleet_threads_threadid_resolve_interrupt Write write
integration__langsmith__langsmith_post_v1_fleet_threads_threadid_runs langsmith.langsmith_post_v1_fleet_threads_threadid_runs Write write
integration__langsmith__langsmith_post_v1_platform_alerts_session_id langsmith.langsmith_post_v1_platform_alerts_session_id Write write
integration__langsmith__langsmith_post_v1_platform_alerts_session_id_test langsmith.langsmith_post_v1_platform_alerts_session_id_test Write write
integration__langsmith__langsmith_get_v1_platform_alerts_session_id_alert_rule_id langsmith.langsmith_get_v1_platform_alerts_session_id_alert_rule_id Read read
integration__langsmith__langsmith_delete_v1_platform_alerts_session_id_alert_rule_id langsmith.langsmith_delete_v1_platform_alerts_session_id_alert_rule_id Write write
integration__langsmith__langsmith_patch_v1_platform_alerts_session_id_alert_rule_id langsmith.langsmith_patch_v1_platform_alerts_session_id_alert_rule_id Write write
integration__langsmith__langsmith_post_v1_platform_annotation_queues_queue_id_reviewers langsmith.langsmith_post_v1_platform_annotation_queues_queue_id_reviewers Write write
integration__langsmith__langsmith_delete_v1_platform_annotation_queues_queue_id_reviewers_identity_id langsmith.langsmith_delete_v1_platform_annotation_queues_queue_id_reviewers_identity_id Write write
integration__langsmith__langsmith_post_v1_platform_datasets_examples langsmith.langsmith_post_v1_platform_datasets_examples Write write
integration__langsmith__langsmith_post_v1_platform_datasets_dataset_id_examples langsmith.langsmith_post_v1_platform_datasets_dataset_id_examples Write write
integration__langsmith__langsmith_patch_v1_platform_datasets_dataset_id_examples langsmith.langsmith_patch_v1_platform_datasets_dataset_id_examples Write write
integration__langsmith__langsmith_get_v1_platform_evaluators langsmith.langsmith_get_v1_platform_evaluators Read read
integration__langsmith__langsmith_post_v1_platform_evaluators langsmith.langsmith_post_v1_platform_evaluators Write write
integration__langsmith__langsmith_delete_v1_platform_evaluators langsmith.langsmith_delete_v1_platform_evaluators Write write
integration__langsmith__langsmith_get_v1_platform_evaluators_evaluator_id langsmith.langsmith_get_v1_platform_evaluators_evaluator_id Read read
integration__langsmith__langsmith_delete_v1_platform_evaluators_evaluator_id langsmith.langsmith_delete_v1_platform_evaluators_evaluator_id Write write
integration__langsmith__langsmith_patch_v1_platform_evaluators_evaluator_id langsmith.langsmith_patch_v1_platform_evaluators_evaluator_id Write write
integration__langsmith__langsmith_get_v1_platform_features langsmith.langsmith_get_v1_platform_features Read read
integration__langsmith__langsmith_put_v1_platform_features_feature_default_model langsmith.langsmith_put_v1_platform_features_feature_default_model Write write
integration__langsmith__langsmith_delete_v1_platform_features_feature_default_model langsmith.langsmith_delete_v1_platform_features_feature_default_model Write write
integration__langsmith__langsmith_put_v1_platform_features_feature_disabled_models langsmith.langsmith_put_v1_platform_features_feature_disabled_models Write write
integration__langsmith__langsmith_delete_v1_platform_features_feature_disabled_models_model langsmith.langsmith_delete_v1_platform_features_feature_disabled_models_model Write write
integration__langsmith__langsmith_post_v1_platform_fleet_webhooks_webhook_id_run langsmith.langsmith_post_v1_platform_fleet_webhooks_webhook_id_run Write write
integration__langsmith__langsmith_get_v1_platform_fleet_mcp_servers langsmith.langsmith_get_v1_platform_fleet_mcp_servers Read read
integration__langsmith__langsmith_post_v1_platform_fleet_mcp_servers langsmith.langsmith_post_v1_platform_fleet_mcp_servers Write write
integration__langsmith__langsmith_get_v1_platform_fleet_mcp_servers_mcp_server_id langsmith.langsmith_get_v1_platform_fleet_mcp_servers_mcp_server_id Read read
integration__langsmith__langsmith_delete_v1_platform_fleet_mcp_servers_mcp_server_id langsmith.langsmith_delete_v1_platform_fleet_mcp_servers_mcp_server_id Write write
integration__langsmith__langsmith_patch_v1_platform_fleet_mcp_servers_mcp_server_id langsmith.langsmith_patch_v1_platform_fleet_mcp_servers_mcp_server_id Write write
integration__langsmith__langsmith_post_v1_platform_fleet_mcp_servers_mcp_server_id_oauth_provider langsmith.langsmith_post_v1_platform_fleet_mcp_servers_mcp_server_id_oauth_provider Write write
integration__langsmith__langsmith_post_v1_platform_fleet_providers_github_app_auth langsmith.langsmith_post_v1_platform_fleet_providers_github_app_auth Write write
integration__langsmith__langsmith_get_v1_platform_fleet_providers_github_app_connection langsmith.langsmith_get_v1_platform_fleet_providers_github_app_connection Read read
integration__langsmith__langsmith_delete_v1_platform_fleet_providers_github_app_connection langsmith.langsmith_delete_v1_platform_fleet_providers_github_app_connection Write write
integration__langsmith__langsmith_patch_v1_platform_fleet_providers_github_app_connection langsmith.langsmith_patch_v1_platform_fleet_providers_github_app_connection Write write
integration__langsmith__langsmith_post_v1_platform_fleet_providers_github_app_install langsmith.langsmith_post_v1_platform_fleet_providers_github_app_install Write write
integration__langsmith__langsmith_get_v1_platform_fleet_providers_github_app_installations langsmith.langsmith_get_v1_platform_fleet_providers_github_app_installations Read read
integration__langsmith__langsmith_post_v1_platform_fleet_providers_github_app_installations_refresh langsmith.langsmith_post_v1_platform_fleet_providers_github_app_installations_refresh Write write
integration__langsmith__langsmith_delete_v1_platform_fleet_providers_github_app_installations_id langsmith.langsmith_delete_v1_platform_fleet_providers_github_app_installations_id Write write
integration__langsmith__langsmith_get_v1_platform_fleet_providers_github_app_installations_id_repos langsmith.langsmith_get_v1_platform_fleet_providers_github_app_installations_id_repos Read read
integration__langsmith__langsmith_post_v1_platform_fleet_providers_github_app_tokens langsmith.langsmith_post_v1_platform_fleet_providers_github_app_tokens Write write
integration__langsmith__langsmith_post_v1_platform_fleet_providers_github_app_webhooks langsmith.langsmith_post_v1_platform_fleet_providers_github_app_webhooks Write write
integration__langsmith__langsmith_get_v1_platform_fleet_usage_agents langsmith.langsmith_get_v1_platform_fleet_usage_agents Read read
integration__langsmith__langsmith_get_v1_platform_fleet_usage_models langsmith.langsmith_get_v1_platform_fleet_usage_models Read read
integration__langsmith__langsmith_get_v1_platform_fleet_usage_tools langsmith.langsmith_get_v1_platform_fleet_usage_tools Read read
integration__langsmith__langsmith_get_v1_platform_fleet_usage_users langsmith.langsmith_get_v1_platform_fleet_usage_users Read read
integration__langsmith__langsmith_get_v1_platform_hub_repos_owner_repo_directories langsmith.langsmith_get_v1_platform_hub_repos_owner_repo_directories Read read
integration__langsmith__langsmith_delete_v1_platform_hub_repos_owner_repo_directories langsmith.langsmith_delete_v1_platform_hub_repos_owner_repo_directories Write write
integration__langsmith__langsmith_post_v1_platform_hub_repos_owner_repo_directories_commits langsmith.langsmith_post_v1_platform_hub_repos_owner_repo_directories_commits Write write
integration__langsmith__langsmith_get_v1_platform_mcp_vendors langsmith.langsmith_get_v1_platform_mcp_vendors Read read
integration__langsmith__langsmith_get_v1_platform_mcp_vendors_vendor_slug langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug Read read
integration__langsmith__langsmith_get_v1_platform_mcp_vendors_vendor_slug_account langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_account Read read
integration__langsmith__langsmith_get_v1_platform_mcp_vendors_vendor_slug_mcp_servers langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_mcp_servers Read read
integration__langsmith__langsmith_get_v1_platform_mcp_vendors_vendor_slug_settings langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_settings Read read
integration__langsmith__langsmith_put_v1_platform_mcp_vendors_vendor_slug_settings langsmith.langsmith_put_v1_platform_mcp_vendors_vendor_slug_settings Write write
integration__langsmith__langsmith_post_v1_platform_mcp_vendors_vendor_slug_settings langsmith.langsmith_post_v1_platform_mcp_vendors_vendor_slug_settings Write write
integration__langsmith__langsmith_delete_v1_platform_mcp_vendors_vendor_slug_settings langsmith.langsmith_delete_v1_platform_mcp_vendors_vendor_slug_settings Write write
integration__langsmith__langsmith_get_v1_platform_mcp_vendors_vendor_slug_tools langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_tools Read read
integration__langsmith__langsmith_post_v1_platform_nps_response langsmith.langsmith_post_v1_platform_nps_response Write write
integration__langsmith__langsmith_post_v1_platform_ops_backfills_restart langsmith.langsmith_post_v1_platform_ops_backfills_restart Write write
integration__langsmith__langsmith_get_v1_platform_orgs_current_access_policies langsmith.langsmith_get_v1_platform_orgs_current_access_policies Read read
integration__langsmith__langsmith_post_v1_platform_orgs_current_access_policies langsmith.langsmith_post_v1_platform_orgs_current_access_policies Write write
integration__langsmith__langsmith_post_v1_platform_orgs_current_access_policies_roles_role_id_access_policies langsmith.langsmith_post_v1_platform_orgs_current_access_policies_roles_role_id_access_policies Write write
integration__langsmith__langsmith_get_v1_platform_orgs_current_access_policies_access_policy_id langsmith.langsmith_get_v1_platform_orgs_current_access_policies_access_policy_id Read read
integration__langsmith__langsmith_delete_v1_platform_orgs_current_access_policies_access_policy_id langsmith.langsmith_delete_v1_platform_orgs_current_access_policies_access_policy_id Write write
integration__langsmith__langsmith_get_v1_platform_orgs_current_data_planes langsmith.langsmith_get_v1_platform_orgs_current_data_planes Read read
integration__langsmith__langsmith_get_v1_platform_orgs_current_info langsmith.langsmith_get_v1_platform_orgs_current_info Read read
integration__langsmith__langsmith_get_v1_platform_orgs_current_members langsmith.langsmith_get_v1_platform_orgs_current_members Read read
integration__langsmith__langsmith_get_v1_platform_orgs_current_scim_tokens langsmith.langsmith_get_v1_platform_orgs_current_scim_tokens Read read
integration__langsmith__langsmith_post_v1_platform_orgs_current_scim_tokens langsmith.langsmith_post_v1_platform_orgs_current_scim_tokens Write write
integration__langsmith__langsmith_get_v1_platform_orgs_current_scim_tokens_scim_token_id langsmith.langsmith_get_v1_platform_orgs_current_scim_tokens_scim_token_id Read read
integration__langsmith__langsmith_delete_v1_platform_orgs_current_scim_tokens_scim_token_id langsmith.langsmith_delete_v1_platform_orgs_current_scim_tokens_scim_token_id Write write
integration__langsmith__langsmith_patch_v1_platform_orgs_current_scim_tokens_scim_token_id langsmith.langsmith_patch_v1_platform_orgs_current_scim_tokens_scim_token_id Write write
integration__langsmith__langsmith_get_v1_platform_sessions_sessionid_agent_versions langsmith.langsmith_get_v1_platform_sessions_sessionid_agent_versions Read read
integration__langsmith__langsmith_get_v1_platform_tools langsmith.langsmith_get_v1_platform_tools Read read
integration__langsmith__langsmith_post_v1_platform_tools langsmith.langsmith_post_v1_platform_tools Write write
integration__langsmith__langsmith_get_v1_platform_tools_id_id langsmith.langsmith_get_v1_platform_tools_id_id Read read
integration__langsmith__langsmith_delete_v1_platform_tools_id_id langsmith.langsmith_delete_v1_platform_tools_id_id Write write
integration__langsmith__langsmith_patch_v1_platform_tools_id_id langsmith.langsmith_patch_v1_platform_tools_id_id Write write
integration__langsmith__langsmith_get_v1_platform_tools_handle langsmith.langsmith_get_v1_platform_tools_handle Read read
integration__langsmith__langsmith_delete_v1_platform_tools_handle langsmith.langsmith_delete_v1_platform_tools_handle Write write
integration__langsmith__langsmith_patch_v1_platform_tools_handle langsmith.langsmith_patch_v1_platform_tools_handle Write write
integration__langsmith__langsmith_post_v2_runs_query langsmith.langsmith_post_v2_runs_query Write write
integration__langsmith__langsmith_get_v2_runs_run_id langsmith.langsmith_get_v2_runs_run_id Read read
integration__langsmith__langsmith_get_v2_sandboxes_boxes langsmith.langsmith_get_v2_sandboxes_boxes Read read
integration__langsmith__langsmith_post_v2_sandboxes_boxes langsmith.langsmith_post_v2_sandboxes_boxes Write write
integration__langsmith__langsmith_post_v2_sandboxes_boxes_batch langsmith.langsmith_post_v2_sandboxes_boxes_batch Write write
integration__langsmith__langsmith_get_v2_sandboxes_boxes_name langsmith.langsmith_get_v2_sandboxes_boxes_name Read read
integration__langsmith__langsmith_delete_v2_sandboxes_boxes_name langsmith.langsmith_delete_v2_sandboxes_boxes_name Write write
integration__langsmith__langsmith_patch_v2_sandboxes_boxes_name langsmith.langsmith_patch_v2_sandboxes_boxes_name Write write
integration__langsmith__langsmith_post_v2_sandboxes_boxes_name_service_url langsmith.langsmith_post_v2_sandboxes_boxes_name_service_url Write write
integration__langsmith__langsmith_post_v2_sandboxes_boxes_name_snapshot langsmith.langsmith_post_v2_sandboxes_boxes_name_snapshot Write write
integration__langsmith__langsmith_post_v2_sandboxes_boxes_name_start langsmith.langsmith_post_v2_sandboxes_boxes_name_start Write write
integration__langsmith__langsmith_get_v2_sandboxes_boxes_name_status langsmith.langsmith_get_v2_sandboxes_boxes_name_status Read read
integration__langsmith__langsmith_post_v2_sandboxes_boxes_name_stop langsmith.langsmith_post_v2_sandboxes_boxes_name_stop Write write
integration__langsmith__langsmith_post_v2_sandboxes_internal_start_name langsmith.langsmith_post_v2_sandboxes_internal_start_name Write write
integration__langsmith__langsmith_get_v2_sandboxes_snapshots langsmith.langsmith_get_v2_sandboxes_snapshots Read read
integration__langsmith__langsmith_post_v2_sandboxes_snapshots langsmith.langsmith_post_v2_sandboxes_snapshots Write write
integration__langsmith__langsmith_get_v2_sandboxes_snapshots_snapshot_id langsmith.langsmith_get_v2_sandboxes_snapshots_snapshot_id Read read
integration__langsmith__langsmith_delete_v2_sandboxes_snapshots_snapshot_id langsmith.langsmith_delete_v2_sandboxes_snapshots_snapshot_id Write write
integration__langsmith__langsmith_get_v2_sandboxes_usage langsmith.langsmith_get_v2_sandboxes_usage Read read
integration__langsmith__langsmith_post_v2_threads_query langsmith.langsmith_post_v2_threads_query Write write
integration__langsmith__langsmith_get_v2_threads_thread_id_traces langsmith.langsmith_get_v2_threads_thread_id_traces Read read
integration__langsmith__langsmith_get_v2_traces_trace_id_runs langsmith.langsmith_get_v2_traces_trace_id_runs Read read
integration__langsmith__langsmith_get_workspaces_current_ttl_settings langsmith.langsmith_get_workspaces_current_ttl_settings Read read
integration__langsmith__langsmith_put_workspaces_current_ttl_settings langsmith.langsmith_put_workspaces_current_ttl_settings Write write

Write Access

Start with --write=deny for read-only MCP clients. Use --write=ask or --write=allow only when the client and workspace are trusted.