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