KosmoKrator

analytics

LangSmith MCP, CLI, and Lua Integration for AI Agents

LangSmith integration docs for AI agents: MCP gateway setup, LangSmith CLI commands, Lua API reference, credentials, and function schemas.

LangSmith for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
langsmith.langsmith_get_server_info Read read 0 Get Server Info (GET /api/v1/info).
langsmith.langsmith_get_health_info Read read 0 Get Health Info (GET /api/v1/info/health).
langsmith.langsmith_get_queue_metrics Read read 0 Get Queue Metrics (GET /api/v1/metrics/queue/{queue_name}).
langsmith.langsmith_get_tracing_project_prebuilt_dashboard Write write 0 Get Tracing Project Prebuilt Dashboard (POST /api/v1/sessions/{session_id}/dashboard).
langsmith.langsmith_read_tracer_session Read read 0 Read Tracer Session (GET /api/v1/sessions/{session_id}).
langsmith.langsmith_update_tracer_session Write write 0 Update Tracer Session (PATCH /api/v1/sessions/{session_id}).
langsmith.langsmith_delete_tracer_session Write write 0 Delete Tracer Session (DELETE /api/v1/sessions/{session_id}).
langsmith.langsmith_read_tracer_sessions Read read 0 Read Tracer Sessions (GET /api/v1/sessions).
langsmith.langsmith_create_tracer_session Write write 0 Create Tracer Session (POST /api/v1/sessions).
langsmith.langsmith_delete_tracer_sessions Write write 0 Delete Tracer Sessions (DELETE /api/v1/sessions).
langsmith.langsmith_read_tracer_sessions_runs_metadata Read read 0 Read Tracer Sessions Runs Metadata (GET /api/v1/sessions/{session_id}/metadata).
langsmith.langsmith_read_filter_views Read read 0 Read Filter Views (GET /api/v1/sessions/{session_id}/views).
langsmith.langsmith_create_filter_view Write write 0 Create Filter View (POST /api/v1/sessions/{session_id}/views).
langsmith.langsmith_read_filter_view Read read 0 Read Filter View (GET /api/v1/sessions/{session_id}/views/{view_id}).
langsmith.langsmith_update_filter_view Write write 0 Update Filter View (PATCH /api/v1/sessions/{session_id}/views/{view_id}).
langsmith.langsmith_delete_filter_view Write write 0 Delete Filter View (DELETE /api/v1/sessions/{session_id}/views/{view_id}).
langsmith.langsmith_rename_filter_view Write write 0 Rename Filter View (PATCH /api/v1/sessions/{session_id}/views/{view_id}/rename).
langsmith.langsmith_beta_get_insights_jobs Read read 0 [Beta] Get Insights Jobs (GET /api/v1/sessions/{session_id}/insights).
langsmith.langsmith_beta_create_insights_job Write write 0 [Beta] Create Insights Job (POST /api/v1/sessions/{session_id}/insights).
langsmith.langsmith_beta_get_insights_job_configs Read read 0 [Beta] Get Insights Job Configs (GET /api/v1/sessions/{session_id}/insights/configs).
langsmith.langsmith_beta_create_insights_job_config Write write 0 [Beta] Create Insights Job Config (POST /api/v1/sessions/{session_id}/insights/configs).
langsmith.langsmith_beta_auto_generate_insights_job_config Write write 0 [Beta] Auto-Generate Insights Job Config (POST /api/v1/sessions/{session_id}/insights/configs/generate).
langsmith.langsmith_beta_update_insights_job_config Write write 0 [Beta] Update Insights Job Config (PATCH /api/v1/sessions/{session_id}/insights/configs/{config_id}).
langsmith.langsmith_beta_delete_insights_job_config Write write 0 [Beta] Delete Insights Job Config (DELETE /api/v1/sessions/{session_id}/insights/configs/{config_id}).
langsmith.langsmith_beta_get_insights_job Read read 0 [Beta] Get Insights Job (GET /api/v1/sessions/{session_id}/insights/{job_id}).
langsmith.langsmith_beta_update_insights_job Write write 0 [Beta] Update Insights Job (PATCH /api/v1/sessions/{session_id}/insights/{job_id}).
langsmith.langsmith_beta_delete_insights_job Write write 0 [Beta] Delete Insights Job (DELETE /api/v1/sessions/{session_id}/insights/{job_id}).
langsmith.langsmith_beta_get_run_cluster_from_insights_job Read read 0 [Beta] Get Run Cluster From Insights Job (GET /api/v1/sessions/{session_id}/insights/{job_id}/clusters/{cluster_id}).
langsmith.langsmith_beta_get_runs_from_insights_job Read read 0 [Beta] Get Runs From Insights Job (GET /api/v1/sessions/{session_id}/insights/{job_id}/runs).
langsmith.langsmith_create_workspace Write write 0 Create Workspace (POST /api/v1/workspaces).
langsmith.langsmith_list_workspaces Read read 0 List Workspaces (GET /api/v1/workspaces).
langsmith.langsmith_patch_workspace Write write 0 Patch Workspace (PATCH /api/v1/workspaces/{workspace_id}).
langsmith.langsmith_delete_workspace Write write 0 Delete Workspace (DELETE /api/v1/workspaces/{workspace_id}).
langsmith.langsmith_get_current_workspace_stats Read read 0 Get Current Workspace Stats (GET /api/v1/workspaces/current/stats).
langsmith.langsmith_get_current_workspace_usage_limits_info Read read 0 Get Current Workspace Usage Limits Info (GET /api/v1/workspaces/current/usage_limits).
langsmith.langsmith_get_shared_tokens Read read 0 Get Shared Tokens (GET /api/v1/workspaces/current/shared).
langsmith.langsmith_bulk_unshare_entities Write write 0 Bulk Unshare Entities (DELETE /api/v1/workspaces/current/shared).
langsmith.langsmith_list_current_workspace_secrets Read read 0 List Current Workspace Secrets (GET /api/v1/workspaces/current/secrets).
langsmith.langsmith_upsert_current_workspace_secrets Write write 0 Upsert Current Workspace Secrets (POST /api/v1/workspaces/current/secrets).
langsmith.langsmith_get_current_workspace_encrypted_secrets Read read 0 Get Current Workspace Encrypted Secrets (GET /api/v1/workspaces/current/secrets/encrypted).
langsmith.langsmith_list_tag_keys Read read 0 List Tag Keys (GET /api/v1/workspaces/current/tag-keys).
langsmith.langsmith_create_tag_key Write write 0 Create Tag Key (POST /api/v1/workspaces/current/tag-keys).
langsmith.langsmith_update_tag_key Write write 0 Update Tag Key (PATCH /api/v1/workspaces/current/tag-keys/{tag_key_id}).
langsmith.langsmith_get_tag_key Read read 0 Get Tag Key (GET /api/v1/workspaces/current/tag-keys/{tag_key_id}).
langsmith.langsmith_delete_tag_key Write write 0 Delete Tag Key (DELETE /api/v1/workspaces/current/tag-keys/{tag_key_id}).
langsmith.langsmith_create_tag_value Write write 0 Create Tag Value (POST /api/v1/workspaces/current/tag-keys/{tag_key_id}/tag-values).
langsmith.langsmith_list_tag_values Read read 0 List Tag Values (GET /api/v1/workspaces/current/tag-keys/{tag_key_id}/tag-values).
langsmith.langsmith_get_tag_value Read read 0 Get Tag Value (GET /api/v1/workspaces/current/tag-keys/{tag_key_id}/tag-values/{tag_value_id}).
langsmith.langsmith_update_tag_value Write write 0 Update Tag Value (PATCH /api/v1/workspaces/current/tag-keys/{tag_key_id}/tag-values/{tag_value_id}).
langsmith.langsmith_delete_tag_value Write write 0 Delete Tag Value (DELETE /api/v1/workspaces/current/tag-keys/{tag_key_id}/tag-values/{tag_value_id}).
langsmith.langsmith_create_tagging Write write 0 Create Tagging (POST /api/v1/workspaces/current/taggings).
langsmith.langsmith_list_taggings Read read 0 List Taggings (GET /api/v1/workspaces/current/taggings).
langsmith.langsmith_delete_tagging Write write 0 Delete Tagging (DELETE /api/v1/workspaces/current/taggings/{tagging_id}).
langsmith.langsmith_list_tags Read read 0 List Tags (GET /api/v1/workspaces/current/tags).
langsmith.langsmith_list_tags_for_resource Read read 0 List Tags For Resource (GET /api/v1/workspaces/current/tags/resource).
langsmith.langsmith_list_tags_for_resources Write write 0 List Tags For Resources (POST /api/v1/workspaces/current/tags/resources).
langsmith.langsmith_get_audit_logs Read read 0 Get Audit Logs (GET /api/v1/audit-logs).
langsmith.langsmith_list_ttl_settings Read read 0 List Ttl Settings (GET /api/v1/ttl-settings).
langsmith.langsmith_upsert_ttl_settings Write write 0 Upsert Ttl Settings (PUT /api/v1/ttl-settings).
langsmith.langsmith_get_api_v1_orgs_ttl_settings Read read 0 List Ttl Settings (GET /api/v1/orgs/ttl-settings).
langsmith.langsmith_put_api_v1_orgs_ttl_settings Write write 0 Upsert Ttl Settings (PUT /api/v1/orgs/ttl-settings).
langsmith.langsmith_count_examples Read read 0 Count Examples (GET /api/v1/examples/count).
langsmith.langsmith_read_example Read read 0 Read Example (GET /api/v1/examples/{example_id}).
langsmith.langsmith_update_example Write write 0 Update Example (PATCH /api/v1/examples/{example_id}).
langsmith.langsmith_delete_example Write write 0 Delete Example (DELETE /api/v1/examples/{example_id}).
langsmith.langsmith_read_examples Read read 0 Read Examples (GET /api/v1/examples).
langsmith.langsmith_create_example Write write 0 Create Example (POST /api/v1/examples).
langsmith.langsmith_delete_examples Write write 0 Delete Examples (DELETE /api/v1/examples).
langsmith.langsmith_create_examples Write write 0 Create Examples (POST /api/v1/examples/bulk).
langsmith.langsmith_legacy_update_examples Write write 0 Legacy Update Examples (PATCH /api/v1/examples/bulk).
langsmith.langsmith_upload_examples_from_csv Write write 0 Upload Examples From Csv (POST /api/v1/examples/upload/{dataset_id}).
langsmith.langsmith_validate_example Write write 0 Validate Example (POST /api/v1/examples/validate).
langsmith.langsmith_validate_examples Write write 0 Validate Examples (POST /api/v1/examples/validate/bulk).
langsmith.langsmith_read_datasets Read read 0 Read Datasets (GET /api/v1/datasets).
langsmith.langsmith_create_dataset Write write 0 Create Dataset (POST /api/v1/datasets).
langsmith.langsmith_delete_datasets Write write 0 Delete Datasets (DELETE /api/v1/datasets).
langsmith.langsmith_read_datasets_stream Read read 0 Read Datasets Stream (GET /api/v1/datasets/stream).
langsmith.langsmith_read_dataset Read read 0 Read Dataset (GET /api/v1/datasets/{dataset_id}).
langsmith.langsmith_delete_dataset Write write 0 Delete Dataset (DELETE /api/v1/datasets/{dataset_id}).
langsmith.langsmith_update_dataset Write write 0 Update Dataset (PATCH /api/v1/datasets/{dataset_id}).
langsmith.langsmith_upload_csv_dataset Write write 0 Upload Csv Dataset (POST /api/v1/datasets/upload).
langsmith.langsmith_upload_experiment Write write 0 Upload Experiment (POST /api/v1/datasets/upload-experiment).
langsmith.langsmith_get_dataset_versions Read read 0 Get Dataset Versions (GET /api/v1/datasets/{dataset_id}/versions).
langsmith.langsmith_diff_dataset_versions Read read 0 Diff Dataset Versions (GET /api/v1/datasets/{dataset_id}/versions/diff).
langsmith.langsmith_get_dataset_version Read read 0 Get Dataset Version (GET /api/v1/datasets/{dataset_id}/version).
langsmith.langsmith_update_dataset_version Write write 0 Update Dataset Version (PUT /api/v1/datasets/{dataset_id}/tags).
langsmith.langsmith_download_dataset_openai Read read 0 Download Dataset Openai (GET /api/v1/datasets/{dataset_id}/openai).
langsmith.langsmith_download_dataset_openai_ft Read read 0 Download Dataset Openai Ft (GET /api/v1/datasets/{dataset_id}/openai_ft).
langsmith.langsmith_download_dataset_csv Read read 0 Download Dataset Csv (GET /api/v1/datasets/{dataset_id}/csv).
langsmith.langsmith_download_dataset_jsonl Read read 0 Download Dataset Jsonl (GET /api/v1/datasets/{dataset_id}/jsonl).
langsmith.langsmith_read_examples_with_runs Write write 0 Read Examples With Runs (POST /api/v1/datasets/{dataset_id}/runs).
langsmith.langsmith_read_examples_with_runs_grouped Write write 0 Read Examples With Runs Grouped (POST /api/v1/datasets/{dataset_id}/group/runs).
langsmith.langsmith_read_delta Write write 0 Read Delta (POST /api/v1/datasets/{dataset_id}/runs/delta).
langsmith.langsmith_read_delta_stream Write write 0 Read Delta Stream (POST /api/v1/datasets/{dataset_id}/runs/delta/stream).
langsmith.langsmith_read_grouped_experiments Write write 0 Read Grouped Experiments (POST /api/v1/datasets/{dataset_id}/experiments/grouped).
langsmith.langsmith_read_dataset_share_state Read read 0 Read Dataset Share State (GET /api/v1/datasets/{dataset_id}/share).
langsmith.langsmith_share_dataset Write write 0 Share Dataset (PUT /api/v1/datasets/{dataset_id}/share).
langsmith.langsmith_unshare_dataset Write write 0 Unshare Dataset (DELETE /api/v1/datasets/{dataset_id}/share).
langsmith.langsmith_read_comparative_experiments Read read 0 Read Comparative Experiments (GET /api/v1/datasets/{dataset_id}/comparative).
langsmith.langsmith_create_comparative_experiment Write write 0 Create Comparative Experiment (POST /api/v1/datasets/comparative).
langsmith.langsmith_delete_comparative_experiment Write write 0 Delete Comparative Experiment (DELETE /api/v1/datasets/comparative/{comparative_experiment_id}).
langsmith.langsmith_clone_dataset Write write 0 Clone Dataset (POST /api/v1/datasets/clone).
langsmith.langsmith_get_dataset_splits Read read 0 Get Dataset Splits (GET /api/v1/datasets/{dataset_id}/splits).
langsmith.langsmith_update_dataset_splits Write write 0 Update Dataset Splits (PUT /api/v1/datasets/{dataset_id}/splits).
langsmith.langsmith_generate Write write 0 Generate (POST /api/v1/datasets/{dataset_id}/generate).
langsmith.langsmith_dataset_handler Write write 0 Dataset Handler (POST /api/v1/datasets/playground_experiment/batch).
langsmith.langsmith_stream_dataset_handler Write write 0 Stream Dataset Handler (POST /api/v1/datasets/playground_experiment/stream).
langsmith.langsmith_studio_experiment Write write 0 Studio Experiment (POST /api/v1/datasets/studio_experiment).
langsmith.langsmith_list_rules Read read 0 List Rules (GET /api/v1/runs/rules).
langsmith.langsmith_create_rule Write write 0 Create Rule (POST /api/v1/runs/rules).
langsmith.langsmith_validate_rule Write write 0 Validate Rule (POST /api/v1/runs/rules/validate).
langsmith.langsmith_update_rule Write write 0 Update Rule (PATCH /api/v1/runs/rules/{rule_id}).
langsmith.langsmith_delete_rule Write write 0 Delete Rule (DELETE /api/v1/runs/rules/{rule_id}).
langsmith.langsmith_thread_preview Read read 0 Thread Preview (GET /api/v1/runs/threads/{thread_id}).
langsmith.langsmith_list_rule_logs Read read 0 List Rule Logs (GET /api/v1/runs/rules/{rule_id}/logs).
langsmith.langsmith_list_rule_logs_v2 Read read 0 List Rule Logs V2 (GET /api/v1/runs/rules/{rule_id}/logs/v2).
langsmith.langsmith_get_last_applied_rule Read read 0 Get Last Applied Rule (GET /api/v1/runs/rules/{rule_id}/last_applied).
langsmith.langsmith_trigger_rule Write write 0 Trigger Rule (POST /api/v1/runs/rules/{rule_id}/trigger).
langsmith.langsmith_trigger_rules Write write 0 Trigger Rules (POST /api/v1/runs/rules/trigger).
langsmith.langsmith_read_run Read read 0 Read Run (GET /api/v1/runs/{run_id}).
langsmith.langsmith_update_run Write write 0 Update Run (PATCH /api/v1/runs/{run_id}).
langsmith.langsmith_read_run_share_state Read read 0 Read Run Share State (GET /api/v1/runs/{run_id}/share).
langsmith.langsmith_share_run Write write 0 Share Run (PUT /api/v1/runs/{run_id}/share).
langsmith.langsmith_unshare_run Write write 0 Unshare Run (DELETE /api/v1/runs/{run_id}/share).
langsmith.langsmith_validate_runs_query Write write 0 Validate Runs Query (POST /api/v1/runs/query/validate).
langsmith.langsmith_query_runs Write write 0 Query Runs (POST /api/v1/runs/query).
langsmith.langsmith_generate_query_for_runs Write write 0 Generate Query For Runs (POST /api/v1/runs/generate-query).
langsmith.langsmith_stats_runs Write write 0 Stats Runs (POST /api/v1/runs/stats).
langsmith.langsmith_group_runs Write write 0 Group Runs (POST /api/v1/runs/group).
langsmith.langsmith_stats_group_runs Write write 0 Stats Group Runs (POST /api/v1/runs/group/stats).
langsmith.langsmith_delete_runs_abac Write write 0 Delete Runs Abac (POST /api/v1/runs/delete/traces).
langsmith.langsmith_delete_runs Write write 0 Delete Runs (POST /api/v1/runs/delete).
langsmith.langsmith_evaluate_experiment_adhoc Write write 0 Evaluate Experiment Adhoc (POST /api/v1/runs/experiments/{experiment_id}/evaluate).
langsmith.langsmith_create_feedback_formula_ep Write write 0 Create Feedback Formula Ep (POST /api/v1/feedback/formulas).
langsmith.langsmith_list_feedback_formula_ep Read read 0 List Feedback Formula Ep (GET /api/v1/feedback/formulas).
langsmith.langsmith_get_feedback_formula_ep Read read 0 Get Feedback Formula Ep (GET /api/v1/feedback/formulas/{feedback_formula_id}).
langsmith.langsmith_update_feedback_formula_ep Write write 0 Update Feedback Formula Ep (PUT /api/v1/feedback/formulas/{feedback_formula_id}).
langsmith.langsmith_delete_feedback_formula_endpoint Write write 0 Delete Feedback Formula Endpoint (DELETE /api/v1/feedback/formulas/{feedback_formula_id}).
langsmith.langsmith_read_feedback Read read 0 Read Feedback (GET /api/v1/feedback/{feedback_id}).
langsmith.langsmith_update_feedback Write write 0 Update Feedback (PATCH /api/v1/feedback/{feedback_id}).
langsmith.langsmith_delete_feedback Write write 0 Delete Feedback (DELETE /api/v1/feedback/{feedback_id}).
langsmith.langsmith_read_feedbacks Read read 0 Read Feedbacks (GET /api/v1/feedback).
langsmith.langsmith_create_feedback Write write 0 Create Feedback (POST /api/v1/feedback).
langsmith.langsmith_eagerly_create_feedback Write write 0 Eagerly Create Feedback (POST /api/v1/feedback/eager).
langsmith.langsmith_create_feedback_ingest_token Write write 0 Create Feedback Ingest Token (POST /api/v1/feedback/tokens).
langsmith.langsmith_list_feedback_ingest_tokens Read read 0 List Feedback Ingest Tokens (GET /api/v1/feedback/tokens).
langsmith.langsmith_create_feedback_with_token_get Read read 0 Create Feedback With Token Get (GET /api/v1/feedback/tokens/{token}).
langsmith.langsmith_create_feedback_with_token_post Write write 0 Create Feedback With Token Post (POST /api/v1/feedback/tokens/{token}).
langsmith.langsmith_get_shared_run Read read 0 Get Shared Run (GET /api/v1/public/{share_token}/run).
langsmith.langsmith_get_shared_run_by_id Read read 0 Get Shared Run By Id (GET /api/v1/public/{share_token}/run/{id}).
langsmith.langsmith_query_shared_runs Write write 0 Query Shared Runs (POST /api/v1/public/{share_token}/runs/query).
langsmith.langsmith_read_shared_feedbacks Read read 0 Read Shared Feedbacks (GET /api/v1/public/{share_token}/feedbacks).
langsmith.langsmith_read_shared_dataset Read read 0 Read Shared Dataset (GET /api/v1/public/{share_token}/datasets).
langsmith.langsmith_count_shared_examples Read read 0 Count Shared Examples (GET /api/v1/public/{share_token}/examples/count).
langsmith.langsmith_read_shared_examples Read read 0 Read Shared Examples (GET /api/v1/public/{share_token}/examples).
langsmith.langsmith_read_shared_dataset_tracer_sessions Read read 0 Read Shared Dataset Tracer Sessions (GET /api/v1/public/{share_token}/datasets/sessions).
langsmith.langsmith_read_shared_dataset_tracer_sessions_bulk Read read 0 Read Shared Dataset Tracer Sessions Bulk (GET /api/v1/public/datasets/sessions-bulk).
langsmith.langsmith_read_shared_dataset_examples_with_runs Write write 0 Read Shared Dataset Examples With Runs (POST /api/v1/public/{share_token}/examples/runs).
langsmith.langsmith_read_shared_delta Write write 0 Read Shared Delta (POST /api/v1/public/{share_token}/datasets/runs/delta).
langsmith.langsmith_read_shared_delta_stream Write write 0 Read Shared Delta Stream (POST /api/v1/public/{share_token}/datasets/runs/delta/stream).
langsmith.langsmith_query_shared_dataset_runs Write write 0 Query Shared Dataset Runs (POST /api/v1/public/{share_token}/datasets/runs/query).
langsmith.langsmith_generate_query_for_shared_dataset_runs Write write 0 Generate Query For Shared Dataset Runs (POST /api/v1/public/{share_token}/datasets/runs/generate-query).
langsmith.langsmith_stats_shared_dataset_runs Write write 0 Stats Shared Dataset Runs (POST /api/v1/public/{share_token}/datasets/runs/stats).
langsmith.langsmith_read_shared_dataset_run Read read 0 Read Shared Dataset Run (GET /api/v1/public/{share_token}/datasets/runs/{run_id}).
langsmith.langsmith_read_shared_dataset_feedback Read read 0 Read Shared Dataset Feedback (GET /api/v1/public/{share_token}/datasets/feedback).
langsmith.langsmith_read_shared_comparative_experiments Read read 0 Read Shared Comparative Experiments (GET /api/v1/public/{share_token}/datasets/comparative).
langsmith.langsmith_get_message_json_schema Read read 0 Get Message Json Schema (GET /api/v1/public/schemas/{version}/message.json).
langsmith.langsmith_get_tool_def_json_schema Read read 0 Get Tool Def Json Schema (GET /api/v1/public/schemas/{version}/tooldef.json).
langsmith.langsmith_get_annotation_queues Read read 0 Get Annotation Queues (GET /api/v1/annotation-queues).
langsmith.langsmith_create_annotation_queue Write write 0 Create Annotation Queue (POST /api/v1/annotation-queues).
langsmith.langsmith_delete_annotation_queues Write write 0 Delete Annotation Queues (DELETE /api/v1/annotation-queues).
langsmith.langsmith_populate_annotation_queue Write write 0 Populate Annotation Queue (POST /api/v1/annotation-queues/populate).
langsmith.langsmith_delete_annotation_queue Write write 0 Delete Annotation Queue (DELETE /api/v1/annotation-queues/{queue_id}).
langsmith.langsmith_update_annotation_queue Write write 0 Update Annotation Queue (PATCH /api/v1/annotation-queues/{queue_id}).
langsmith.langsmith_get_annotation_queue Read read 0 Get Annotation Queue (GET /api/v1/annotation-queues/{queue_id}).
langsmith.langsmith_add_runs_to_annotation_queue Write write 0 Add Runs To Annotation Queue (POST /api/v1/annotation-queues/{queue_id}/runs).
langsmith.langsmith_get_runs_from_annotation_queue Read read 0 Get Runs From Annotation Queue (GET /api/v1/annotation-queues/{queue_id}/runs).
langsmith.langsmith_add_runs_to_annotation_queue_by_key Write write 0 Add Runs To Annotation Queue By Key (POST /api/v1/annotation-queues/{queue_id}/runs/by-key).
langsmith.langsmith_export_annotation_queue_archived_runs Write write 0 Export Annotation Queue Archived Runs (POST /api/v1/annotation-queues/{queue_id}/export).
langsmith.langsmith_get_run_from_annotation_queue Read read 0 Get Run From Annotation Queue (GET /api/v1/annotation-queues/{queue_id}/run/{index}).
langsmith.langsmith_get_annotation_queues_for_run Read read 0 Get Annotation Queues For Run (GET /api/v1/annotation-queues/{run_id}/queues).
langsmith.langsmith_update_run_in_annotation_queue Write write 0 Update Run In Annotation Queue (PATCH /api/v1/annotation-queues/{queue_id}/runs/{queue_run_id}).
langsmith.langsmith_delete_run_from_annotation_queue Write write 0 Delete Run From Annotation Queue (DELETE /api/v1/annotation-queues/{queue_id}/runs/{queue_run_id}).
langsmith.langsmith_delete_runs_from_annotation_queue Write write 0 Delete Runs From Annotation Queue (POST /api/v1/annotation-queues/{queue_id}/runs/delete).
langsmith.langsmith_get_total_size_from_annotation_queue Read read 0 Get Total Size From Annotation Queue (GET /api/v1/annotation-queues/{queue_id}/total_size).
langsmith.langsmith_get_total_archived_from_annotation_queue Read read 0 Get Total Archived From Annotation Queue (GET /api/v1/annotation-queues/{queue_id}/total_archived).
langsmith.langsmith_get_size_from_annotation_queue Read read 0 Get Size From Annotation Queue (GET /api/v1/annotation-queues/{queue_id}/size).
langsmith.langsmith_create_identity_annotation_queue_run_status Write write 0 Create Identity Annotation Queue Run Status (POST /api/v1/annotation-queues/status/{annotation_queue_run_id}).
langsmith.langsmith_resolve_annotation_queue_run Read read 0 Resolve Annotation Queue Run (GET /api/v1/annotation-queues/{queue_id}/runs/resolve/{queue_run_id}).
langsmith.langsmith_execute Write write 0 Execute (POST /api/v1/ace/execute).
langsmith.langsmith_get_bulk_exports Read read 0 Get Bulk Exports (GET /api/v1/bulk-exports).
langsmith.langsmith_create_bulk_export Write write 0 Create Bulk Export (POST /api/v1/bulk-exports).
langsmith.langsmith_get_bulk_export_destinations Read read 0 Get Bulk Export Destinations (GET /api/v1/bulk-exports/destinations).
langsmith.langsmith_create_bulk_export_destination Write write 0 Create Bulk Export Destination (POST /api/v1/bulk-exports/destinations).
langsmith.langsmith_get_bulk_export_runs_filtered Read read 0 Get Bulk Export Runs Filtered (GET /api/v1/bulk-exports/runs).
langsmith.langsmith_get_bulk_export Read read 0 Get Bulk Export (GET /api/v1/bulk-exports/{bulk_export_id}).
langsmith.langsmith_cancel_bulk_export Write write 0 Cancel Bulk Export (PATCH /api/v1/bulk-exports/{bulk_export_id}).
langsmith.langsmith_get_bulk_export_destination Read read 0 Get Bulk Export Destination (GET /api/v1/bulk-exports/destinations/{destination_id}).
langsmith.langsmith_update_bulk_export_destination Write write 0 Update Bulk Export Destination (PATCH /api/v1/bulk-exports/destinations/{destination_id}).
langsmith.langsmith_get_bulk_export_runs Read read 0 Get Bulk Export Runs (GET /api/v1/bulk-exports/{bulk_export_id}/runs).
langsmith.langsmith_get_bulk_export_run Read read 0 Get Bulk Export Run (GET /api/v1/bulk-exports/{bulk_export_id}/runs/{run_id}).
langsmith.langsmith_list_feedback_configs_endpoint Read read 0 List Feedback Configs Endpoint (GET /api/v1/feedback-configs).
langsmith.langsmith_create_feedback_config_endpoint Write write 0 Create Feedback Config Endpoint (POST /api/v1/feedback-configs).
langsmith.langsmith_update_feedback_config_endpoint Write write 0 Update Feedback Config Endpoint (PATCH /api/v1/feedback-configs).
langsmith.langsmith_delete_feedback_config_endpoint Write write 0 Delete Feedback Config Endpoint (DELETE /api/v1/feedback-configs).
langsmith.langsmith_read_model_price_map Read read 0 Read Model Price Map (GET /api/v1/model-price-map).
langsmith.langsmith_create_new_model_price Write write 0 Create New Model Price (POST /api/v1/model-price-map).
langsmith.langsmith_update_model_price Write write 0 Update Model Price (PUT /api/v1/model-price-map/{id}).
langsmith.langsmith_delete_model_price Write write 0 Delete Model Price (DELETE /api/v1/model-price-map/{id}).
langsmith.langsmith_list_usage_limits Read read 0 List Usage Limits (GET /api/v1/usage-limits).
langsmith.langsmith_upsert_usage_limit Write write 0 Upsert Usage Limit (PUT /api/v1/usage-limits).
langsmith.langsmith_list_org_usage_limits Read read 0 List Org Usage Limits (GET /api/v1/usage-limits/org).
langsmith.langsmith_delete_usage_limit Write write 0 Delete Usage Limit (DELETE /api/v1/usage-limits/{usage_limit_id}).
langsmith.langsmith_invoke_prompt Write write 0 Invoke Prompt (POST /api/v1/prompts/invoke_prompt).
langsmith.langsmith_prompt_canvas Write write 0 Prompt Canvas (POST /api/v1/prompts/canvas).
langsmith.langsmith_list_prompt_webhooks Read read 0 List Prompt Webhooks (GET /api/v1/prompt-webhooks).
langsmith.langsmith_create_prompt_webhook Write write 0 Create Prompt Webhook (POST /api/v1/prompt-webhooks).
langsmith.langsmith_get_prompt_webhook Read read 0 Get Prompt Webhook (GET /api/v1/prompt-webhooks/{webhook_id}).
langsmith.langsmith_update_prompt_webhook Write write 0 Update Prompt Webhook (PATCH /api/v1/prompt-webhooks/{webhook_id}).
langsmith.langsmith_delete_prompt_webhook Write write 0 Delete Prompt Webhook (DELETE /api/v1/prompt-webhooks/{webhook_id}).
langsmith.langsmith_test_prompt_webhook Write write 0 Test Prompt Webhook (POST /api/v1/prompt-webhooks/test).
langsmith.langsmith_list_playground_settings Read read 0 List Playground Settings (GET /api/v1/playground-settings).
langsmith.langsmith_create_playground_settings Write write 0 Create Playground Settings (POST /api/v1/playground-settings).
langsmith.langsmith_get_playground_settings Read read 0 Get Playground Settings (GET /api/v1/playground-settings/{playground_settings_id}).
langsmith.langsmith_update_playground_settings Write write 0 Update Playground Settings (PATCH /api/v1/playground-settings/{playground_settings_id}).
langsmith.langsmith_delete_playground_settings Write write 0 Delete Playground Settings (DELETE /api/v1/playground-settings/{playground_settings_id}).
langsmith.langsmith_clone_section Write write 0 Clone Section (POST /api/v1/charts/section/clone).
langsmith.langsmith_read_sections Read read 0 Read Sections (GET /api/v1/charts/section).
langsmith.langsmith_create_section Write write 0 Create Section (POST /api/v1/charts/section).
langsmith.langsmith_read_charts Write write 0 Read Charts (POST /api/v1/charts).
langsmith.langsmith_read_chart_preview Write write 0 Read Chart Preview (POST /api/v1/charts/preview).
langsmith.langsmith_create_chart Write write 0 Create Chart (POST /api/v1/charts/create).
langsmith.langsmith_read_single_chart Write write 0 Read Single Chart (POST /api/v1/charts/{chart_id}).
langsmith.langsmith_update_chart Write write 0 Update Chart (PATCH /api/v1/charts/{chart_id}).
langsmith.langsmith_delete_chart Write write 0 Delete Chart (DELETE /api/v1/charts/{chart_id}).
langsmith.langsmith_read_single_section Write write 0 Read Single Section (POST /api/v1/charts/section/{section_id}).
langsmith.langsmith_update_section Write write 0 Update Section (PATCH /api/v1/charts/section/{section_id}).
langsmith.langsmith_delete_section Write write 0 Delete Section (DELETE /api/v1/charts/section/{section_id}).
langsmith.langsmith_org_read_sections Read read 0 Org Read Sections (GET /api/v1/org-charts/section).
langsmith.langsmith_org_create_section Write write 0 Org Create Section (POST /api/v1/org-charts/section).
langsmith.langsmith_org_read_charts Write write 0 Org Read Charts (POST /api/v1/org-charts).
langsmith.langsmith_org_read_chart_preview Write write 0 Org Read Chart Preview (POST /api/v1/org-charts/preview).
langsmith.langsmith_org_create_chart Write write 0 Org Create Chart (POST /api/v1/org-charts/create).
langsmith.langsmith_org_read_single_chart Write write 0 Org Read Single Chart (POST /api/v1/org-charts/{chart_id}).
langsmith.langsmith_org_update_chart Write write 0 Org Update Chart (PATCH /api/v1/org-charts/{chart_id}).
langsmith.langsmith_org_delete_chart Write write 0 Org Delete Chart (DELETE /api/v1/org-charts/{chart_id}).
langsmith.langsmith_org_read_single_section Write write 0 Org Read Single Section (POST /api/v1/org-charts/section/{section_id}).
langsmith.langsmith_org_update_section Write write 0 Org Update Section (PATCH /api/v1/org-charts/section/{section_id}).
langsmith.langsmith_org_delete_section Write write 0 Org Delete Section (DELETE /api/v1/org-charts/section/{section_id}).
langsmith.langsmith_get_tools Read read 0 Get Tools (GET /api/v1/mcp/tools).
langsmith.langsmith_invalidate_tools_cache Write write 0 Invalidate Tools Cache (DELETE /api/v1/mcp/tools).
langsmith.langsmith_proxy_get Read read 0 Proxy Get (GET /api/v1/mcp/proxy).
langsmith.langsmith_proxy Write write 0 Proxy (POST /api/v1/mcp/proxy).
langsmith.langsmith_list_organizations Read read 0 List Organizations (GET /api/v1/orgs).
langsmith.langsmith_create_organization Write write 0 Create Organization (POST /api/v1/orgs).
langsmith.langsmith_create_customers_and_get_stripe_setup_intent Write write 0 Create Customers And Get Stripe Setup Intent (POST /api/v1/orgs/current/setup).
langsmith.langsmith_get_organization_info Read read 0 Get Organization Info (GET /api/v1/orgs/current).
langsmith.langsmith_get_current_organization_info Read read 0 Get Current Organization Info (GET /api/v1/orgs/current/info).
langsmith.langsmith_update_current_organization_info Write write 0 Update Current Organization Info (PATCH /api/v1/orgs/current/info).
langsmith.langsmith_get_organization_billing_info Read read 0 Get Organization Billing Info (GET /api/v1/orgs/current/billing).
langsmith.langsmith_get_dashboard Read read 0 Get Dashboard (GET /api/v1/orgs/current/dashboard).
langsmith.langsmith_on_payment_method_created Write write 0 On Payment Method Created (POST /api/v1/orgs/current/payment-method).
langsmith.langsmith_get_company_info Read read 0 Get Company Info (GET /api/v1/orgs/current/business-info).
langsmith.langsmith_set_company_info Write write 0 Set Company Info (POST /api/v1/orgs/current/business-info).
langsmith.langsmith_change_payment_plan Write write 0 Change Payment Plan (POST /api/v1/orgs/current/plan).
langsmith.langsmith_list_organization_roles Read read 0 List Organization Roles (GET /api/v1/orgs/current/roles).
langsmith.langsmith_create_organization_roles Write write 0 Create Organization Roles (POST /api/v1/orgs/current/roles).
langsmith.langsmith_delete_organization_roles Write write 0 Delete Organization Roles (DELETE /api/v1/orgs/current/roles/{role_id}).
langsmith.langsmith_update_organization_roles Write write 0 Update Organization Roles (PATCH /api/v1/orgs/current/roles/{role_id}).
langsmith.langsmith_list_permissions Read read 0 List Permissions (GET /api/v1/orgs/permissions).
langsmith.langsmith_list_pending_organization_invites Read read 0 List Pending Organization Invites (GET /api/v1/orgs/pending).
langsmith.langsmith_get_current_org_members Read read 0 Get Current Org Members (GET /api/v1/orgs/current/members).
langsmith.langsmith_add_member_to_current_org Write write 0 Add Member To Current Org (POST /api/v1/orgs/current/members).
langsmith.langsmith_get_current_active_org_members Read read 0 Get Current Active Org Members (GET /api/v1/orgs/current/members/active).
langsmith.langsmith_get_current_pending_org_members Read read 0 Get Current Pending Org Members (GET /api/v1/orgs/current/members/pending).
langsmith.langsmith_add_members_to_current_org_batch Write write 0 Add Members To Current Org Batch (POST /api/v1/orgs/current/members/batch).
langsmith.langsmith_add_basic_auth_members_to_current_org Write write 0 Add Basic Auth Members To Current Org (POST /api/v1/orgs/current/members/basic/batch).
langsmith.langsmith_delete_current_org_pending_member Write write 0 Delete Current Org Pending Member (DELETE /api/v1/orgs/current/members/{identity_id}/pending).
langsmith.langsmith_delete_pending_organization_invite Write write 0 Delete Pending Organization Invite (DELETE /api/v1/orgs/pending/{organization_id}).
langsmith.langsmith_claim_pending_organization_invite Write write 0 Claim Pending Organization Invite (POST /api/v1/orgs/pending/{organization_id}/claim).
langsmith.langsmith_remove_member_from_current_org Write write 0 Remove Member From Current Org (DELETE /api/v1/orgs/current/members/{identity_id}).
langsmith.langsmith_update_current_org_member Write write 0 Update Current Org Member (PATCH /api/v1/orgs/current/members/{identity_id}).
langsmith.langsmith_update_current_user Write write 0 Update Current User (PATCH /api/v1/orgs/members/basic).
langsmith.langsmith_get_current_sso_settings Read read 0 Get Current Sso Settings (GET /api/v1/orgs/current/sso-settings).
langsmith.langsmith_create_sso_settings Write write 0 Create Sso Settings (POST /api/v1/orgs/current/sso-settings).
langsmith.langsmith_update_sso_settings Write write 0 Update Sso Settings (PATCH /api/v1/orgs/current/sso-settings/{id}).
langsmith.langsmith_delete_sso_settings Write write 0 Delete Sso Settings (DELETE /api/v1/orgs/current/sso-settings/{id}).
langsmith.langsmith_update_allowed_login_methods Write write 0 Update Allowed Login Methods (PATCH /api/v1/orgs/current/login-methods).
langsmith.langsmith_get_org_usage Read read 0 Get Org Usage (GET /api/v1/orgs/current/billing/usage).
langsmith.langsmith_get_granular_usage Read read 0 Get Granular Usage (GET /api/v1/orgs/current/billing/granular-usage).
langsmith.langsmith_export_granular_usage_csv Read read 0 Export Granular Usage Csv (GET /api/v1/orgs/current/billing/granular-usage/export).
langsmith.langsmith_get_current_user_login_methods Read read 0 Get Current User Login Methods (GET /api/v1/orgs/current/user/login-methods).
langsmith.langsmith_create_stripe_checkout_sessions_endpoint Write write 0 Create Stripe Checkout Sessions Endpoint (POST /api/v1/orgs/current/stripe_checkout_session).
langsmith.langsmith_create_stripe_account_links_endpoint Write write 0 Create Stripe Account Links Endpoint (POST /api/v1/orgs/current/stripe_account_links).
langsmith.langsmith_list_org_service_keys Read read 0 List Org Service Keys (GET /api/v1/orgs/current/service-keys).
langsmith.langsmith_create_org_service_key Write write 0 Create Org Service Key (POST /api/v1/orgs/current/service-keys).
langsmith.langsmith_delete_org_service_key Write write 0 Delete Org Service Key (DELETE /api/v1/orgs/current/service-keys/{api_key_id}).
langsmith.langsmith_list_org_personal_access_tokens Read read 0 List Org Personal Access Tokens (GET /api/v1/orgs/current/personal-access-tokens).
langsmith.langsmith_create_org_personal_access_token Write write 0 Create Org Personal Access Token (POST /api/v1/orgs/current/personal-access-tokens).
langsmith.langsmith_delete_org_personal_access_token Write write 0 Delete Org Personal Access Token (DELETE /api/v1/orgs/current/personal-access-tokens/{pat_id}).
langsmith.langsmith_set_default_sso_provision Write write 0 Set Default Sso Provision (POST /api/v1/orgs/current/set-default-sso-provision).
langsmith.langsmith_login Write write 0 Login (POST /api/v1/login).
langsmith.langsmith_send_sso_email_confirmation Write write 0 Send Sso Email Confirmation (POST /api/v1/sso/email-verification/send).
langsmith.langsmith_check_sso_email_verification_status Write write 0 Check Sso Email Verification Status (POST /api/v1/sso/email-verification/status).
langsmith.langsmith_confirm_sso_user_email Write write 0 Confirm Sso User Email (POST /api/v1/sso/email-verification/confirm).
langsmith.langsmith_get_sso_settings Read read 0 Get Sso Settings (GET /api/v1/sso/settings/{sso_login_slug}).
langsmith.langsmith_lookup_sso_by_email Write write 0 Lookup Sso By Email (POST /api/v1/sso/email-lookup).
langsmith.langsmith_get_api_v1_api_key Read read 0 Get Api Keys (GET /api/v1/api-key).
langsmith.langsmith_post_api_v1_api_key Write write 0 Generate Api Key (POST /api/v1/api-key).
langsmith.langsmith_delete Write write 0 Delete Api Key (DELETE /api/v1/api-key/{api_key_id}).
langsmith.langsmith_get_personal_access_tokens Read read 0 Get Personal Access Tokens (GET /api/v1/api-key/current).
langsmith.langsmith_generate_personal_access_token Write write 0 Generate Personal Access Token (POST /api/v1/api-key/current).
langsmith.langsmith_delete_personal_access_token Write write 0 Delete Personal Access Token (DELETE /api/v1/api-key/current/{pat_id}).
langsmith.langsmith_list_tenants Read read 0 List Tenants (GET /api/v1/tenants).
langsmith.langsmith_create_tenant Write write 0 Create Tenant (POST /api/v1/tenants).
langsmith.langsmith_get_onboarding_state Read read 0 Get Onboarding State (GET /api/v1/me/onboarding_state).
langsmith.langsmith_create_onboarding_state Write write 0 Create Onboarding State (POST /api/v1/me/onboarding_state).
langsmith.langsmith_update_onboarding_state_field Write write 0 Update Onboarding State Field (PUT /api/v1/me/onboarding_state/{field}).
langsmith.langsmith_get_ls_user_id Read read 0 Get Ls User Id (GET /api/v1/me/ls_user_id).
langsmith.langsmith_get_service_accounts Read read 0 Get Service Accounts (GET /api/v1/service-accounts).
langsmith.langsmith_create_service_account Write write 0 Create Service Account (POST /api/v1/service-accounts).
langsmith.langsmith_delete_service_account Write write 0 Delete Service Account (DELETE /api/v1/service-accounts/{service_account_id}).
langsmith.langsmith_list_pending_workspace_invites Read read 0 List Pending Workspace Invites (GET /api/v1/workspaces/pending).
langsmith.langsmith_delete_pending_workspace_invite Write write 0 Delete Pending Workspace Invite (DELETE /api/v1/workspaces/pending/{id}).
langsmith.langsmith_claim_pending_workspace_invite Write write 0 Claim Pending Workspace Invite (POST /api/v1/workspaces/pending/{workspace_id}/claim).
langsmith.langsmith_get_current_workspace_members Read read 0 Get Current Workspace Members (GET /api/v1/workspaces/current/members).
langsmith.langsmith_add_member_to_current_workspace Write write 0 Add Member To Current Workspace (POST /api/v1/workspaces/current/members).
langsmith.langsmith_get_current_active_workspace_members Read read 0 Get Current Active Workspace Members (GET /api/v1/workspaces/current/members/active).
langsmith.langsmith_get_current_pending_workspace_members Read read 0 Get Current Pending Workspace Members (GET /api/v1/workspaces/current/members/pending).
langsmith.langsmith_add_members_to_current_workspace_batch Write write 0 Add Members To Current Workspace Batch (POST /api/v1/workspaces/current/members/batch).
langsmith.langsmith_delete_current_workspace_member Write write 0 Delete Current Workspace Member (DELETE /api/v1/workspaces/current/members/{identity_id}).
langsmith.langsmith_patch_current_workspace_member Write write 0 Patch Current Workspace Member (PATCH /api/v1/workspaces/current/members/{identity_id}).
langsmith.langsmith_delete_current_workspace_pending_member Write write 0 Delete Current Workspace Pending Member (DELETE /api/v1/workspaces/current/members/{identity_id}/pending).
langsmith.langsmith_get_api_v1_ok Read read 0 Ok (GET /api/v1/ok).
langsmith.langsmith_get_settings Read read 0 Get Settings (GET /api/v1/settings).
langsmith.langsmith_set_tenant_handle Write write 0 Set Tenant Handle (POST /api/v1/settings/handle).
langsmith.langsmith_list_repos Read read 0 List Repos (GET /api/v1/repos).
langsmith.langsmith_create_repo Write write 0 Create Repo (POST /api/v1/repos).
langsmith.langsmith_delete_repos Write write 0 Delete Repos (DELETE /api/v1/repos).
langsmith.langsmith_get_repo Read read 0 Get Repo (GET /api/v1/repos/{owner}/{repo}).
langsmith.langsmith_update_repo Write write 0 Update Repo (PATCH /api/v1/repos/{owner}/{repo}).
langsmith.langsmith_delete_repo Write write 0 Delete Repo (DELETE /api/v1/repos/{owner}/{repo}).
langsmith.langsmith_fork_repo Write write 0 Fork Repo (POST /api/v1/repos/{owner}/{repo}/fork).
langsmith.langsmith_list_repo_tags Read read 0 List Repo Tags (GET /api/v1/repos/tags).
langsmith.langsmith_optimize_prompt_job Write write 0 Optimize Prompt Job (POST /api/v1/repos/optimize-job).
langsmith.langsmith_like_repo Write write 0 Like Repo (POST /api/v1/likes/{owner}/{repo}).
langsmith.langsmith_create_comment Write write 0 Create Comment (POST /api/v1/comments/{owner}/{repo}).
langsmith.langsmith_get_comments Read read 0 Get Comments (GET /api/v1/comments/{owner}/{repo}).
langsmith.langsmith_get_sub_comments Read read 0 Get Sub Comments (GET /api/v1/comments/{owner}/{repo}/{parent_comment_id}).
langsmith.langsmith_create_sub_comment Write write 0 Create Sub Comment (POST /api/v1/comments/{owner}/{repo}/{parent_comment_id}).
langsmith.langsmith_like_comment Write write 0 Like Comment (POST /api/v1/comments/{owner}/{repo}/{parent_comment_id}/like).
langsmith.langsmith_unlike_comment Write write 0 Unlike Comment (DELETE /api/v1/comments/{owner}/{repo}/{parent_comment_id}/like).
langsmith.langsmith_get_tags Read read 0 Get Tags (GET /api/v1/repos/{owner}/{repo}/tags).
langsmith.langsmith_create_tag Write write 0 Create Tag (POST /api/v1/repos/{owner}/{repo}/tags).
langsmith.langsmith_get_tag Read read 0 Get Tag (GET /api/v1/repos/{owner}/{repo}/tags/{tag_name}).
langsmith.langsmith_update_tag Write write 0 Update Tag (PATCH /api/v1/repos/{owner}/{repo}/tags/{tag_name}).
langsmith.langsmith_delete_tag Write write 0 Delete Tag (DELETE /api/v1/repos/{owner}/{repo}/tags/{tag_name}).
langsmith.langsmith_list_repo_owners Read read 0 List Repo Owners (GET /api/v1/repos/{owner}/{repo}/owners).
langsmith.langsmith_add_repo_owner Write write 0 Add Repo Owner (POST /api/v1/repos/{owner}/{repo}/owners).
langsmith.langsmith_remove_repo_owner Write write 0 Remove Repo Owner (DELETE /api/v1/repos/{owner}/{repo}/owners).
langsmith.langsmith_list_jobs Read read 0 List Jobs (GET /api/v1/repos/{owner}/{repo}/optimization-jobs).
langsmith.langsmith_create_job Write write 0 Create Job (POST /api/v1/repos/{owner}/{repo}/optimization-jobs).
langsmith.langsmith_get_job Read read 0 Get Job (GET /api/v1/repos/{owner}/{repo}/optimization-jobs/{job_id}).
langsmith.langsmith_update_job Write write 0 Update Job (PATCH /api/v1/repos/{owner}/{repo}/optimization-jobs/{job_id}).
langsmith.langsmith_delete_job Write write 0 Delete Job (DELETE /api/v1/repos/{owner}/{repo}/optimization-jobs/{job_id}).
langsmith.langsmith_list_job_logs Read read 0 List Job Logs (GET /api/v1/repos/{owner}/{repo}/optimization-jobs/{job_id}/logs).
langsmith.langsmith_create_log Write write 0 Create Log (POST /api/v1/repos/{owner}/{repo}/optimization-jobs/{job_id}/logs).
langsmith.langsmith_get_log Read read 0 Get Log (GET /api/v1/repos/{owner}/{repo}/optimization-jobs/{job_id}/logs/{log_id}).
langsmith.langsmith_delete_log Write write 0 Delete Log (DELETE /api/v1/repos/{owner}/{repo}/optimization-jobs/{job_id}/logs/{log_id}).
langsmith.langsmith_get_well_known_oauth_authorization_server Read read 0 Get OAuth2 authorization server metadata (GET /.well-known/oauth-authorization-server).
langsmith.langsmith_get_api_v1_hub_environments Read read 0 List hub environments (GET /api/v1/hub/environments).
langsmith.langsmith_post Write write 0 Create hub environments model (POST /api/v1/hub/environments).
langsmith.langsmith_delete_api_v1_hub_environments_id Write write 0 Delete hub environments model (DELETE /api/v1/hub/environments/{id}).
langsmith.langsmith_patch Write write 0 Update hub environments model (PATCH /api/v1/hub/environments/{id}).
langsmith.langsmith_get_auth_public Read read 0 Get public auth info (GET /auth/public).
langsmith.langsmith_post_aws_marketplace_register Write write 0 AWS Marketplace fulfillment URL registration (POST /aws-marketplace/register).
langsmith.langsmith_get_commits_owner_repo Read read 0 List commits (GET /commits/{owner}/{repo}).
langsmith.langsmith_post_commits_owner_repo Write write 0 Create a commit (POST /commits/{owner}/{repo}).
langsmith.langsmith_get_commits_owner_repo_commit Read read 0 Get a commit (GET /commits/{owner}/{repo}/{commit}).
langsmith.langsmith_get_datasets_dataset_id_experiment_view_overrides Read read 0 Get experiment view override configurations for a dataset (GET /datasets/{dataset_id}/experiment-view-overrides).
langsmith.langsmith_post_datasets_dataset_id_experiment_view_overrides Write write 0 Create new experiment view override configuration for a dataset (POST /datasets/{dataset_id}/experiment-view-overrides).
langsmith.langsmith_get_datasets_dataset_id_experiment_view_overrides_id Read read 0 Get experiment view override configuration by specific ID (GET /datasets/{dataset_id}/experiment-view-overrides/{id}).
langsmith.langsmith_delete_datasets_dataset_id_experiment_view_overrides_id Write write 0 Delete experiment view override configuration (DELETE /datasets/{dataset_id}/experiment-view-overrides/{id}).
langsmith.langsmith_patch_datasets_dataset_id_experiment_view_overrides_id Write write 0 Update existing experiment view override configuration (PATCH /datasets/{dataset_id}/experiment-view-overrides/{id}).
langsmith.langsmith_get_me_providers_providertype Read read 0 Get the authenticated user's provider user ID (GET /me/providers/{providerType}).
langsmith.langsmith_get_oauth_authorize Read read 0 Initiate OAuth2 authorization (GET /oauth/authorize).
langsmith.langsmith_post_oauth_authorize_approve Write write 0 Approve OAuth2 authorization request (POST /oauth/authorize/approve).
langsmith.langsmith_post_oauth_device_authorize Write write 0 Authorize a device code (POST /oauth/device/authorize).
langsmith.langsmith_post_oauth_device_code Write write 0 Request OAuth2 device authorization (POST /oauth/device/code).
langsmith.langsmith_post_oauth_revoke Write write 0 Revoke an OAuth2 token (POST /oauth/revoke).
langsmith.langsmith_post_oauth_token Write write 0 Exchange grant for OAuth2 tokens (POST /oauth/token).
langsmith.langsmith_get_repos_owner_repo_tags_tag_name_history Read read 0 Get tag transition history (GET /repos/{owner}/{repo}/tags/{tag_name}/history).
langsmith.langsmith_post_runs Write write 0 Create a Run (POST /runs).
langsmith.langsmith_post_runs_batch Write write 0 Ingest Runs (Batch JSON) (POST /runs/batch).
langsmith.langsmith_post_runs_multipart Write write 0 Ingest Runs (Multipart) (POST /runs/multipart).
langsmith.langsmith_patch_runs_run_id Write write 0 Update a Run (PATCH /runs/{run_id}).
langsmith.langsmith_get_v1_agent_builder_integrations Read read 0 Get Agent Builder integrations settings (GET /v1/agent-builder/integrations).
langsmith.langsmith_put_v1_agent_builder_integrations Write write 0 Update Agent Builder integrations settings (PUT /v1/agent-builder/integrations).
langsmith.langsmith_post_v1_beacon_usage_snapshot Write write 0 Submit a self-hosted usage snapshot (POST /v1/beacon/usage-snapshot).
langsmith.langsmith_get_v1_fleet_agents Read read 0 List agents (GET /v1/fleet/agents).
langsmith.langsmith_post_v1_fleet_agents Write write 0 Create an agent (POST /v1/fleet/agents).
langsmith.langsmith_get_v1_fleet_agents_agentid Read read 0 Get an agent (GET /v1/fleet/agents/{agentID}).
langsmith.langsmith_patch_v1_fleet_agents_agentid Write write 0 Update an agent (PATCH /v1/fleet/agents/{agentID}).
langsmith.langsmith_get_v1_fleet_auth_providers Read read 0 List OAuth providers (GET /v1/fleet/auth-providers).
langsmith.langsmith_post_v1_fleet_auth_providers Write write 0 Register an OAuth provider (POST /v1/fleet/auth-providers).
langsmith.langsmith_post_v1_fleet_auth_providers_discover Write write 0 Discover and register an OAuth provider (POST /v1/fleet/auth-providers/discover).
langsmith.langsmith_get_v1_fleet_auth_providers_provider_id Read read 0 Get an OAuth provider (GET /v1/fleet/auth-providers/{provider_id}).
langsmith.langsmith_delete_v1_fleet_auth_providers_provider_id Write write 0 Delete an OAuth provider (DELETE /v1/fleet/auth-providers/{provider_id}).
langsmith.langsmith_patch_v1_fleet_auth_providers_provider_id Write write 0 Update an OAuth provider (PATCH /v1/fleet/auth-providers/{provider_id}).
langsmith.langsmith_post_v1_fleet_auth_sessions Write write 0 Start an authorization session (POST /v1/fleet/auth-sessions).
langsmith.langsmith_get_v1_fleet_auth_sessions_session_id Read read 0 Get an authorization session (GET /v1/fleet/auth-sessions/{session_id}).
langsmith.langsmith_get_v1_fleet_auth_tokens Read read 0 List your connection tokens (GET /v1/fleet/auth-tokens).
langsmith.langsmith_post_v1_fleet_auth_tokens_revoke Write write 0 Revoke connection tokens by filter (POST /v1/fleet/auth-tokens/revoke).
langsmith.langsmith_delete_v1_fleet_auth_tokens_token_id Write write 0 Revoke a connection token (DELETE /v1/fleet/auth-tokens/{token_id}).
langsmith.langsmith_patch_v1_fleet_auth_tokens_token_id Write write 0 Update a connection token (PATCH /v1/fleet/auth-tokens/{token_id}).
langsmith.langsmith_get_v1_fleet_integrations Read read 0 List integrations (GET /v1/fleet/integrations).
langsmith.langsmith_post_v1_fleet_integrations Write write 0 Create a custom integration (POST /v1/fleet/integrations).
langsmith.langsmith_get_v1_fleet_integrations_id Read read 0 Get an integration (GET /v1/fleet/integrations/{id}).
langsmith.langsmith_delete_v1_fleet_integrations_id Write write 0 Delete a custom integration (DELETE /v1/fleet/integrations/{id}).
langsmith.langsmith_patch_v1_fleet_integrations_id Write write 0 Update a custom integration (PATCH /v1/fleet/integrations/{id}).
langsmith.langsmith_put_v1_fleet_integrations_id_auth_methods Write write 0 Replace integration auth methods (PUT /v1/fleet/integrations/{id}/auth-methods).
langsmith.langsmith_get_v1_fleet_mcp_servers Read read 0 List MCP servers (GET /v1/fleet/mcp-servers).
langsmith.langsmith_post_v1_fleet_mcp_servers Write write 0 Create MCP server (POST /v1/fleet/mcp-servers).
langsmith.langsmith_get_v1_fleet_mcp_servers_mcp_server_id Read read 0 Get MCP server (GET /v1/fleet/mcp-servers/{mcp_server_id}).
langsmith.langsmith_delete_v1_fleet_mcp_servers_mcp_server_id Write write 0 Delete MCP server (DELETE /v1/fleet/mcp-servers/{mcp_server_id}).
langsmith.langsmith_patch_v1_fleet_mcp_servers_mcp_server_id Write write 0 Update MCP server (PATCH /v1/fleet/mcp-servers/{mcp_server_id}).
langsmith.langsmith_post_v1_fleet_mcp_servers_mcp_server_id_oauth_provider Write write 0 Register per-user MCP OAuth provider (POST /v1/fleet/mcp-servers/{mcp_server_id}/oauth-provider).
langsmith.langsmith_get_v1_fleet_mcp_tools Read read 0 List MCP tools (GET /v1/fleet/mcp/tools).
langsmith.langsmith_get_v1_fleet_skills Read read 0 List skills (GET /v1/fleet/skills).
langsmith.langsmith_post_v1_fleet_skills Write write 0 Create a skill (POST /v1/fleet/skills).
langsmith.langsmith_get_v1_fleet_skills_skillid Read read 0 Get a skill (GET /v1/fleet/skills/{skillID}).
langsmith.langsmith_put_v1_fleet_skills_skillid Write write 0 Replace a skill (PUT /v1/fleet/skills/{skillID}).
langsmith.langsmith_delete_v1_fleet_skills_skillid Write write 0 Delete a skill (DELETE /v1/fleet/skills/{skillID}).
langsmith.langsmith_post_v1_fleet_threads Write write 0 Create thread (POST /v1/fleet/threads).
langsmith.langsmith_get_v1_fleet_threads_threadid Read read 0 Get thread (GET /v1/fleet/threads/{threadID}).
langsmith.langsmith_post_v1_fleet_threads_threadid_resolve_interrupt Write write 0 Resolve an interrupted thread (POST /v1/fleet/threads/{threadID}/resolve-interrupt).
langsmith.langsmith_post_v1_fleet_threads_threadid_runs Write write 0 Create thread run (POST /v1/fleet/threads/{threadID}/runs).
langsmith.langsmith_post_v1_platform_alerts_session_id Write write 0 Create an alert rule (POST /v1/platform/alerts/{session_id}).
langsmith.langsmith_post_v1_platform_alerts_session_id_test Write write 0 Test an alert action to determine if configuration is valid (POST /v1/platform/alerts/{session_id}/test).
langsmith.langsmith_get_v1_platform_alerts_session_id_alert_rule_id Read read 0 Get an alert rule (GET /v1/platform/alerts/{session_id}/{alert_rule_id}).
langsmith.langsmith_delete_v1_platform_alerts_session_id_alert_rule_id Write write 0 Delete an alert rule (DELETE /v1/platform/alerts/{session_id}/{alert_rule_id}).
langsmith.langsmith_patch_v1_platform_alerts_session_id_alert_rule_id Write write 0 Update an alert rule (PATCH /v1/platform/alerts/{session_id}/{alert_rule_id}).
langsmith.langsmith_post_v1_platform_annotation_queues_queue_id_reviewers Write write 0 Add a reviewer to an annotation queue (POST /v1/platform/annotation-queues/{queue_id}/reviewers).
langsmith.langsmith_delete_v1_platform_annotation_queues_queue_id_reviewers_identity_id Write write 0 Remove a reviewer from an annotation queue (DELETE /v1/platform/annotation-queues/{queue_id}/reviewers/{identity_id}).
langsmith.langsmith_post_v1_platform_datasets_examples Write write 0 Hard Delete Examples (POST /v1/platform/datasets/examples/delete).
langsmith.langsmith_post_v1_platform_datasets_dataset_id_examples Write write 0 Upload Examples (POST /v1/platform/datasets/{dataset_id}/examples).
langsmith.langsmith_patch_v1_platform_datasets_dataset_id_examples Write write 0 Update Examples (PATCH /v1/platform/datasets/{dataset_id}/examples).
langsmith.langsmith_get_v1_platform_evaluators Read read 0 List evaluators (GET /v1/platform/evaluators).
langsmith.langsmith_post_v1_platform_evaluators Write write 0 Create evaluator (POST /v1/platform/evaluators).
langsmith.langsmith_delete_v1_platform_evaluators Write write 0 Bulk delete evaluators (DELETE /v1/platform/evaluators).
langsmith.langsmith_get_v1_platform_evaluators_evaluator_id Read read 0 Get evaluator (GET /v1/platform/evaluators/{evaluator_id}).
langsmith.langsmith_delete_v1_platform_evaluators_evaluator_id Write write 0 Delete evaluator (DELETE /v1/platform/evaluators/{evaluator_id}).
langsmith.langsmith_patch_v1_platform_evaluators_evaluator_id Write write 0 Update evaluator (PATCH /v1/platform/evaluators/{evaluator_id}).
langsmith.langsmith_get_v1_platform_features Read read 0 List feature configurations (GET /v1/platform/features).
langsmith.langsmith_put_v1_platform_features_feature_default_model Write write 0 Set default model for a feature (PUT /v1/platform/features/{feature}/default-model).
langsmith.langsmith_delete_v1_platform_features_feature_default_model Write write 0 Delete default model for a feature (DELETE /v1/platform/features/{feature}/default-model).
langsmith.langsmith_put_v1_platform_features_feature_disabled_models Write write 0 Disable a model for a feature (PUT /v1/platform/features/{feature}/disabled-models).
langsmith.langsmith_delete_v1_platform_features_feature_disabled_models_model Write write 0 Re-enable a disabled model for a feature (DELETE /v1/platform/features/{feature}/disabled-models/{model}).
langsmith.langsmith_post_v1_platform_fleet_webhooks_webhook_id_run Write write 0 Run a fleet webhook (POST /v1/platform/fleet-webhooks/{webhook_id}/run).
langsmith.langsmith_get_v1_platform_fleet_mcp_servers Read read 0 List MCP servers (GET /v1/platform/fleet/mcp-servers).
langsmith.langsmith_post_v1_platform_fleet_mcp_servers Write write 0 Create MCP server (POST /v1/platform/fleet/mcp-servers).
langsmith.langsmith_get_v1_platform_fleet_mcp_servers_mcp_server_id Read read 0 Get MCP server (GET /v1/platform/fleet/mcp-servers/{mcp_server_id}).
langsmith.langsmith_delete_v1_platform_fleet_mcp_servers_mcp_server_id Write write 0 Delete MCP server (DELETE /v1/platform/fleet/mcp-servers/{mcp_server_id}).
langsmith.langsmith_patch_v1_platform_fleet_mcp_servers_mcp_server_id Write write 0 Update MCP server (PATCH /v1/platform/fleet/mcp-servers/{mcp_server_id}).
langsmith.langsmith_post_v1_platform_fleet_mcp_servers_mcp_server_id_oauth_provider Write write 0 Register per-user MCP OAuth provider (POST /v1/platform/fleet/mcp-servers/{mcp_server_id}/oauth-provider).
langsmith.langsmith_post_v1_platform_fleet_providers_github_app_auth Write write 0 Get GitHub OAuth authorization link (POST /v1/platform/fleet/providers/github-app/auth).
langsmith.langsmith_get_v1_platform_fleet_providers_github_app_connection Read read 0 Get GitHub user connection status (GET /v1/platform/fleet/providers/github-app/connection).
langsmith.langsmith_delete_v1_platform_fleet_providers_github_app_connection Write write 0 Delete GitHub user connection (DELETE /v1/platform/fleet/providers/github-app/connection).
langsmith.langsmith_patch_v1_platform_fleet_providers_github_app_connection Write write 0 Update GitHub user connection (PATCH /v1/platform/fleet/providers/github-app/connection).
langsmith.langsmith_post_v1_platform_fleet_providers_github_app_install Write write 0 Get GitHub App install link (POST /v1/platform/fleet/providers/github-app/install).
langsmith.langsmith_get_v1_platform_fleet_providers_github_app_installations Read read 0 List GitHub App installations (GET /v1/platform/fleet/providers/github-app/installations).
langsmith.langsmith_post_v1_platform_fleet_providers_github_app_installations_refresh Write write 0 Refresh GitHub App installations (POST /v1/platform/fleet/providers/github-app/installations/refresh).
langsmith.langsmith_delete_v1_platform_fleet_providers_github_app_installations_id Write write 0 Delete a GitHub App installation (DELETE /v1/platform/fleet/providers/github-app/installations/{id}).
langsmith.langsmith_get_v1_platform_fleet_providers_github_app_installations_id_repos Read read 0 List repositories for a GitHub App installation (GET /v1/platform/fleet/providers/github-app/installations/{id}/repos).
langsmith.langsmith_post_v1_platform_fleet_providers_github_app_tokens Write write 0 Request a GitHub access token (POST /v1/platform/fleet/providers/github-app/tokens).
langsmith.langsmith_post_v1_platform_fleet_providers_github_app_webhooks Write write 0 Handle GitHub App webhook events (POST /v1/platform/fleet/providers/github-app/webhooks).
langsmith.langsmith_get_v1_platform_fleet_usage_agents Read read 0 List fleet agents with usage (GET /v1/platform/fleet/usage/agents).
langsmith.langsmith_get_v1_platform_fleet_usage_models Read read 0 List fleet models with usage (GET /v1/platform/fleet/usage/models).
langsmith.langsmith_get_v1_platform_fleet_usage_tools Read read 0 List fleet tools with usage (GET /v1/platform/fleet/usage/tools).
langsmith.langsmith_get_v1_platform_fleet_usage_users Read read 0 List fleet users with usage (GET /v1/platform/fleet/usage/users).
langsmith.langsmith_get_v1_platform_hub_repos_owner_repo_directories Read read 0 Get directory contents (GET /v1/platform/hub/repos/{owner}/{repo}/directories).
langsmith.langsmith_delete_v1_platform_hub_repos_owner_repo_directories Write write 0 Delete directory repository (DELETE /v1/platform/hub/repos/{owner}/{repo}/directories).
langsmith.langsmith_post_v1_platform_hub_repos_owner_repo_directories_commits Write write 0 Create directory commit (POST /v1/platform/hub/repos/{owner}/{repo}/directories/commits).
langsmith.langsmith_get_v1_platform_mcp_vendors Read read 0 List MCP vendors (GET /v1/platform/mcp-vendors).
langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug Read read 0 Get MCP vendor (GET /v1/platform/mcp-vendors/{vendor_slug}).
langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_account Read read 0 Get vendor account (GET /v1/platform/mcp-vendors/{vendor_slug}/account).
langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_mcp_servers Read read 0 List MCP servers for a vendor (GET /v1/platform/mcp-vendors/{vendor_slug}/mcp-servers).
langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_settings Read read 0 Get vendor settings (GET /v1/platform/mcp-vendors/{vendor_slug}/settings).
langsmith.langsmith_put_v1_platform_mcp_vendors_vendor_slug_settings Write write 0 Replace vendor settings (PUT /v1/platform/mcp-vendors/{vendor_slug}/settings).
langsmith.langsmith_post_v1_platform_mcp_vendors_vendor_slug_settings Write write 0 Create vendor settings (POST /v1/platform/mcp-vendors/{vendor_slug}/settings).
langsmith.langsmith_delete_v1_platform_mcp_vendors_vendor_slug_settings Write write 0 Delete vendor settings (DELETE /v1/platform/mcp-vendors/{vendor_slug}/settings).
langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_tools Read read 0 List tools for a vendor (GET /v1/platform/mcp-vendors/{vendor_slug}/tools).
langsmith.langsmith_post_v1_platform_nps_response Write write 0 Submit an NPS response (POST /v1/platform/nps/response).
langsmith.langsmith_post_v1_platform_ops_backfills_restart Write write 0 Restart a backfill job (POST /v1/platform/ops/backfills/restart).
langsmith.langsmith_get_v1_platform_orgs_current_access_policies Read read 0 List access policies (GET /v1/platform/orgs/current/access-policies).
langsmith.langsmith_post_v1_platform_orgs_current_access_policies Write write 0 Create an access policy (POST /v1/platform/orgs/current/access-policies).
langsmith.langsmith_post_v1_platform_orgs_current_access_policies_roles_role_id_access_policies Write write 0 Attach access policies to a role (POST /v1/platform/orgs/current/access-policies/roles/{role_id}/access-policies).
langsmith.langsmith_get_v1_platform_orgs_current_access_policies_access_policy_id Read read 0 Get an access policy (GET /v1/platform/orgs/current/access-policies/{access_policy_id}).
langsmith.langsmith_delete_v1_platform_orgs_current_access_policies_access_policy_id Write write 0 Delete an access policy (DELETE /v1/platform/orgs/current/access-policies/{access_policy_id}).
langsmith.langsmith_get_v1_platform_orgs_current_data_planes Read read 0 List data planes for the current organization (GET /v1/platform/orgs/current/data-planes).
langsmith.langsmith_get_v1_platform_orgs_current_info Read read 0 Get current organization info (GET /v1/platform/orgs/current/info).
langsmith.langsmith_get_v1_platform_orgs_current_members Read read 0 List org members with workspace roles (GET /v1/platform/orgs/current/members).
langsmith.langsmith_get_v1_platform_orgs_current_scim_tokens Read read 0 List SCIM tokens (GET /v1/platform/orgs/current/scim/tokens).
langsmith.langsmith_post_v1_platform_orgs_current_scim_tokens Write write 0 Create a SCIM token (POST /v1/platform/orgs/current/scim/tokens).
langsmith.langsmith_get_v1_platform_orgs_current_scim_tokens_scim_token_id Read read 0 Get a SCIM token (GET /v1/platform/orgs/current/scim/tokens/{scim_token_id}).
langsmith.langsmith_delete_v1_platform_orgs_current_scim_tokens_scim_token_id Write write 0 Delete a SCIM token (DELETE /v1/platform/orgs/current/scim/tokens/{scim_token_id}).
langsmith.langsmith_patch_v1_platform_orgs_current_scim_tokens_scim_token_id Write write 0 Update a SCIM token (PATCH /v1/platform/orgs/current/scim/tokens/{scim_token_id}).
langsmith.langsmith_get_v1_platform_sessions_sessionid_agent_versions Read read 0 List agent versions for a project (GET /v1/platform/sessions/{sessionID}/agent-versions).
langsmith.langsmith_get_v1_platform_tools Read read 0 List tools (GET /v1/platform/tools).
langsmith.langsmith_post_v1_platform_tools Write write 0 Create a tool (POST /v1/platform/tools).
langsmith.langsmith_get_v1_platform_tools_id_id Read read 0 Get a tool by ID (GET /v1/platform/tools/id/{id}).
langsmith.langsmith_delete_v1_platform_tools_id_id Write write 0 Delete a tool by ID (DELETE /v1/platform/tools/id/{id}).
langsmith.langsmith_patch_v1_platform_tools_id_id Write write 0 Update a tool by ID (PATCH /v1/platform/tools/id/{id}).
langsmith.langsmith_get_v1_platform_tools_handle Read read 0 Get a tool by handle (GET /v1/platform/tools/{handle}).
langsmith.langsmith_delete_v1_platform_tools_handle Write write 0 Delete a tool by handle (DELETE /v1/platform/tools/{handle}).
langsmith.langsmith_patch_v1_platform_tools_handle Write write 0 Update a tool by handle (PATCH /v1/platform/tools/{handle}).
langsmith.langsmith_post_v2_runs_query Write write 0 Query runs (POST /v2/runs/query).
langsmith.langsmith_get_v2_runs_run_id Read read 0 Get a single run (GET /v2/runs/{run_id}).
langsmith.langsmith_get_v2_sandboxes_boxes Read read 0 List sandbox claims (GET /v2/sandboxes/boxes).
langsmith.langsmith_post_v2_sandboxes_boxes Write write 0 Create a sandbox claim (POST /v2/sandboxes/boxes).
langsmith.langsmith_post_v2_sandboxes_boxes_batch Write write 0 Batch delete sandbox claims (POST /v2/sandboxes/boxes/batch-delete).
langsmith.langsmith_get_v2_sandboxes_boxes_name Read read 0 Get a sandbox claim (GET /v2/sandboxes/boxes/{name}).
langsmith.langsmith_delete_v2_sandboxes_boxes_name Write write 0 Delete a sandbox claim (DELETE /v2/sandboxes/boxes/{name}).
langsmith.langsmith_patch_v2_sandboxes_boxes_name Write write 0 Update a sandbox claim (PATCH /v2/sandboxes/boxes/{name}).
langsmith.langsmith_post_v2_sandboxes_boxes_name_service_url Write write 0 Generate a service access token (POST /v2/sandboxes/boxes/{name}/service-url).
langsmith.langsmith_post_v2_sandboxes_boxes_name_snapshot Write write 0 Capture a snapshot from a sandbox (POST /v2/sandboxes/boxes/{name}/snapshot).
langsmith.langsmith_post_v2_sandboxes_boxes_name_start Write write 0 Start a sandbox (POST /v2/sandboxes/boxes/{name}/start).
langsmith.langsmith_get_v2_sandboxes_boxes_name_status Read read 0 Get sandbox claim status (GET /v2/sandboxes/boxes/{name}/status).
langsmith.langsmith_post_v2_sandboxes_boxes_name_stop Write write 0 Stop a sandbox (POST /v2/sandboxes/boxes/{name}/stop).
langsmith.langsmith_post_v2_sandboxes_internal_start_name Write write 0 Internal: start a stopped sandbox (service-to-service) (POST /v2/sandboxes/internal/start/{name}).
langsmith.langsmith_get_v2_sandboxes_snapshots Read read 0 List snapshots (GET /v2/sandboxes/snapshots).
langsmith.langsmith_post_v2_sandboxes_snapshots Write write 0 Create a snapshot (POST /v2/sandboxes/snapshots).
langsmith.langsmith_get_v2_sandboxes_snapshots_snapshot_id Read read 0 Get a snapshot (GET /v2/sandboxes/snapshots/{snapshot_id}).
langsmith.langsmith_delete_v2_sandboxes_snapshots_snapshot_id Write write 0 Delete a snapshot (DELETE /v2/sandboxes/snapshots/{snapshot_id}).
langsmith.langsmith_get_v2_sandboxes_usage Read read 0 Get sandbox resource usage (GET /v2/sandboxes/usage).
langsmith.langsmith_post_v2_threads_query Write write 0 Query Threads (POST /v2/threads/query).
langsmith.langsmith_get_v2_threads_thread_id_traces Read read 0 Query Thread Traces (GET /v2/threads/{thread_id}/traces).
langsmith.langsmith_get_v2_traces_trace_id_runs Read read 0 List runs in a trace (GET /v2/traces/{trace_id}/runs).
langsmith.langsmith_get_workspaces_current_ttl_settings Read read 0 Get workspace TTL settings (GET /workspaces/current/ttl-settings).
langsmith.langsmith_put_workspaces_current_ttl_settings Write write 0 Update workspace TTL settings (PUT /workspaces/current/ttl-settings).