How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

LangSmith workspaces API

The workspaces API from LangSmith — 25 operation(s) for workspaces.

LangSmith workspaces API is one of 73 APIs that LangSmith publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Workspaces. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 38 operations across 25 paths, and defines 44 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against a single base URL, /.

38 operations 25 paths 44 schemas 8 DELETE17 GET4 PATCH9 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.smith.langchain.com
Authentication
API Key, API Key, HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 4

LangSmith workspaces API declares 4 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (API Key). An API key is passed in the header as X-Tenant-Id (Tenant ID). It accepts HTTP bearer tokens (Bearer Auth). An API key is passed in the header as X-Organization-Id (Organization ID).

  • Bearer Auth — Bearer tokens are used to authenticate from the UI. Must also specify x-tenant-id or x-organization-id (for org scoped apis).

Paths & Operations 38

Across 25 paths, the API surfaces 38 operations — 8 DELETE, 17 GET, 4 PATCH, 9 POST. Each is listed below with its method, path, parameters, and response codes.

workspaces 38
POST
/api/v1/workspaces
Create Workspace
create_workspace_api_v1_workspaces_post body → 200422
GET
/api/v1/workspaces
List Workspaces
list_workspaces_api_v1_workspaces_get 1 param → 200422
PATCH
/api/v1/workspaces/{workspace_id}
Patch Workspace
patch_workspace_api_v1_workspaces__workspace_id__patch 1 param body → 200422
DELETE
/api/v1/workspaces/{workspace_id}
Delete Workspace
delete_workspace_api_v1_workspaces__workspace_id__delete 1 param → 200422
GET
/api/v1/workspaces/current/stats
Get Current Workspace Stats
get_current_workspace_stats_api_v1_workspaces_current_stats_get 1 param → 200422
GET
/api/v1/workspaces/current/usage_limits
Get Current Workspace Usage Limits Info
get_current_workspace_usage_limits_info_api_v1_workspaces_current_usage_limits_get → 200
GET
/api/v1/workspaces/current/shared
Get Shared Tokens
get_shared_tokens_api_v1_workspaces_current_shared_get 2 params → 200422
DELETE
/api/v1/workspaces/current/shared
Bulk Unshare Entities
bulk_unshare_entities_api_v1_workspaces_current_shared_delete body → 200422
GET
/api/v1/workspaces/current/secrets
List Current Workspace Secrets
list_current_workspace_secrets_api_v1_workspaces_current_secrets_get → 200
POST
/api/v1/workspaces/current/secrets
Upsert Current Workspace Secrets
upsert_current_workspace_secrets_api_v1_workspaces_current_secrets_post body → 200422
GET
/api/v1/workspaces/current/secrets/encrypted
Get Current Workspace Encrypted Secrets
get_current_workspace_encrypted_secrets_api_v1_workspaces_current_secrets_encrypted_get 3 params → 200422
GET
/api/v1/workspaces/current/tag-keys
List Tag Keys
list_tag_keys_api_v1_workspaces_current_tag_keys_get → 200
POST
/api/v1/workspaces/current/tag-keys
Create Tag Key
create_tag_key_api_v1_workspaces_current_tag_keys_post body → 200422
PATCH
/api/v1/workspaces/current/tag-keys/{tag_key_id}
Update Tag Key
update_tag_key_api_v1_workspaces_current_tag_keys__tag_key_id__patch 1 param body → 200422
GET
/api/v1/workspaces/current/tag-keys/{tag_key_id}
Get Tag Key
get_tag_key_api_v1_workspaces_current_tag_keys__tag_key_id__get 1 param → 200422
DELETE
/api/v1/workspaces/current/tag-keys/{tag_key_id}
Delete Tag Key
delete_tag_key_api_v1_workspaces_current_tag_keys__tag_key_id__delete 1 param → 200422
POST
/api/v1/workspaces/current/tag-keys/{tag_key_id}/tag-values
Create Tag Value
create_tag_value_api_v1_workspaces_current_tag_keys__tag_key_id__tag_values_post 1 param body → 200422
GET
/api/v1/workspaces/current/tag-keys/{tag_key_id}/tag-values
List Tag Values
list_tag_values_api_v1_workspaces_current_tag_keys__tag_key_id__tag_values_get 1 param → 200422
GET
/api/v1/workspaces/current/tag-keys/{tag_key_id}/tag-values/{tag_value_id}
Get Tag Value
get_tag_value_api_v1_workspaces_current_tag_keys__tag_key_id__tag_values__tag_value_id__get 2 params → 200422
PATCH
/api/v1/workspaces/current/tag-keys/{tag_key_id}/tag-values/{tag_value_id}
Update Tag Value
update_tag_value_api_v1_workspaces_current_tag_keys__tag_key_id__tag_values__tag_value_id__patch 2 params body → 200422
DELETE
/api/v1/workspaces/current/tag-keys/{tag_key_id}/tag-values/{tag_value_id}
Delete Tag Value
delete_tag_value_api_v1_workspaces_current_tag_keys__tag_key_id__tag_values__tag_value_id__delete 2 params → 200422
POST
/api/v1/workspaces/current/taggings
Create Tagging
create_tagging_api_v1_workspaces_current_taggings_post body → 200422
GET
/api/v1/workspaces/current/taggings
List Taggings
list_taggings_api_v1_workspaces_current_taggings_get 1 param → 200422
DELETE
/api/v1/workspaces/current/taggings/{tagging_id}
Delete Tagging
delete_tagging_api_v1_workspaces_current_taggings__tagging_id__delete 1 param → 200422
GET
/api/v1/workspaces/current/tags
List Tags
list_tags_api_v1_workspaces_current_tags_get → 200
GET
/api/v1/workspaces/current/tags/resource
List Tags For Resource
list_tags_for_resource_api_v1_workspaces_current_tags_resource_get 2 params → 200422
POST
/api/v1/workspaces/current/tags/resources
List Tags For Resources
list_tags_for_resources_api_v1_workspaces_current_tags_resources_post body → 200422
GET
/api/v1/workspaces/pending
List Pending Workspace Invites
list_pending_workspace_invites_api_v1_workspaces_pending_get → 200
DELETE
/api/v1/workspaces/pending/{id}
Delete Pending Workspace Invite
delete_pending_workspace_invite_api_v1_workspaces_pending__id__delete 1 param → 200422
POST
/api/v1/workspaces/pending/{workspace_id}/claimdeprecated
Claim Pending Workspace Invite
claim_pending_workspace_invite_api_v1_workspaces_pending__workspace_id__claim_post 1 param → 200422
GET
/api/v1/workspaces/current/members
Get Current Workspace Members
get_current_workspace_members_api_v1_workspaces_current_members_get → 200
POST
/api/v1/workspaces/current/members
Add Member To Current Workspace
add_member_to_current_workspace_api_v1_workspaces_current_members_post body → 200422
GET
/api/v1/workspaces/current/members/active
Get Current Active Workspace Members
get_current_active_workspace_members_api_v1_workspaces_current_members_active_get 9 params → 200422
GET
/api/v1/workspaces/current/members/pending
Get Current Pending Workspace Members
get_current_pending_workspace_members_api_v1_workspaces_current_members_pending_get 6 params → 200422
POST
/api/v1/workspaces/current/members/batch
Add Members To Current Workspace Batch
add_members_to_current_workspace_batch_api_v1_workspaces_current_members_batch_post body → 200422
DELETE
/api/v1/workspaces/current/members/{identity_id}
Delete Current Workspace Member
delete_current_workspace_member_api_v1_workspaces_current_members__identity_id__delete 1 param → 200422
PATCH
/api/v1/workspaces/current/members/{identity_id}
Patch Current Workspace Member
patch_current_workspace_member_api_v1_workspaces_current_members__identity_id__patch 1 param body → 200422
DELETE
/api/v1/workspaces/current/members/{identity_id}/pending
Delete Current Workspace Pending Member
delete_current_workspace_pending_member_api_v1_workspaces_current_members__identity_id__pending_delete 1 param → 200422

Schemas 44

The contract defines 44 schemas that model the data the API accepts and returns. The most detailed are MemberIdentity (18 properties), PendingIdentity (16 properties), ProviderUserSlim (15 properties), TenantForUser (12 properties). Each schema is shown below with its type and property counts.

PendingIdentity
object
16 properties 3 required
TenantShareDatasetToken
object
5 properties 4 required
TaggingsByResourceType
object
10 properties
TenantStats
object
Stats for a tenant.
8 properties 8 required
ValidationError
object
3 properties 3 required
TagKeyWithValues
object
6 properties 4 required
TenantMembers
object
Tenant members schema.
3 properties 3 required
TenantUsageLimitType
string
Resource
object
3 properties 3 required
TaggingsResponse
object
5 properties 5 required
TagValueUpdate
object
2 properties
PendingIdentityCreate
object
7 properties 1 required
AuthProvider
string
TagKeyCreate
object
2 properties 1 required
InternalSecretsResponse
object
2 properties 1 required
TagValueWithTaggings
object
7 properties 5 required
Identity
object
10 properties 6 required
Tagging
object
5 properties 5 required
ProviderUserSlim
object
15 properties 4 required
app__schemas__Tenant
object
Tenant schema.
8 properties 5 required
ResourceType
string
WorkspaceCreate
object
Creation model for the workspace.
3 properties 1 required
TagKey
object
5 properties 4 required
TagKeyWithValuesAndTaggings
object
6 properties 4 required
TagValueCreate
object
2 properties 1 required
TagValue
object
6 properties 5 required
WorkspacePatch
object
Patch model for the workspace.
1 property 1 required
HTTPValidationError
object
1 property
SecretUpsert
object
2 properties 2 required
TenantUsageLimitInfo
object
3 properties 1 required
IdentityPatch
object
2 properties 1 required
TenantBulkUnshareRequest
object
2 properties
TagKeyUpdate
object
2 properties
SecretKey
object
1 property 1 required
TenantShareTokensResponse
object
1 property 1 required
ProvisioningMethod
string
AccessScope
string
MemberSortField
string
Sort fields for members list endpoints.
IdentityCreate
object
5 properties
TaggingCreate
object
3 properties 3 required
ListTagsForResourceRequest
object
2 properties 2 required
TenantForUser
object
12 properties 5 required
MemberIdentity
object
18 properties 6 required
TenantShareRunToken
object
8 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

langsmith-workspaces-api-openapi.yml Raw ↑

Other APIs LangSmith publishes across the network.

LangSmith access_policies API
LangSmith ace API
LangSmith agents API
LangSmith alert_rules API
LangSmith annotation-queues API
LangSmith api-key API
LangSmith audit-logs API
LangSmith auth API
LangSmith aws_marketplace API
LangSmith backfills API
LangSmith beacon API
LangSmith bulk-exports API
Where this information came from

This is an independent, third-party profile of LangSmith workspaces API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.