Langfuse · Capability
langfuse — Projects
langfuse — Projects. 7 operations. Lead operation: Projects. Self-contained Naftiko capability covering one Langfuse business surface.
What You Can Do
GET
Projectsget
— Get Project associated with API key (requires project-scoped API key). You can use GET /api/public/organizations/projects to get all projects with an organization-scoped key.
/v1/api/public/projects
POST
Projectscreate
— Create a new project (requires organization-scoped API key)
/v1/api/public/projects
PUT
Projectsupdate
— Update a project by ID (requires organization-scoped API key).
/v1/api/public/projects/{projectid}
DELETE
Projectsdelete
— Delete a project by ID (requires organization-scoped API key). Project deletion is processed asynchronously.
/v1/api/public/projects/{projectid}
GET
Projectsgetapikeys
— Get all API keys for a project (requires organization-scoped API key)
/v1/api/public/projects/{projectid}/apikeys
POST
Projectscreateapikey
— Create a new API key for a project (requires organization-scoped API key)
/v1/api/public/projects/{projectid}/apikeys
DELETE
Projectsdeleteapikey
— Delete an API key for a project (requires organization-scoped API key)
/v1/api/public/projects/{projectid}/apikeys/{apikeyid}
MCP Tools
get-project-associated-api-key
Get Project associated with API key (requires project-scoped API key). You can use GET /api/public/organizations/projects to get all projects with an organization-scoped key.
read-only
idempotent
create-new-project-requires-organization
Create a new project (requires organization-scoped API key)
update-project-id-requires-organization
Update a project by ID (requires organization-scoped API key).
idempotent
delete-project-id-requires-organization
Delete a project by ID (requires organization-scoped API key). Project deletion is processed asynchronously.
idempotent
get-all-api-keys-project
Get all API keys for a project (requires organization-scoped API key)
read-only
idempotent
create-new-api-key-project
Create a new API key for a project (requires organization-scoped API key)
delete-api-key-project-requires
Delete an API key for a project (requires organization-scoped API key)
idempotent