Langfuse · Capability
langfuse — LlmConnections
langfuse — LlmConnections. 3 operations. Lead operation: LlmConnections. Self-contained Naftiko capability covering one Langfuse business surface.
What You Can Do
GET
Llmconnectionslist
— Get all LLM connections in a project
/v1/api/public/llm-connections
PUT
Llmconnectionsupsert
— Create or update an LLM connection. The connection is upserted on provider.
/v1/api/public/llm-connections
DELETE
Llmconnectionsdelete
— Delete an LLM connection by id. Evaluators that depend on the deleted connection are automatically paused.
/v1/api/public/llm-connections/{id}
MCP Tools
get-all-llm-connections-project
Get all LLM connections in a project
read-only
idempotent
create-update-llm-connection-connection
Create or update an LLM connection. The connection is upserted on provider.
idempotent
delete-llm-connection-id-evaluators
Delete an LLM connection by id. Evaluators that depend on the deleted connection are automatically paused.
idempotent