Langflow · Capability
Langflow Projects
Langflow Projects. 7 operations. Lead operation: Read Projects. Self-contained Naftiko capability covering one Langflow business surface.
Langflow Projects is a Naftiko capability published by Langflow, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 7 operations across the GET, POST, DELETE, and PATCH methods rooted at /v1/api/v1/projects.
The capability includes 3 read-only operations and 4 state-changing operations. Lead operation: Read Projects. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Langflow and Projects.
What You Can Do
GET
Read projects
— Read Projects
/v1/api/v1/projects/
POST
Create project
— Create Project
/v1/api/v1/projects/
GET
Download file
— Download File
/v1/api/v1/projects/download/{project_id}
POST
Upload file
— Upload File
/v1/api/v1/projects/upload/
DELETE
Delete project
— Delete Project
/v1/api/v1/projects/{project_id}
GET
Read project
— Read Project
/v1/api/v1/projects/{project_id}
PATCH
Update project
— Update Project
/v1/api/v1/projects/{project_id}
MCP Tools
langflow-read-projects
Read Projects
read-only
idempotent
langflow-create-project
Create Project
langflow-download-file
Download File
read-only
idempotent
langflow-upload-file
Upload File
langflow-delete-project
Delete Project
idempotent
langflow-read-project
Read Project
read-only
idempotent
langflow-update-project
Update Project