GitLab CI/CD · Capability
GitLab API — cluster_agents
GitLab API — cluster_agents. 8 operations. Lead operation: List the agents for a project. Self-contained Naftiko capability covering one Gitlab Ci business surface.
What You Can Do
GET
Getapiv4projectsidclusteragents
— List the agents for a project
/v1/api/v4/projects/{id}/cluster-agents
POST
Postapiv4projectsidclusteragents
— Register an agent with a project
/v1/api/v4/projects/{id}/cluster-agents
GET
Getapiv4projectsidclusteragentsagentid
— Get details about an agent
/v1/api/v4/projects/{id}/cluster-agents/{agent-id}
DELETE
Deleteapiv4projectsidclusteragentsagentid
— Delete a registered agent
/v1/api/v4/projects/{id}/cluster-agents/{agent-id}
GET
Getapiv4projectsidclusteragentsagentidtokens
— List tokens for an agent
/v1/api/v4/projects/{id}/cluster-agents/{agent-id}/tokens
POST
Postapiv4projectsidclusteragentsagentidtokens
— Create an agent token
/v1/api/v4/projects/{id}/cluster-agents/{agent-id}/tokens
GET
Getapiv4projectsidclusteragentsagentidtokenstokenid
— Get a single agent token
/v1/api/v4/projects/{id}/cluster-agents/{agent-id}/tokens/{token-id}
DELETE
Deleteapiv4projectsidclusteragentsagentidtokenstokenid
— Revoke an agent token
/v1/api/v4/projects/{id}/cluster-agents/{agent-id}/tokens/{token-id}
MCP Tools
list-agents-project
List the agents for a project
read-only
idempotent
register-agent-project
Register an agent with a project
get-details-about-agent
Get details about an agent
read-only
idempotent
delete-registered-agent
Delete a registered agent
idempotent
list-tokens-agent
List tokens for an agent
read-only
idempotent
create-agent-token
Create an agent token
get-single-agent-token
Get a single agent token
read-only
idempotent
revoke-agent-token
Revoke an agent token
idempotent