LangSmith · Capability
LangSmith — fleet auth
LangSmith — fleet auth. 15 operations. Lead operation: List an agent's connections. Self-contained Naftiko capability covering one Langsmith business surface.
What You Can Do
GET
Get
— List an agent's connections
/v1/v1/fleet/auth-agents/{agent-id}/connections
POST
Post
— Grant a connection token to an agent
/v1/v1/fleet/auth-agents/{agent-id}/connections
DELETE
Delete
— Revoke an agent's connection
/v1/v1/fleet/auth-agents/{agent-id}/connections/{connection-id}
GET
Get
— List OAuth providers
/v1/v1/fleet/auth-providers
POST
Post
— Register an OAuth provider
/v1/v1/fleet/auth-providers
POST
Post
— Discover and register an OAuth provider
/v1/v1/fleet/auth-providers/discover
GET
Get
— Get an OAuth provider
/v1/v1/fleet/auth-providers/{provider-id}
DELETE
Delete
— Delete an OAuth provider
/v1/v1/fleet/auth-providers/{provider-id}
PATCH
Patch
— Update an OAuth provider
/v1/v1/fleet/auth-providers/{provider-id}
POST
Post
— Start an authorization session
/v1/v1/fleet/auth-sessions
GET
Get
— Get an authorization session
/v1/v1/fleet/auth-sessions/{session-id}
GET
Get
— List your connection tokens
/v1/v1/fleet/auth-tokens
POST
Post
— Revoke connection tokens by filter
/v1/v1/fleet/auth-tokens/revoke
DELETE
Delete
— Revoke a connection token
/v1/v1/fleet/auth-tokens/{token-id}
PATCH
Patch
— Update a connection token
/v1/v1/fleet/auth-tokens/{token-id}
MCP Tools
list-agent-s-connections
List an agent's connections
read-only
idempotent
grant-connection-token-agent
Grant a connection token to an agent
revoke-agent-s-connection
Revoke an agent's connection
idempotent
list-oauth-providers
List OAuth providers
read-only
idempotent
register-oauth-provider
Register an OAuth provider
discover-and-register-oauth-provider
Discover and register an OAuth provider
get-oauth-provider
Get an OAuth provider
read-only
idempotent
delete-oauth-provider
Delete an OAuth provider
idempotent
update-oauth-provider
Update an OAuth provider
idempotent
start-authorization-session
Start an authorization session
get-authorization-session
Get an authorization session
read-only
idempotent
list-your-connection-tokens
List your connection tokens
read-only
idempotent
revoke-connection-tokens-filter
Revoke connection tokens by filter
revoke-connection-token
Revoke a connection token
idempotent
update-connection-token
Update a connection token
idempotent