GitLab CI/CD · Capability
GitLab API — secure_files
GitLab API — secure_files. 5 operations. Lead operation: secure_files. Self-contained Naftiko capability covering one Gitlab Ci business surface.
What You Can Do
GET
Getapiv4projectsidsecurefiles
— Get list of secure files in a project
/v1/api/v4/projects/{id}/secure-files
POST
Postapiv4projectsidsecurefiles
— Create a secure file
/v1/api/v4/projects/{id}/secure-files
GET
Getapiv4projectsidsecurefilessecurefileid
— Get the details of a specific secure file in a project
/v1/api/v4/projects/{id}/secure-files/{secure-file-id}
DELETE
Deleteapiv4projectsidsecurefilessecurefileid
— Remove a secure file
/v1/api/v4/projects/{id}/secure-files/{secure-file-id}
GET
Getapiv4projectsidsecurefilessecurefileiddownload
— Download secure file
/v1/api/v4/projects/{id}/secure-files/{secure-file-id}/download
MCP Tools
get-list-secure-files-project
Get list of secure files in a project
read-only
idempotent
create-secure-file
Create a secure file
get-details-specific-secure-file
Get the details of a specific secure file in a project
read-only
idempotent
remove-secure-file
Remove a secure file
idempotent
download-secure-file
Download secure file
read-only
idempotent