{ "opencollection": "1.0.0", "info": { "name": "LangSmith access_policies tenant API", "version": "0.1.0" }, "items": [ { "info": { "name": "tenant", "type": "folder" }, "items": [ { "info": { "name": "List Tenants", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/tenants", "params": [ { "name": "skip_create", "value": "", "type": "query" }, { "name": "include_deleted", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all tenants visible to this auth" }, { "info": { "name": "Create Tenant", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/tenants", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new organization and corresponding workspace." } ] } ], "bundled": true }