KosmoKrator

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, configure, and verify
# 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.

Generic CLI call
kosmo integrations:call langsmith.langsmith_get_server_info '{}' --json
Provider shortcut
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.

Discovery commands
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_server_info '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_server_info '{}' --json

langsmith.langsmith_get_health_info

Get Health Info (GET /api/v1/info/health).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_health_info '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_health_info '{}' --json

langsmith.langsmith_get_queue_metrics

Get Queue Metrics (GET /api/v1/metrics/queue/{queue_name}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_queue_metrics '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_tracing_project_prebuilt_dashboard '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_tracer_session '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_tracer_session '{}' --json

langsmith.langsmith_update_tracer_session

Update Tracer Session (PATCH /api/v1/sessions/{session_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_tracer_session '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_tracer_session '{}' --json

langsmith.langsmith_delete_tracer_session

Delete Tracer Session (DELETE /api/v1/sessions/{session_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_tracer_session '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_tracer_session '{}' --json

langsmith.langsmith_read_tracer_sessions

Read Tracer Sessions (GET /api/v1/sessions).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_tracer_sessions '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_tracer_sessions '{}' --json

langsmith.langsmith_create_tracer_session

Create Tracer Session (POST /api/v1/sessions).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_tracer_session '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_tracer_session '{}' --json

langsmith.langsmith_delete_tracer_sessions

Delete Tracer Sessions (DELETE /api/v1/sessions).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_tracer_sessions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_tracer_sessions_runs_metadata '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_filter_views '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_filter_views '{}' --json

langsmith.langsmith_create_filter_view

Create Filter View (POST /api/v1/sessions/{session_id}/views).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_filter_view '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_filter_view '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_filter_view '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_filter_view '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_rename_filter_view '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_get_insights_jobs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_create_insights_job '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_get_insights_job_configs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_create_insights_job_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_auto_generate_insights_job_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_update_insights_job_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_delete_insights_job_config '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_get_insights_job '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_update_insights_job '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_delete_insights_job '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_get_run_cluster_from_insights_job '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_beta_get_runs_from_insights_job '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_beta_get_runs_from_insights_job '{}' --json

langsmith.langsmith_create_workspace

Create Workspace (POST /api/v1/workspaces).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_workspace '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_workspace '{}' --json

langsmith.langsmith_list_workspaces

List Workspaces (GET /api/v1/workspaces).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_workspaces '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_workspaces '{}' --json

langsmith.langsmith_patch_workspace

Patch Workspace (PATCH /api/v1/workspaces/{workspace_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_workspace '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_patch_workspace '{}' --json

langsmith.langsmith_delete_workspace

Delete Workspace (DELETE /api/v1/workspaces/{workspace_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_workspace '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_workspace '{}' --json

langsmith.langsmith_get_current_workspace_stats

Get Current Workspace Stats (GET /api/v1/workspaces/current/stats).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_workspace_stats '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_workspace_usage_limits_info '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_shared_tokens '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_shared_tokens '{}' --json

langsmith.langsmith_bulk_unshare_entities

Bulk Unshare Entities (DELETE /api/v1/workspaces/current/shared).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_bulk_unshare_entities '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_current_workspace_secrets '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_upsert_current_workspace_secrets '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_workspace_encrypted_secrets '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_tag_keys '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_tag_keys '{}' --json

langsmith.langsmith_create_tag_key

Create Tag Key (POST /api/v1/workspaces/current/tag-keys).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_tag_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_tag_key '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_tag_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_tag_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_tag_value '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_tag_values '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_tag_value '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_tag_value '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_tag_value '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_tag_value '{}' --json

langsmith.langsmith_create_tagging

Create Tagging (POST /api/v1/workspaces/current/taggings).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_tagging '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_tagging '{}' --json

langsmith.langsmith_list_taggings

List Taggings (GET /api/v1/workspaces/current/taggings).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_taggings '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_taggings '{}' --json

langsmith.langsmith_delete_tagging

Delete Tagging (DELETE /api/v1/workspaces/current/taggings/{tagging_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_tagging '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_tagging '{}' --json

langsmith.langsmith_list_tags

List Tags (GET /api/v1/workspaces/current/tags).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_tags '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_tags_for_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_tags_for_resources '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_tags_for_resources '{}' --json

langsmith.langsmith_get_audit_logs

Get Audit Logs (GET /api/v1/audit-logs).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_audit_logs '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_audit_logs '{}' --json

langsmith.langsmith_list_ttl_settings

List Ttl Settings (GET /api/v1/ttl-settings).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_ttl_settings '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_ttl_settings '{}' --json

langsmith.langsmith_upsert_ttl_settings

Upsert Ttl Settings (PUT /api/v1/ttl-settings).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_upsert_ttl_settings '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_api_v1_orgs_ttl_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_put_api_v1_orgs_ttl_settings '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_put_api_v1_orgs_ttl_settings '{}' --json

langsmith.langsmith_count_examples

Count Examples (GET /api/v1/examples/count).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_count_examples '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_count_examples '{}' --json

langsmith.langsmith_read_example

Read Example (GET /api/v1/examples/{example_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_example '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_example '{}' --json

langsmith.langsmith_update_example

Update Example (PATCH /api/v1/examples/{example_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_example '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_example '{}' --json

langsmith.langsmith_delete_example

Delete Example (DELETE /api/v1/examples/{example_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_example '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_example '{}' --json

langsmith.langsmith_read_examples

Read Examples (GET /api/v1/examples).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_examples '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_examples '{}' --json

langsmith.langsmith_create_example

Create Example (POST /api/v1/examples).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_example '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_example '{}' --json

langsmith.langsmith_delete_examples

Delete Examples (DELETE /api/v1/examples).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_examples '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_examples '{}' --json

langsmith.langsmith_create_examples

Create Examples (POST /api/v1/examples/bulk).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_examples '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_examples '{}' --json

langsmith.langsmith_legacy_update_examples

Legacy Update Examples (PATCH /api/v1/examples/bulk).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_legacy_update_examples '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_upload_examples_from_csv '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_upload_examples_from_csv '{}' --json

langsmith.langsmith_validate_example

Validate Example (POST /api/v1/examples/validate).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_validate_example '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_validate_example '{}' --json

langsmith.langsmith_validate_examples

Validate Examples (POST /api/v1/examples/validate/bulk).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_validate_examples '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_validate_examples '{}' --json

langsmith.langsmith_read_datasets

Read Datasets (GET /api/v1/datasets).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_datasets '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_datasets '{}' --json

langsmith.langsmith_create_dataset

Create Dataset (POST /api/v1/datasets).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_dataset '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_dataset '{}' --json

langsmith.langsmith_delete_datasets

Delete Datasets (DELETE /api/v1/datasets).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_datasets '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_datasets '{}' --json

langsmith.langsmith_read_datasets_stream

Read Datasets Stream (GET /api/v1/datasets/stream).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_datasets_stream '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_datasets_stream '{}' --json

langsmith.langsmith_read_dataset

Read Dataset (GET /api/v1/datasets/{dataset_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_dataset '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_dataset '{}' --json

langsmith.langsmith_delete_dataset

Delete Dataset (DELETE /api/v1/datasets/{dataset_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_dataset '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_dataset '{}' --json

langsmith.langsmith_update_dataset

Update Dataset (PATCH /api/v1/datasets/{dataset_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_dataset '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_dataset '{}' --json

langsmith.langsmith_upload_csv_dataset

Upload Csv Dataset (POST /api/v1/datasets/upload).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_upload_csv_dataset '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_upload_csv_dataset '{}' --json

langsmith.langsmith_upload_experiment

Upload Experiment (POST /api/v1/datasets/upload-experiment).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_upload_experiment '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_upload_experiment '{}' --json

langsmith.langsmith_get_dataset_versions

Get Dataset Versions (GET /api/v1/datasets/{dataset_id}/versions).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_dataset_versions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_diff_dataset_versions '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_diff_dataset_versions '{}' --json

langsmith.langsmith_get_dataset_version

Get Dataset Version (GET /api/v1/datasets/{dataset_id}/version).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_dataset_version '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_dataset_version '{}' --json

langsmith.langsmith_update_dataset_version

Update Dataset Version (PUT /api/v1/datasets/{dataset_id}/tags).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_dataset_version '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_dataset_version '{}' --json

langsmith.langsmith_download_dataset_openai

Download Dataset Openai (GET /api/v1/datasets/{dataset_id}/openai).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_download_dataset_openai '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_download_dataset_openai_ft '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_download_dataset_csv '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_download_dataset_csv '{}' --json

langsmith.langsmith_download_dataset_jsonl

Download Dataset Jsonl (GET /api/v1/datasets/{dataset_id}/jsonl).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_download_dataset_jsonl '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_examples_with_runs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_examples_with_runs_grouped '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_delta '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_delta_stream '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_grouped_experiments '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_dataset_share_state '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_dataset_share_state '{}' --json

langsmith.langsmith_share_dataset

Share Dataset (PUT /api/v1/datasets/{dataset_id}/share).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_share_dataset '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_share_dataset '{}' --json

langsmith.langsmith_unshare_dataset

Unshare Dataset (DELETE /api/v1/datasets/{dataset_id}/share).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_unshare_dataset '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_unshare_dataset '{}' --json

langsmith.langsmith_read_comparative_experiments

Read Comparative Experiments (GET /api/v1/datasets/{dataset_id}/comparative).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_comparative_experiments '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_comparative_experiments '{}' --json

langsmith.langsmith_create_comparative_experiment

Create Comparative Experiment (POST /api/v1/datasets/comparative).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_comparative_experiment '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_comparative_experiment '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_comparative_experiment '{}' --json

langsmith.langsmith_clone_dataset

Clone Dataset (POST /api/v1/datasets/clone).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_clone_dataset '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_clone_dataset '{}' --json

langsmith.langsmith_get_dataset_splits

Get Dataset Splits (GET /api/v1/datasets/{dataset_id}/splits).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_dataset_splits '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_dataset_splits '{}' --json

langsmith.langsmith_update_dataset_splits

Update Dataset Splits (PUT /api/v1/datasets/{dataset_id}/splits).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_dataset_splits '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_dataset_splits '{}' --json

langsmith.langsmith_generate

Generate (POST /api/v1/datasets/{dataset_id}/generate).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_generate '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_generate '{}' --json

langsmith.langsmith_dataset_handler

Dataset Handler (POST /api/v1/datasets/playground_experiment/batch).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_dataset_handler '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_dataset_handler '{}' --json

langsmith.langsmith_stream_dataset_handler

Stream Dataset Handler (POST /api/v1/datasets/playground_experiment/stream).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_stream_dataset_handler '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_stream_dataset_handler '{}' --json

langsmith.langsmith_studio_experiment

Studio Experiment (POST /api/v1/datasets/studio_experiment).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_studio_experiment '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_studio_experiment '{}' --json

langsmith.langsmith_list_rules

List Rules (GET /api/v1/runs/rules).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_rules '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_rules '{}' --json

langsmith.langsmith_create_rule

Create Rule (POST /api/v1/runs/rules).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_rule '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_rule '{}' --json

langsmith.langsmith_validate_rule

Validate Rule (POST /api/v1/runs/rules/validate).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_validate_rule '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_validate_rule '{}' --json

langsmith.langsmith_update_rule

Update Rule (PATCH /api/v1/runs/rules/{rule_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_rule '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_rule '{}' --json

langsmith.langsmith_delete_rule

Delete Rule (DELETE /api/v1/runs/rules/{rule_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_rule '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_rule '{}' --json

langsmith.langsmith_thread_preview

Thread Preview (GET /api/v1/runs/threads/{thread_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_thread_preview '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_thread_preview '{}' --json

langsmith.langsmith_list_rule_logs

List Rule Logs (GET /api/v1/runs/rules/{rule_id}/logs).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_rule_logs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_rule_logs_v2 '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_last_applied_rule '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_last_applied_rule '{}' --json

langsmith.langsmith_trigger_rule

Trigger Rule (POST /api/v1/runs/rules/{rule_id}/trigger).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_trigger_rule '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_trigger_rule '{}' --json

langsmith.langsmith_trigger_rules

Trigger Rules (POST /api/v1/runs/rules/trigger).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_trigger_rules '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_trigger_rules '{}' --json

langsmith.langsmith_read_run

Read Run (GET /api/v1/runs/{run_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_run '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_run '{}' --json

langsmith.langsmith_update_run

Update Run (PATCH /api/v1/runs/{run_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_run '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_run_share_state '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_run_share_state '{}' --json

langsmith.langsmith_share_run

Share Run (PUT /api/v1/runs/{run_id}/share).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_share_run '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_share_run '{}' --json

langsmith.langsmith_unshare_run

Unshare Run (DELETE /api/v1/runs/{run_id}/share).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_unshare_run '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_unshare_run '{}' --json

langsmith.langsmith_validate_runs_query

Validate Runs Query (POST /api/v1/runs/query/validate).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_validate_runs_query '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_validate_runs_query '{}' --json

langsmith.langsmith_query_runs

Query Runs (POST /api/v1/runs/query).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_query_runs '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_query_runs '{}' --json

langsmith.langsmith_generate_query_for_runs

Generate Query For Runs (POST /api/v1/runs/generate-query).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_generate_query_for_runs '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_generate_query_for_runs '{}' --json

langsmith.langsmith_stats_runs

Stats Runs (POST /api/v1/runs/stats).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_stats_runs '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_stats_runs '{}' --json

langsmith.langsmith_group_runs

Group Runs (POST /api/v1/runs/group).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_group_runs '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_group_runs '{}' --json

langsmith.langsmith_stats_group_runs

Stats Group Runs (POST /api/v1/runs/group/stats).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_stats_group_runs '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_stats_group_runs '{}' --json

langsmith.langsmith_delete_runs_abac

Delete Runs Abac (POST /api/v1/runs/delete/traces).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_runs_abac '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_runs_abac '{}' --json

langsmith.langsmith_delete_runs

Delete Runs (POST /api/v1/runs/delete).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_runs '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_runs '{}' --json

langsmith.langsmith_evaluate_experiment_adhoc

Evaluate Experiment Adhoc (POST /api/v1/runs/experiments/{experiment_id}/evaluate).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_evaluate_experiment_adhoc '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_evaluate_experiment_adhoc '{}' --json

langsmith.langsmith_create_feedback_formula_ep

Create Feedback Formula Ep (POST /api/v1/feedback/formulas).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_feedback_formula_ep '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_feedback_formula_ep '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_feedback_formula_ep '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_feedback_formula_ep '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_feedback_formula_endpoint '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_feedback_formula_endpoint '{}' --json

langsmith.langsmith_read_feedback

Read Feedback (GET /api/v1/feedback/{feedback_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_feedback '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_feedback '{}' --json

langsmith.langsmith_update_feedback

Update Feedback (PATCH /api/v1/feedback/{feedback_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_feedback '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_feedback '{}' --json

langsmith.langsmith_delete_feedback

Delete Feedback (DELETE /api/v1/feedback/{feedback_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_feedback '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_feedback '{}' --json

langsmith.langsmith_read_feedbacks

Read Feedbacks (GET /api/v1/feedback).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_feedbacks '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_feedbacks '{}' --json

langsmith.langsmith_create_feedback

Create Feedback (POST /api/v1/feedback).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_feedback '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_feedback '{}' --json

langsmith.langsmith_eagerly_create_feedback

Eagerly Create Feedback (POST /api/v1/feedback/eager).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_eagerly_create_feedback '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_eagerly_create_feedback '{}' --json

langsmith.langsmith_create_feedback_ingest_token

Create Feedback Ingest Token (POST /api/v1/feedback/tokens).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_feedback_ingest_token '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_feedback_ingest_tokens '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_feedback_with_token_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_feedback_with_token_post '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_shared_run '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_shared_run_by_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_query_shared_runs '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_query_shared_runs '{}' --json

langsmith.langsmith_read_shared_feedbacks

Read Shared Feedbacks (GET /api/v1/public/{share_token}/feedbacks).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_feedbacks '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_shared_feedbacks '{}' --json

langsmith.langsmith_read_shared_dataset

Read Shared Dataset (GET /api/v1/public/{share_token}/datasets).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_dataset '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_count_shared_examples '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_count_shared_examples '{}' --json

langsmith.langsmith_read_shared_examples

Read Shared Examples (GET /api/v1/public/{share_token}/examples).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_examples '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_dataset_tracer_sessions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_dataset_tracer_sessions_bulk '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_dataset_examples_with_runs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_delta '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_delta_stream '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_query_shared_dataset_runs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_generate_query_for_shared_dataset_runs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_stats_shared_dataset_runs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_dataset_run '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_dataset_feedback '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_shared_comparative_experiments '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_message_json_schema '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_tool_def_json_schema '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_tool_def_json_schema '{}' --json

langsmith.langsmith_get_annotation_queues

Get Annotation Queues (GET /api/v1/annotation-queues).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_annotation_queues '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_annotation_queues '{}' --json

langsmith.langsmith_create_annotation_queue

Create Annotation Queue (POST /api/v1/annotation-queues).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_annotation_queue '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_annotation_queue '{}' --json

langsmith.langsmith_delete_annotation_queues

Delete Annotation Queues (DELETE /api/v1/annotation-queues).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_annotation_queues '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_annotation_queues '{}' --json

langsmith.langsmith_populate_annotation_queue

Populate Annotation Queue (POST /api/v1/annotation-queues/populate).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_populate_annotation_queue '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_populate_annotation_queue '{}' --json

langsmith.langsmith_delete_annotation_queue

Delete Annotation Queue (DELETE /api/v1/annotation-queues/{queue_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_annotation_queue '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_annotation_queue '{}' --json

langsmith.langsmith_update_annotation_queue

Update Annotation Queue (PATCH /api/v1/annotation-queues/{queue_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_annotation_queue '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_annotation_queue '{}' --json

langsmith.langsmith_get_annotation_queue

Get Annotation Queue (GET /api/v1/annotation-queues/{queue_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_annotation_queue '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_add_runs_to_annotation_queue '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_runs_from_annotation_queue '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_add_runs_to_annotation_queue_by_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_export_annotation_queue_archived_runs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_run_from_annotation_queue '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_annotation_queues_for_run '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_run_in_annotation_queue '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_run_from_annotation_queue '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_runs_from_annotation_queue '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_total_size_from_annotation_queue '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_total_archived_from_annotation_queue '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_size_from_annotation_queue '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_identity_annotation_queue_run_status '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_resolve_annotation_queue_run '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_resolve_annotation_queue_run '{}' --json

langsmith.langsmith_execute

Execute (POST /api/v1/ace/execute).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_execute '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_execute '{}' --json

langsmith.langsmith_get_bulk_exports

Get Bulk Exports (GET /api/v1/bulk-exports).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_bulk_exports '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_bulk_exports '{}' --json

langsmith.langsmith_create_bulk_export

Create Bulk Export (POST /api/v1/bulk-exports).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_bulk_export '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_bulk_export_destinations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_bulk_export_destination '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_bulk_export_runs_filtered '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_bulk_export '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_cancel_bulk_export '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_bulk_export_destination '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_bulk_export_destination '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_bulk_export_runs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_bulk_export_run '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_feedback_configs_endpoint '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_feedback_config_endpoint '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_feedback_config_endpoint '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_feedback_config_endpoint '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_model_price_map '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_new_model_price '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_model_price '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_model_price '{}' --json

langsmith.langsmith_delete_model_price

Delete Model Price (DELETE /api/v1/model-price-map/{id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_model_price '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_model_price '{}' --json

langsmith.langsmith_list_usage_limits

List Usage Limits (GET /api/v1/usage-limits).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_usage_limits '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_usage_limits '{}' --json

langsmith.langsmith_upsert_usage_limit

Upsert Usage Limit (PUT /api/v1/usage-limits).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_upsert_usage_limit '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_org_usage_limits '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_usage_limit '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_usage_limit '{}' --json

langsmith.langsmith_invoke_prompt

Invoke Prompt (POST /api/v1/prompts/invoke_prompt).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_invoke_prompt '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_invoke_prompt '{}' --json

langsmith.langsmith_prompt_canvas

Prompt Canvas (POST /api/v1/prompts/canvas).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_prompt_canvas '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_prompt_canvas '{}' --json

langsmith.langsmith_list_prompt_webhooks

List Prompt Webhooks (GET /api/v1/prompt-webhooks).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_prompt_webhooks '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_prompt_webhooks '{}' --json

langsmith.langsmith_create_prompt_webhook

Create Prompt Webhook (POST /api/v1/prompt-webhooks).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_prompt_webhook '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_prompt_webhook '{}' --json

langsmith.langsmith_get_prompt_webhook

Get Prompt Webhook (GET /api/v1/prompt-webhooks/{webhook_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_prompt_webhook '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_prompt_webhook '{}' --json

langsmith.langsmith_update_prompt_webhook

Update Prompt Webhook (PATCH /api/v1/prompt-webhooks/{webhook_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_prompt_webhook '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_prompt_webhook '{}' --json

langsmith.langsmith_delete_prompt_webhook

Delete Prompt Webhook (DELETE /api/v1/prompt-webhooks/{webhook_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_prompt_webhook '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_prompt_webhook '{}' --json

langsmith.langsmith_test_prompt_webhook

Test Prompt Webhook (POST /api/v1/prompt-webhooks/test).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_test_prompt_webhook '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_test_prompt_webhook '{}' --json

langsmith.langsmith_list_playground_settings

List Playground Settings (GET /api/v1/playground-settings).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_playground_settings '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_playground_settings '{}' --json

langsmith.langsmith_create_playground_settings

Create Playground Settings (POST /api/v1/playground-settings).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_playground_settings '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_playground_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_playground_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_playground_settings '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_playground_settings '{}' --json

langsmith.langsmith_clone_section

Clone Section (POST /api/v1/charts/section/clone).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_clone_section '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_clone_section '{}' --json

langsmith.langsmith_read_sections

Read Sections (GET /api/v1/charts/section).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_sections '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_sections '{}' --json

langsmith.langsmith_create_section

Create Section (POST /api/v1/charts/section).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_section '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_section '{}' --json

langsmith.langsmith_read_charts

Read Charts (POST /api/v1/charts).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_charts '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_charts '{}' --json

langsmith.langsmith_read_chart_preview

Read Chart Preview (POST /api/v1/charts/preview).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_chart_preview '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_chart_preview '{}' --json

langsmith.langsmith_create_chart

Create Chart (POST /api/v1/charts/create).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_chart '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_chart '{}' --json

langsmith.langsmith_read_single_chart

Read Single Chart (POST /api/v1/charts/{chart_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_single_chart '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_single_chart '{}' --json

langsmith.langsmith_update_chart

Update Chart (PATCH /api/v1/charts/{chart_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_chart '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_chart '{}' --json

langsmith.langsmith_delete_chart

Delete Chart (DELETE /api/v1/charts/{chart_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_chart '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_chart '{}' --json

langsmith.langsmith_read_single_section

Read Single Section (POST /api/v1/charts/section/{section_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_read_single_section '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_read_single_section '{}' --json

langsmith.langsmith_update_section

Update Section (PATCH /api/v1/charts/section/{section_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_section '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_section '{}' --json

langsmith.langsmith_delete_section

Delete Section (DELETE /api/v1/charts/section/{section_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_section '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_section '{}' --json

langsmith.langsmith_org_read_sections

Org Read Sections (GET /api/v1/org-charts/section).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_read_sections '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_org_read_sections '{}' --json

langsmith.langsmith_org_create_section

Org Create Section (POST /api/v1/org-charts/section).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_create_section '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_org_create_section '{}' --json

langsmith.langsmith_org_read_charts

Org Read Charts (POST /api/v1/org-charts).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_read_charts '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_read_chart_preview '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_org_read_chart_preview '{}' --json

langsmith.langsmith_org_create_chart

Org Create Chart (POST /api/v1/org-charts/create).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_create_chart '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_read_single_chart '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_update_chart '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_org_update_chart '{}' --json

langsmith.langsmith_org_delete_chart

Org Delete Chart (DELETE /api/v1/org-charts/{chart_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_delete_chart '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_read_single_section '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_update_section '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_org_delete_section '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_org_delete_section '{}' --json

langsmith.langsmith_get_tools

Get Tools (GET /api/v1/mcp/tools).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_tools '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_tools '{}' --json

langsmith.langsmith_invalidate_tools_cache

Invalidate Tools Cache (DELETE /api/v1/mcp/tools).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_invalidate_tools_cache '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_invalidate_tools_cache '{}' --json

langsmith.langsmith_proxy_get

Proxy Get (GET /api/v1/mcp/proxy).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_proxy_get '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_proxy_get '{}' --json

langsmith.langsmith_proxy

Proxy (POST /api/v1/mcp/proxy).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_proxy '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_proxy '{}' --json

langsmith.langsmith_list_organizations

List Organizations (GET /api/v1/orgs).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_organizations '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_organizations '{}' --json

langsmith.langsmith_create_organization

Create Organization (POST /api/v1/orgs).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_organization '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_customers_and_get_stripe_setup_intent '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_organization_info '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_organization_info '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_current_organization_info '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_organization_billing_info '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_organization_billing_info '{}' --json

langsmith.langsmith_get_dashboard

Get Dashboard (GET /api/v1/orgs/current/dashboard).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_dashboard '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_on_payment_method_created '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_company_info '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_company_info '{}' --json

langsmith.langsmith_set_company_info

Set Company Info (POST /api/v1/orgs/current/business-info).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_set_company_info '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_set_company_info '{}' --json

langsmith.langsmith_change_payment_plan

Change Payment Plan (POST /api/v1/orgs/current/plan).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_change_payment_plan '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_change_payment_plan '{}' --json

langsmith.langsmith_list_organization_roles

List Organization Roles (GET /api/v1/orgs/current/roles).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_organization_roles '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_organization_roles '{}' --json

langsmith.langsmith_create_organization_roles

Create Organization Roles (POST /api/v1/orgs/current/roles).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_organization_roles '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_organization_roles '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_organization_roles '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_organization_roles '{}' --json

langsmith.langsmith_list_permissions

List Permissions (GET /api/v1/orgs/permissions).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_permissions '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_permissions '{}' --json

langsmith.langsmith_list_pending_organization_invites

List Pending Organization Invites (GET /api/v1/orgs/pending).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_pending_organization_invites '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_org_members '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_add_member_to_current_org '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_active_org_members '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_pending_org_members '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_add_members_to_current_org_batch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_add_basic_auth_members_to_current_org '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_current_org_pending_member '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_pending_organization_invite '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_claim_pending_organization_invite '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_remove_member_from_current_org '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_current_org_member '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_current_org_member '{}' --json

langsmith.langsmith_update_current_user

Update Current User (PATCH /api/v1/orgs/members/basic).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_current_user '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_sso_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_sso_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_sso_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_sso_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_allowed_login_methods '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_org_usage '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_granular_usage '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_export_granular_usage_csv '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_user_login_methods '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_stripe_checkout_sessions_endpoint '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_stripe_account_links_endpoint '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_org_service_keys '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_org_service_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_org_service_key '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_org_personal_access_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_org_personal_access_token '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_org_personal_access_token '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_set_default_sso_provision '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_set_default_sso_provision '{}' --json

langsmith.langsmith_login

Login (POST /api/v1/login).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_login '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_login '{}' --json

langsmith.langsmith_send_sso_email_confirmation

Send Sso Email Confirmation (POST /api/v1/sso/email-verification/send).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_send_sso_email_confirmation '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_check_sso_email_verification_status '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_confirm_sso_user_email '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_sso_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_lookup_sso_by_email '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_api_v1_api_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_api_v1_api_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete '{}' --json

langsmith.langsmith_get_personal_access_tokens

Get Personal Access Tokens (GET /api/v1/api-key/current).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_personal_access_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_generate_personal_access_token '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_personal_access_token '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_personal_access_token '{}' --json

langsmith.langsmith_list_tenants

List Tenants (GET /api/v1/tenants).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_tenants '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_tenants '{}' --json

langsmith.langsmith_create_tenant

Create Tenant (POST /api/v1/tenants).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_tenant '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_tenant '{}' --json

langsmith.langsmith_get_onboarding_state

Get Onboarding State (GET /api/v1/me/onboarding_state).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_onboarding_state '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_onboarding_state '{}' --json

langsmith.langsmith_create_onboarding_state

Create Onboarding State (POST /api/v1/me/onboarding_state).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_onboarding_state '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_onboarding_state_field '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_ls_user_id '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_ls_user_id '{}' --json

langsmith.langsmith_get_service_accounts

Get Service Accounts (GET /api/v1/service-accounts).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_service_accounts '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_service_accounts '{}' --json

langsmith.langsmith_create_service_account

Create Service Account (POST /api/v1/service-accounts).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_service_account '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_service_account '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_service_account '{}' --json

langsmith.langsmith_list_pending_workspace_invites

List Pending Workspace Invites (GET /api/v1/workspaces/pending).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_pending_workspace_invites '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_pending_workspace_invite '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_claim_pending_workspace_invite '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_workspace_members '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_add_member_to_current_workspace '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_active_workspace_members '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_current_pending_workspace_members '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_add_members_to_current_workspace_batch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_current_workspace_member '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_current_workspace_member '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_current_workspace_pending_member '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_current_workspace_pending_member '{}' --json

langsmith.langsmith_get_api_v1_ok

Ok (GET /api/v1/ok).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_api_v1_ok '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_api_v1_ok '{}' --json

langsmith.langsmith_get_settings

Get Settings (GET /api/v1/settings).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_settings '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_settings '{}' --json

langsmith.langsmith_set_tenant_handle

Set Tenant Handle (POST /api/v1/settings/handle).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_set_tenant_handle '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_set_tenant_handle '{}' --json

langsmith.langsmith_list_repos

List Repos (GET /api/v1/repos).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_repos '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_repos '{}' --json

langsmith.langsmith_create_repo

Create Repo (POST /api/v1/repos).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_repo '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_repo '{}' --json

langsmith.langsmith_delete_repos

Delete Repos (DELETE /api/v1/repos).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_repos '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_repos '{}' --json

langsmith.langsmith_get_repo

Get Repo (GET /api/v1/repos/{owner}/{repo}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_repo '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_repo '{}' --json

langsmith.langsmith_update_repo

Update Repo (PATCH /api/v1/repos/{owner}/{repo}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_repo '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_repo '{}' --json

langsmith.langsmith_delete_repo

Delete Repo (DELETE /api/v1/repos/{owner}/{repo}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_repo '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_repo '{}' --json

langsmith.langsmith_fork_repo

Fork Repo (POST /api/v1/repos/{owner}/{repo}/fork).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_fork_repo '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_fork_repo '{}' --json

langsmith.langsmith_list_repo_tags

List Repo Tags (GET /api/v1/repos/tags).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_repo_tags '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_repo_tags '{}' --json

langsmith.langsmith_optimize_prompt_job

Optimize Prompt Job (POST /api/v1/repos/optimize-job).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_optimize_prompt_job '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_optimize_prompt_job '{}' --json

langsmith.langsmith_like_repo

Like Repo (POST /api/v1/likes/{owner}/{repo}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_like_repo '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_like_repo '{}' --json

langsmith.langsmith_create_comment

Create Comment (POST /api/v1/comments/{owner}/{repo}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_comment '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_comment '{}' --json

langsmith.langsmith_get_comments

Get Comments (GET /api/v1/comments/{owner}/{repo}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_comments '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_sub_comments '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_sub_comment '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_like_comment '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_like_comment '{}' --json

langsmith.langsmith_unlike_comment

Unlike Comment (DELETE /api/v1/comments/{owner}/{repo}/{parent_comment_id}/like).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_unlike_comment '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_unlike_comment '{}' --json

langsmith.langsmith_get_tags

Get Tags (GET /api/v1/repos/{owner}/{repo}/tags).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_tags '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_tags '{}' --json

langsmith.langsmith_create_tag

Create Tag (POST /api/v1/repos/{owner}/{repo}/tags).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_tag '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_tag '{}' --json

langsmith.langsmith_get_tag

Get Tag (GET /api/v1/repos/{owner}/{repo}/tags/{tag_name}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_tag '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_tag '{}' --json

langsmith.langsmith_update_tag

Update Tag (PATCH /api/v1/repos/{owner}/{repo}/tags/{tag_name}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_tag '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_tag '{}' --json

langsmith.langsmith_delete_tag

Delete Tag (DELETE /api/v1/repos/{owner}/{repo}/tags/{tag_name}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_tag '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_tag '{}' --json

langsmith.langsmith_list_repo_owners

List Repo Owners (GET /api/v1/repos/{owner}/{repo}/owners).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_repo_owners '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_repo_owners '{}' --json

langsmith.langsmith_add_repo_owner

Add Repo Owner (POST /api/v1/repos/{owner}/{repo}/owners).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_add_repo_owner '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_add_repo_owner '{}' --json

langsmith.langsmith_remove_repo_owner

Remove Repo Owner (DELETE /api/v1/repos/{owner}/{repo}/owners).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_remove_repo_owner '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_remove_repo_owner '{}' --json

langsmith.langsmith_list_jobs

List Jobs (GET /api/v1/repos/{owner}/{repo}/optimization-jobs).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_jobs '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_list_jobs '{}' --json

langsmith.langsmith_create_job

Create Job (POST /api/v1/repos/{owner}/{repo}/optimization-jobs).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_job '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_create_job '{}' --json

langsmith.langsmith_get_job

Get Job (GET /api/v1/repos/{owner}/{repo}/optimization-jobs/{job_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_job '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_job '{}' --json

langsmith.langsmith_update_job

Update Job (PATCH /api/v1/repos/{owner}/{repo}/optimization-jobs/{job_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_update_job '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_update_job '{}' --json

langsmith.langsmith_delete_job

Delete Job (DELETE /api/v1/repos/{owner}/{repo}/optimization-jobs/{job_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_job '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_list_job_logs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_create_log '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_log '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_log '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_well_known_oauth_authorization_server '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_api_v1_hub_environments '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_api_v1_hub_environments '{}' --json

langsmith.langsmith_post

Create hub environments model (POST /api/v1/hub/environments).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_api_v1_hub_environments_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_patch '{}' --json

langsmith.langsmith_get_auth_public

Get public auth info (GET /auth/public).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_auth_public '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_auth_public '{}' --json

langsmith.langsmith_post_aws_marketplace_register

AWS Marketplace fulfillment URL registration (POST /aws-marketplace/register).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_aws_marketplace_register '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_aws_marketplace_register '{}' --json

langsmith.langsmith_get_commits_owner_repo

List commits (GET /commits/{owner}/{repo}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_commits_owner_repo '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_commits_owner_repo '{}' --json

langsmith.langsmith_post_commits_owner_repo

Create a commit (POST /commits/{owner}/{repo}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_commits_owner_repo '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_commits_owner_repo_commit '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_datasets_dataset_id_experiment_view_overrides '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_datasets_dataset_id_experiment_view_overrides '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_datasets_dataset_id_experiment_view_overrides_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_datasets_dataset_id_experiment_view_overrides_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_datasets_dataset_id_experiment_view_overrides_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_me_providers_providertype '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_me_providers_providertype '{}' --json

langsmith.langsmith_get_oauth_authorize

Initiate OAuth2 authorization (GET /oauth/authorize).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_oauth_authorize '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_oauth_authorize '{}' --json

langsmith.langsmith_post_oauth_authorize_approve

Approve OAuth2 authorization request (POST /oauth/authorize/approve).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_oauth_authorize_approve '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_oauth_authorize_approve '{}' --json

langsmith.langsmith_post_oauth_device_authorize

Authorize a device code (POST /oauth/device/authorize).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_oauth_device_authorize '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_oauth_device_authorize '{}' --json

langsmith.langsmith_post_oauth_device_code

Request OAuth2 device authorization (POST /oauth/device/code).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_oauth_device_code '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_oauth_device_code '{}' --json

langsmith.langsmith_post_oauth_revoke

Revoke an OAuth2 token (POST /oauth/revoke).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_oauth_revoke '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_oauth_revoke '{}' --json

langsmith.langsmith_post_oauth_token

Exchange grant for OAuth2 tokens (POST /oauth/token).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_oauth_token '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_repos_owner_repo_tags_tag_name_history '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_repos_owner_repo_tags_tag_name_history '{}' --json

langsmith.langsmith_post_runs

Create a Run (POST /runs).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_runs '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_runs '{}' --json

langsmith.langsmith_post_runs_batch

Ingest Runs (Batch JSON) (POST /runs/batch).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_runs_batch '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_runs_batch '{}' --json

langsmith.langsmith_post_runs_multipart

Ingest Runs (Multipart) (POST /runs/multipart).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_runs_multipart '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_runs_multipart '{}' --json

langsmith.langsmith_patch_runs_run_id

Update a Run (PATCH /runs/{run_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_runs_run_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_agent_builder_integrations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_put_v1_agent_builder_integrations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_beacon_usage_snapshot '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_v1_beacon_usage_snapshot '{}' --json

langsmith.langsmith_get_v1_fleet_agents

List agents (GET /v1/fleet/agents).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_agents '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_v1_fleet_agents '{}' --json

langsmith.langsmith_post_v1_fleet_agents

Create an agent (POST /v1/fleet/agents).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_agents '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_agents_agentid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_fleet_agents_agentid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_auth_providers '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_auth_providers '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_auth_providers_discover '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_auth_providers_provider_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_fleet_auth_providers_provider_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_fleet_auth_providers_provider_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_auth_sessions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_auth_sessions_session_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_auth_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_auth_tokens_revoke '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_fleet_auth_tokens_token_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_fleet_auth_tokens_token_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_integrations '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_v1_fleet_integrations '{}' --json

langsmith.langsmith_post_v1_fleet_integrations

Create a custom integration (POST /v1/fleet/integrations).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_integrations '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_integrations_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_fleet_integrations_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_fleet_integrations_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_put_v1_fleet_integrations_id_auth_methods '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_mcp_servers '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_mcp_servers '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_mcp_servers_mcp_server_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_fleet_mcp_servers_mcp_server_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_fleet_mcp_servers_mcp_server_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_mcp_servers_mcp_server_id_oauth_provider '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_mcp_tools '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_v1_fleet_mcp_tools '{}' --json

langsmith.langsmith_get_v1_fleet_skills

List skills (GET /v1/fleet/skills).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_skills '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_v1_fleet_skills '{}' --json

langsmith.langsmith_post_v1_fleet_skills

Create a skill (POST /v1/fleet/skills).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_skills '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_skills_skillid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_put_v1_fleet_skills_skillid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_fleet_skills_skillid '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_delete_v1_fleet_skills_skillid '{}' --json

langsmith.langsmith_post_v1_fleet_threads

Create thread (POST /v1/fleet/threads).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_threads '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_v1_fleet_threads '{}' --json

langsmith.langsmith_get_v1_fleet_threads_threadid

Get thread (GET /v1/fleet/threads/{threadID}).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_fleet_threads_threadid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_threads_threadid_resolve_interrupt '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_fleet_threads_threadid_runs '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_alerts_session_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_alerts_session_id_test '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_alerts_session_id_alert_rule_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_alerts_session_id_alert_rule_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_platform_alerts_session_id_alert_rule_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_annotation_queues_queue_id_reviewers '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_annotation_queues_queue_id_reviewers_identity_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_datasets_examples '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_datasets_dataset_id_examples '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_platform_datasets_dataset_id_examples '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_evaluators '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_v1_platform_evaluators '{}' --json

langsmith.langsmith_post_v1_platform_evaluators

Create evaluator (POST /v1/platform/evaluators).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_evaluators '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_v1_platform_evaluators '{}' --json

langsmith.langsmith_delete_v1_platform_evaluators

Bulk delete evaluators (DELETE /v1/platform/evaluators).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_evaluators '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_evaluators_evaluator_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_evaluators_evaluator_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_platform_evaluators_evaluator_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_features '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_put_v1_platform_features_feature_default_model '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_features_feature_default_model '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_put_v1_platform_features_feature_disabled_models '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_features_feature_disabled_models_model '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_fleet_webhooks_webhook_id_run '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_fleet_mcp_servers '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_fleet_mcp_servers '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_fleet_mcp_servers_mcp_server_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_fleet_mcp_servers_mcp_server_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_platform_fleet_mcp_servers_mcp_server_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_fleet_mcp_servers_mcp_server_id_oauth_provider '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_fleet_providers_github_app_auth '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_fleet_providers_github_app_connection '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_fleet_providers_github_app_connection '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_platform_fleet_providers_github_app_connection '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_fleet_providers_github_app_install '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_fleet_providers_github_app_installations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_fleet_providers_github_app_installations_refresh '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_fleet_providers_github_app_installations_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_fleet_providers_github_app_installations_id_repos '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_fleet_providers_github_app_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_fleet_providers_github_app_webhooks '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_fleet_usage_agents '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_fleet_usage_models '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_fleet_usage_tools '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_fleet_usage_users '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_hub_repos_owner_repo_directories '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_hub_repos_owner_repo_directories '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_hub_repos_owner_repo_directories_commits '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_mcp_vendors '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_account '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_mcp_servers '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_put_v1_platform_mcp_vendors_vendor_slug_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_mcp_vendors_vendor_slug_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_mcp_vendors_vendor_slug_settings '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_tools '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_nps_response '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_ops_backfills_restart '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_orgs_current_access_policies '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_orgs_current_access_policies '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_orgs_current_access_policies_roles_role_id_access_policies '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_orgs_current_access_policies_access_policy_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_orgs_current_access_policies_access_policy_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_orgs_current_data_planes '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_orgs_current_info '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_orgs_current_members '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_orgs_current_scim_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_orgs_current_scim_tokens '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_orgs_current_scim_tokens_scim_token_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_orgs_current_scim_tokens_scim_token_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_platform_orgs_current_scim_tokens_scim_token_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_sessions_sessionid_agent_versions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_tools '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_v1_platform_tools '{}' --json

langsmith.langsmith_post_v1_platform_tools

Create a tool (POST /v1/platform/tools).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v1_platform_tools '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_tools_id_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_tools_id_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_platform_tools_id_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v1_platform_tools_handle '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v1_platform_tools_handle '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v1_platform_tools_handle '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_patch_v1_platform_tools_handle '{}' --json

langsmith.langsmith_post_v2_runs_query

Query runs (POST /v2/runs/query).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v2_runs_query '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v2_runs_run_id '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_v2_runs_run_id '{}' --json

langsmith.langsmith_get_v2_sandboxes_boxes

List sandbox claims (GET /v2/sandboxes/boxes).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v2_sandboxes_boxes '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_v2_sandboxes_boxes '{}' --json

langsmith.langsmith_post_v2_sandboxes_boxes

Create a sandbox claim (POST /v2/sandboxes/boxes).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v2_sandboxes_boxes '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v2_sandboxes_boxes_batch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v2_sandboxes_boxes_name '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v2_sandboxes_boxes_name '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_patch_v2_sandboxes_boxes_name '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v2_sandboxes_boxes_name_service_url '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v2_sandboxes_boxes_name_snapshot '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v2_sandboxes_boxes_name_start '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v2_sandboxes_boxes_name_status '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v2_sandboxes_boxes_name_stop '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v2_sandboxes_internal_start_name '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_post_v2_sandboxes_internal_start_name '{}' --json

langsmith.langsmith_get_v2_sandboxes_snapshots

List snapshots (GET /v2/sandboxes/snapshots).

Read read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v2_sandboxes_snapshots '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_v2_sandboxes_snapshots '{}' --json

langsmith.langsmith_post_v2_sandboxes_snapshots

Create a snapshot (POST /v2/sandboxes/snapshots).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v2_sandboxes_snapshots '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v2_sandboxes_snapshots_snapshot_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_delete_v2_sandboxes_snapshots_snapshot_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v2_sandboxes_usage '{}' --json
Shortcut
kosmo integrations:langsmith langsmith_get_v2_sandboxes_usage '{}' --json

langsmith.langsmith_post_v2_threads_query

Query Threads (POST /v2/threads/query).

Write write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_post_v2_threads_query '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v2_threads_thread_id_traces '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_v2_traces_trace_id_runs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_get_workspaces_current_ttl_settings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call langsmith.langsmith_put_workspaces_current_ttl_settings '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema langsmith.langsmith_get_server_info --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_health_info 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_health_info --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_queue_metrics 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_queue_metrics --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_tracing_project_prebuilt_dashboard 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_tracing_project_prebuilt_dashboard --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_tracer_session 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_tracer_session --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_tracer_session 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_tracer_session --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_tracer_session 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_tracer_session --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_tracer_sessions 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_tracer_sessions --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_tracer_session 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_tracer_session --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_tracer_sessions 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_tracer_sessions --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_tracer_sessions_runs_metadata 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_tracer_sessions_runs_metadata --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_filter_views 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_filter_views --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_filter_view 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_filter_view --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_filter_view 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_filter_view --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_filter_view 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_filter_view --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_filter_view 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_filter_view --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_rename_filter_view 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_rename_filter_view --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_get_insights_jobs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_get_insights_jobs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_create_insights_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_create_insights_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_get_insights_job_configs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_get_insights_job_configs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_create_insights_job_config 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_create_insights_job_config --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_auto_generate_insights_job_config 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_auto_generate_insights_job_config --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_update_insights_job_config 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_update_insights_job_config --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_delete_insights_job_config 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_delete_insights_job_config --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_get_insights_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_get_insights_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_update_insights_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_update_insights_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_delete_insights_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_delete_insights_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_get_run_cluster_from_insights_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_get_run_cluster_from_insights_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_beta_get_runs_from_insights_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_beta_get_runs_from_insights_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_workspace 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_workspace --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_workspaces 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_workspaces --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_workspace 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_workspace --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_workspace 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_workspace --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_workspace_stats 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_workspace_stats --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_workspace_usage_limits_info 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_workspace_usage_limits_info --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_shared_tokens 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_shared_tokens --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_bulk_unshare_entities 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_bulk_unshare_entities --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_current_workspace_secrets 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_current_workspace_secrets --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_upsert_current_workspace_secrets 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_upsert_current_workspace_secrets --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_workspace_encrypted_secrets 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_workspace_encrypted_secrets --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_tag_keys 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_tag_keys --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_tag_key 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_tag_key --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_tag_key 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_tag_key --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_tag_key 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_tag_key --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_tag_key 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_tag_key --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_tag_value 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_tag_value --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_tag_values 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_tag_values --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_tag_value 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_tag_value --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_tag_value 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_tag_value --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_tag_value 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_tag_value --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_tagging 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_tagging --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_taggings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_taggings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_tagging 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_tagging --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_tags 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_tags --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_tags_for_resource 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_tags_for_resource --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_tags_for_resources 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_tags_for_resources --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_audit_logs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_audit_logs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_ttl_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_ttl_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_upsert_ttl_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_upsert_ttl_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_api_v1_orgs_ttl_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_api_v1_orgs_ttl_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_put_api_v1_orgs_ttl_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_put_api_v1_orgs_ttl_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_count_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_count_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_example 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_example --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_example 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_example --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_example 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_example --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_example 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_example --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_legacy_update_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_legacy_update_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_upload_examples_from_csv 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_upload_examples_from_csv --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_validate_example 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_validate_example --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_validate_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_validate_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_datasets 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_datasets --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_dataset 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_dataset --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_datasets 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_datasets --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_datasets_stream 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_datasets_stream --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_dataset 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_dataset --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_dataset 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_dataset --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_dataset 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_dataset --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_upload_csv_dataset 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_upload_csv_dataset --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_upload_experiment 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_upload_experiment --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_dataset_versions 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_dataset_versions --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_diff_dataset_versions 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_diff_dataset_versions --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_dataset_version 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_dataset_version --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_dataset_version 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_dataset_version --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_download_dataset_openai 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_download_dataset_openai --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_download_dataset_openai_ft 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_download_dataset_openai_ft --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_download_dataset_csv 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_download_dataset_csv --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_download_dataset_jsonl 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_download_dataset_jsonl --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_examples_with_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_examples_with_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_examples_with_runs_grouped 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_examples_with_runs_grouped --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_delta 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_delta --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_delta_stream 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_delta_stream --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_grouped_experiments 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_grouped_experiments --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_dataset_share_state 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_dataset_share_state --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_share_dataset 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_share_dataset --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_unshare_dataset 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_unshare_dataset --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_comparative_experiments 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_comparative_experiments --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_comparative_experiment 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_comparative_experiment --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_comparative_experiment 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_comparative_experiment --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_clone_dataset 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_clone_dataset --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_dataset_splits 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_dataset_splits --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_dataset_splits 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_dataset_splits --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_generate 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_generate --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_dataset_handler 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_dataset_handler --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_stream_dataset_handler 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_stream_dataset_handler --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_studio_experiment 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_studio_experiment --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_rules 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_rules --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_rule 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_rule --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_validate_rule 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_validate_rule --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_rule 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_rule --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_rule 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_rule --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_thread_preview 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_thread_preview --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_rule_logs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_rule_logs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_rule_logs_v2 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_rule_logs_v2 --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_last_applied_rule 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_last_applied_rule --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_trigger_rule 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_trigger_rule --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_trigger_rules 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_trigger_rules --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_run 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_run --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_run 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_run --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_run_share_state 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_run_share_state --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_share_run 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_share_run --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_unshare_run 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_unshare_run --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_validate_runs_query 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_validate_runs_query --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_query_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_query_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_generate_query_for_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_generate_query_for_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_stats_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_stats_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_group_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_group_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_stats_group_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_stats_group_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_runs_abac 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_runs_abac --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_evaluate_experiment_adhoc 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_evaluate_experiment_adhoc --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_feedback_formula_ep 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_feedback_formula_ep --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_feedback_formula_ep 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_feedback_formula_ep --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_feedback_formula_ep 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_feedback_formula_ep --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_feedback_formula_ep 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_feedback_formula_ep --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_feedback_formula_endpoint 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_feedback_formula_endpoint --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_feedback 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_feedback --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_feedback 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_feedback --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_feedback 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_feedback --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_feedbacks 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_feedbacks --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_feedback 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_feedback --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_eagerly_create_feedback 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_eagerly_create_feedback --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_feedback_ingest_token 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_feedback_ingest_token --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_feedback_ingest_tokens 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_feedback_ingest_tokens --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_feedback_with_token_get 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_feedback_with_token_get --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_feedback_with_token_post 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_feedback_with_token_post --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_shared_run 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_shared_run --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_shared_run_by_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_shared_run_by_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_query_shared_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_query_shared_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_feedbacks 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_feedbacks --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_dataset 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_dataset --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_count_shared_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_count_shared_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_dataset_tracer_sessions 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_dataset_tracer_sessions --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_dataset_tracer_sessions_bulk 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_dataset_tracer_sessions_bulk --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_dataset_examples_with_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_dataset_examples_with_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_delta 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_delta --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_delta_stream 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_delta_stream --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_query_shared_dataset_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_query_shared_dataset_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_generate_query_for_shared_dataset_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_generate_query_for_shared_dataset_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_stats_shared_dataset_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_stats_shared_dataset_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_dataset_run 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_dataset_run --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_dataset_feedback 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_dataset_feedback --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_shared_comparative_experiments 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_shared_comparative_experiments --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_message_json_schema 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_message_json_schema --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_tool_def_json_schema 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_tool_def_json_schema --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_annotation_queues 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_annotation_queues --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_annotation_queues 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_annotation_queues --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_populate_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_populate_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_add_runs_to_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_add_runs_to_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_runs_from_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_runs_from_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_add_runs_to_annotation_queue_by_key 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_add_runs_to_annotation_queue_by_key --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_export_annotation_queue_archived_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_export_annotation_queue_archived_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_run_from_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_run_from_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_annotation_queues_for_run 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_annotation_queues_for_run --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_run_in_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_run_in_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_run_from_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_run_from_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_runs_from_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_runs_from_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_total_size_from_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_total_size_from_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_total_archived_from_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_total_archived_from_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_size_from_annotation_queue 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_size_from_annotation_queue --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_identity_annotation_queue_run_status 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_identity_annotation_queue_run_status --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_resolve_annotation_queue_run 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_resolve_annotation_queue_run --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_execute 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_execute --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_bulk_exports 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_bulk_exports --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_bulk_export 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_bulk_export --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_bulk_export_destinations 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_bulk_export_destinations --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_bulk_export_destination 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_bulk_export_destination --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_bulk_export_runs_filtered 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_bulk_export_runs_filtered --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_bulk_export 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_bulk_export --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_cancel_bulk_export 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_cancel_bulk_export --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_bulk_export_destination 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_bulk_export_destination --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_bulk_export_destination 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_bulk_export_destination --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_bulk_export_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_bulk_export_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_bulk_export_run 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_bulk_export_run --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_feedback_configs_endpoint 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_feedback_configs_endpoint --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_feedback_config_endpoint 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_feedback_config_endpoint --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_feedback_config_endpoint 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_feedback_config_endpoint --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_feedback_config_endpoint 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_feedback_config_endpoint --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_model_price_map 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_model_price_map --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_new_model_price 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_new_model_price --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_model_price 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_model_price --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_model_price 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_model_price --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_usage_limits 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_usage_limits --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_upsert_usage_limit 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_upsert_usage_limit --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_org_usage_limits 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_org_usage_limits --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_usage_limit 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_usage_limit --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_invoke_prompt 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_invoke_prompt --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_prompt_canvas 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_prompt_canvas --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_prompt_webhooks 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_prompt_webhooks --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_prompt_webhook 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_prompt_webhook --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_prompt_webhook 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_prompt_webhook --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_prompt_webhook 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_prompt_webhook --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_prompt_webhook 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_prompt_webhook --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_test_prompt_webhook 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_test_prompt_webhook --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_playground_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_playground_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_playground_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_playground_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_playground_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_playground_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_playground_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_playground_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_playground_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_playground_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_clone_section 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_clone_section --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_sections 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_sections --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_section 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_section --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_charts 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_charts --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_chart_preview 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_chart_preview --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_chart 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_chart --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_single_chart 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_single_chart --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_chart 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_chart --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_chart 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_chart --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_read_single_section 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_read_single_section --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_section 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_section --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_section 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_section --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_read_sections 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_read_sections --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_create_section 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_create_section --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_read_charts 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_read_charts --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_read_chart_preview 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_read_chart_preview --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_create_chart 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_create_chart --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_read_single_chart 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_read_single_chart --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_update_chart 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_update_chart --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_delete_chart 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_delete_chart --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_read_single_section 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_read_single_section --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_update_section 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_update_section --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_org_delete_section 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_org_delete_section --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_tools 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_tools --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_invalidate_tools_cache 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_invalidate_tools_cache --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_proxy_get 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_proxy_get --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_proxy 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_proxy --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_organizations 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_organizations --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_organization 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_organization --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_customers_and_get_stripe_setup_intent 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_customers_and_get_stripe_setup_intent --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_organization_info 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_organization_info --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_organization_info 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_organization_info --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_current_organization_info 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_current_organization_info --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_organization_billing_info 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_organization_billing_info --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_dashboard 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_dashboard --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_on_payment_method_created 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_on_payment_method_created --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_company_info 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_company_info --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_set_company_info 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_set_company_info --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_change_payment_plan 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_change_payment_plan --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_organization_roles 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_organization_roles --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_organization_roles 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_organization_roles --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_organization_roles 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_organization_roles --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_organization_roles 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_organization_roles --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_permissions 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_permissions --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_pending_organization_invites 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_pending_organization_invites --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_org_members 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_org_members --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_add_member_to_current_org 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_add_member_to_current_org --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_active_org_members 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_active_org_members --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_pending_org_members 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_pending_org_members --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_add_members_to_current_org_batch 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_add_members_to_current_org_batch --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_add_basic_auth_members_to_current_org 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_add_basic_auth_members_to_current_org --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_current_org_pending_member 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_current_org_pending_member --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_pending_organization_invite 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_pending_organization_invite --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_claim_pending_organization_invite 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_claim_pending_organization_invite --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_remove_member_from_current_org 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_remove_member_from_current_org --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_current_org_member 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_current_org_member --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_current_user 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_current_user --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_sso_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_sso_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_sso_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_sso_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_sso_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_sso_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_sso_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_sso_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_allowed_login_methods 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_allowed_login_methods --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_org_usage 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_org_usage --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_granular_usage 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_granular_usage --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_export_granular_usage_csv 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_export_granular_usage_csv --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_user_login_methods 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_user_login_methods --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_stripe_checkout_sessions_endpoint 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_stripe_checkout_sessions_endpoint --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_org_service_keys 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_org_service_keys --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_org_service_key 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_org_service_key --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_org_service_key 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_org_service_key --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_org_personal_access_tokens 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_org_personal_access_tokens --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_org_personal_access_token 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_org_personal_access_token --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_org_personal_access_token 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_org_personal_access_token --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_set_default_sso_provision 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_set_default_sso_provision --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_login 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_login --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_send_sso_email_confirmation 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_send_sso_email_confirmation --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_check_sso_email_verification_status 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_check_sso_email_verification_status --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_confirm_sso_user_email 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_confirm_sso_user_email --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_sso_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_sso_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_lookup_sso_by_email 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_lookup_sso_by_email --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_api_v1_api_key 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_api_v1_api_key --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_api_v1_api_key 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_api_v1_api_key --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_personal_access_tokens 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_personal_access_tokens --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_generate_personal_access_token 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_generate_personal_access_token --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_personal_access_token 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_personal_access_token --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_tenants 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_tenants --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_tenant 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_tenant --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_onboarding_state 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_onboarding_state --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_onboarding_state 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_onboarding_state --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_onboarding_state_field 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_onboarding_state_field --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_ls_user_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_ls_user_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_service_accounts 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_service_accounts --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_service_account 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_service_account --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_service_account 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_service_account --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_pending_workspace_invites 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_pending_workspace_invites --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_pending_workspace_invite 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_pending_workspace_invite --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_claim_pending_workspace_invite 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_claim_pending_workspace_invite --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_workspace_members 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_workspace_members --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_add_member_to_current_workspace 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_add_member_to_current_workspace --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_active_workspace_members 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_active_workspace_members --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_current_pending_workspace_members 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_current_pending_workspace_members --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_add_members_to_current_workspace_batch 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_add_members_to_current_workspace_batch --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_current_workspace_member 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_current_workspace_member --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_current_workspace_member 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_current_workspace_member --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_current_workspace_pending_member 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_current_workspace_pending_member --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_api_v1_ok 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_api_v1_ok --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_set_tenant_handle 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_set_tenant_handle --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_repos 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_repos --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_repo 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_repo --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_repos 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_repos --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_repo 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_repo --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_repo 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_repo --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_repo 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_repo --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_fork_repo 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_fork_repo --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_repo_tags 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_repo_tags --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_optimize_prompt_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_optimize_prompt_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_like_repo 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_like_repo --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_comment 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_comment --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_comments 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_comments --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_sub_comments 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_sub_comments --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_sub_comment 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_sub_comment --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_like_comment 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_like_comment --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_unlike_comment 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_unlike_comment --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_tags 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_tags --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_tag 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_tag --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_tag 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_tag --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_tag 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_tag --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_tag 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_tag --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_repo_owners 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_repo_owners --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_add_repo_owner 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_add_repo_owner --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_remove_repo_owner 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_remove_repo_owner --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_jobs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_jobs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_update_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_update_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_job 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_job --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_list_job_logs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_list_job_logs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_create_log 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_create_log --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_log 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_log --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_log 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_log --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_well_known_oauth_authorization_server 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_well_known_oauth_authorization_server --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_api_v1_hub_environments 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_api_v1_hub_environments --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_api_v1_hub_environments_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_api_v1_hub_environments_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_auth_public 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_auth_public --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_aws_marketplace_register 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_aws_marketplace_register --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_commits_owner_repo 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_commits_owner_repo --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_commits_owner_repo 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_commits_owner_repo --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_commits_owner_repo_commit 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_commits_owner_repo_commit --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_datasets_dataset_id_experiment_view_overrides 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_datasets_dataset_id_experiment_view_overrides --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_datasets_dataset_id_experiment_view_overrides 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_datasets_dataset_id_experiment_view_overrides --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_datasets_dataset_id_experiment_view_overrides_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_datasets_dataset_id_experiment_view_overrides_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_datasets_dataset_id_experiment_view_overrides_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_datasets_dataset_id_experiment_view_overrides_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_datasets_dataset_id_experiment_view_overrides_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_datasets_dataset_id_experiment_view_overrides_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_me_providers_providertype 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_me_providers_providertype --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_oauth_authorize 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_oauth_authorize --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_oauth_authorize_approve 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_oauth_authorize_approve --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_oauth_device_authorize 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_oauth_device_authorize --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_oauth_device_code 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_oauth_device_code --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_oauth_revoke 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_oauth_revoke --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_oauth_token 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_oauth_token --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_repos_owner_repo_tags_tag_name_history 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_repos_owner_repo_tags_tag_name_history --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_runs_batch 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_runs_batch --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_runs_multipart 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_runs_multipart --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_runs_run_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_runs_run_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_agent_builder_integrations 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_agent_builder_integrations --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_put_v1_agent_builder_integrations 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_put_v1_agent_builder_integrations --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_beacon_usage_snapshot 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_beacon_usage_snapshot --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_agents 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_agents --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_agents 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_agents --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_agents_agentid 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_agents_agentid --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_fleet_agents_agentid 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_fleet_agents_agentid --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_auth_providers 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_auth_providers --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_auth_providers 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_auth_providers --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_auth_providers_discover 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_auth_providers_discover --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_auth_providers_provider_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_auth_providers_provider_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_fleet_auth_providers_provider_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_fleet_auth_providers_provider_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_fleet_auth_providers_provider_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_fleet_auth_providers_provider_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_auth_sessions 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_auth_sessions --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_auth_sessions_session_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_auth_sessions_session_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_auth_tokens 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_auth_tokens --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_auth_tokens_revoke 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_auth_tokens_revoke --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_fleet_auth_tokens_token_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_fleet_auth_tokens_token_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_fleet_auth_tokens_token_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_fleet_auth_tokens_token_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_integrations 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_integrations --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_integrations 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_integrations --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_integrations_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_integrations_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_fleet_integrations_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_fleet_integrations_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_fleet_integrations_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_fleet_integrations_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_put_v1_fleet_integrations_id_auth_methods 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_put_v1_fleet_integrations_id_auth_methods --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_mcp_servers 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_mcp_servers --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_mcp_servers 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_mcp_servers --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_mcp_servers_mcp_server_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_mcp_servers_mcp_server_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_fleet_mcp_servers_mcp_server_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_fleet_mcp_servers_mcp_server_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_fleet_mcp_servers_mcp_server_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_fleet_mcp_servers_mcp_server_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_mcp_servers_mcp_server_id_oauth_provider 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_mcp_servers_mcp_server_id_oauth_provider --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_mcp_tools 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_mcp_tools --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_skills 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_skills --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_skills 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_skills --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_skills_skillid 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_skills_skillid --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_put_v1_fleet_skills_skillid 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_put_v1_fleet_skills_skillid --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_fleet_skills_skillid 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_fleet_skills_skillid --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_threads 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_threads --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_fleet_threads_threadid 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_fleet_threads_threadid --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_threads_threadid_resolve_interrupt 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_threads_threadid_resolve_interrupt --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_fleet_threads_threadid_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_fleet_threads_threadid_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_alerts_session_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_alerts_session_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_alerts_session_id_test 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_alerts_session_id_test --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_alerts_session_id_alert_rule_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_alerts_session_id_alert_rule_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_alerts_session_id_alert_rule_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_alerts_session_id_alert_rule_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_platform_alerts_session_id_alert_rule_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_platform_alerts_session_id_alert_rule_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_annotation_queues_queue_id_reviewers 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_annotation_queues_queue_id_reviewers --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_annotation_queues_queue_id_reviewers_identity_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_annotation_queues_queue_id_reviewers_identity_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_datasets_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_datasets_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_datasets_dataset_id_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_datasets_dataset_id_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_platform_datasets_dataset_id_examples 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_platform_datasets_dataset_id_examples --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_evaluators 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_evaluators --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_evaluators 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_evaluators --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_evaluators 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_evaluators --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_evaluators_evaluator_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_evaluators_evaluator_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_evaluators_evaluator_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_evaluators_evaluator_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_platform_evaluators_evaluator_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_platform_evaluators_evaluator_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_features 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_features --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_put_v1_platform_features_feature_default_model 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_put_v1_platform_features_feature_default_model --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_features_feature_default_model 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_features_feature_default_model --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_put_v1_platform_features_feature_disabled_models 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_put_v1_platform_features_feature_disabled_models --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_features_feature_disabled_models_model 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_features_feature_disabled_models_model --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_fleet_webhooks_webhook_id_run 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_fleet_webhooks_webhook_id_run --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_fleet_mcp_servers 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_fleet_mcp_servers --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_fleet_mcp_servers 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_fleet_mcp_servers --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_fleet_mcp_servers_mcp_server_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_fleet_mcp_servers_mcp_server_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_fleet_mcp_servers_mcp_server_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_fleet_mcp_servers_mcp_server_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_platform_fleet_mcp_servers_mcp_server_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_platform_fleet_mcp_servers_mcp_server_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_fleet_mcp_servers_mcp_server_id_oauth_provider 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_fleet_mcp_servers_mcp_server_id_oauth_provider --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_fleet_providers_github_app_auth 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_fleet_providers_github_app_auth --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_fleet_providers_github_app_connection 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_fleet_providers_github_app_connection --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_fleet_providers_github_app_connection 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_fleet_providers_github_app_connection --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_platform_fleet_providers_github_app_connection 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_platform_fleet_providers_github_app_connection --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_fleet_providers_github_app_install 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_fleet_providers_github_app_install --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_fleet_providers_github_app_installations 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_fleet_providers_github_app_installations --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_fleet_providers_github_app_installations_refresh 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_fleet_providers_github_app_installations_refresh --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_fleet_providers_github_app_installations_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_fleet_providers_github_app_installations_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_fleet_providers_github_app_installations_id_repos 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_fleet_providers_github_app_installations_id_repos --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_fleet_providers_github_app_tokens 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_fleet_providers_github_app_tokens --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_fleet_providers_github_app_webhooks 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_fleet_providers_github_app_webhooks --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_fleet_usage_agents 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_fleet_usage_agents --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_fleet_usage_models 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_fleet_usage_models --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_fleet_usage_tools 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_fleet_usage_tools --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_fleet_usage_users 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_fleet_usage_users --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_hub_repos_owner_repo_directories 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_hub_repos_owner_repo_directories --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_hub_repos_owner_repo_directories 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_hub_repos_owner_repo_directories --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_hub_repos_owner_repo_directories_commits 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_hub_repos_owner_repo_directories_commits --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_mcp_vendors 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_mcp_vendors --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_account 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_account --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_mcp_servers 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_mcp_servers --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_put_v1_platform_mcp_vendors_vendor_slug_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_put_v1_platform_mcp_vendors_vendor_slug_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_mcp_vendors_vendor_slug_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_mcp_vendors_vendor_slug_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_mcp_vendors_vendor_slug_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_mcp_vendors_vendor_slug_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_tools 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_mcp_vendors_vendor_slug_tools --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_nps_response 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_nps_response --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_ops_backfills_restart 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_ops_backfills_restart --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_orgs_current_access_policies 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_orgs_current_access_policies --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_orgs_current_access_policies 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_orgs_current_access_policies --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_orgs_current_access_policies_roles_role_id_access_policies 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_orgs_current_access_policies_roles_role_id_access_policies --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_orgs_current_access_policies_access_policy_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_orgs_current_access_policies_access_policy_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_orgs_current_access_policies_access_policy_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_orgs_current_access_policies_access_policy_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_orgs_current_data_planes 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_orgs_current_data_planes --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_orgs_current_info 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_orgs_current_info --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_orgs_current_members 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_orgs_current_members --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_orgs_current_scim_tokens 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_orgs_current_scim_tokens --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_orgs_current_scim_tokens 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_orgs_current_scim_tokens --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_orgs_current_scim_tokens_scim_token_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_orgs_current_scim_tokens_scim_token_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_orgs_current_scim_tokens_scim_token_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_orgs_current_scim_tokens_scim_token_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_platform_orgs_current_scim_tokens_scim_token_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_platform_orgs_current_scim_tokens_scim_token_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_sessions_sessionid_agent_versions 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_sessions_sessionid_agent_versions --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_tools 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_tools --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v1_platform_tools 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v1_platform_tools --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_tools_id_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_tools_id_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_tools_id_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_tools_id_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_platform_tools_id_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_platform_tools_id_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v1_platform_tools_handle 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v1_platform_tools_handle --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v1_platform_tools_handle 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v1_platform_tools_handle --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v1_platform_tools_handle 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v1_platform_tools_handle --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v2_runs_query 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v2_runs_query --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v2_runs_run_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v2_runs_run_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v2_sandboxes_boxes 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v2_sandboxes_boxes --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v2_sandboxes_boxes 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v2_sandboxes_boxes --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v2_sandboxes_boxes_batch 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v2_sandboxes_boxes_batch --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v2_sandboxes_boxes_name 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v2_sandboxes_boxes_name --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v2_sandboxes_boxes_name 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v2_sandboxes_boxes_name --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_patch_v2_sandboxes_boxes_name 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_patch_v2_sandboxes_boxes_name --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v2_sandboxes_boxes_name_service_url 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v2_sandboxes_boxes_name_service_url --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v2_sandboxes_boxes_name_snapshot 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v2_sandboxes_boxes_name_snapshot --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v2_sandboxes_boxes_name_start 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v2_sandboxes_boxes_name_start --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v2_sandboxes_boxes_name_status 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v2_sandboxes_boxes_name_status --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v2_sandboxes_boxes_name_stop 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v2_sandboxes_boxes_name_stop --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v2_sandboxes_internal_start_name 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v2_sandboxes_internal_start_name --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v2_sandboxes_snapshots 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v2_sandboxes_snapshots --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v2_sandboxes_snapshots 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v2_sandboxes_snapshots --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v2_sandboxes_snapshots_snapshot_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v2_sandboxes_snapshots_snapshot_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_delete_v2_sandboxes_snapshots_snapshot_id 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_delete_v2_sandboxes_snapshots_snapshot_id --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v2_sandboxes_usage 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v2_sandboxes_usage --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_post_v2_threads_query 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_post_v2_threads_query --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v2_threads_thread_id_traces 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v2_threads_thread_id_traces --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_v2_traces_trace_id_runs 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_v2_traces_trace_id_runs --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_get_workspaces_current_ttl_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_get_workspaces_current_ttl_settings --json
ParameterTypeRequiredDescription
No parameters.
langsmith.langsmith_put_workspaces_current_ttl_settings 0 parameters
Schema command
kosmo integrations:schema langsmith.langsmith_put_workspaces_current_ttl_settings --json
ParameterTypeRequiredDescription
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.