Operation detail

Back to operation catalog

gitlab.project.create

Runs the native sidecatd governed GitLab project create effect and records the invocation trace.

FieldValue
Classgoverned_external_effect
Ownersidecatd.gitlab-effects
Input schemasidecat.gitlab_project_create_request.v0
Output schemasidecat.gitlab_project_create_operation_output.v0

Input template

{
  "apply": true,
  "base_url": "https://gitlab.com",
  "credential_id": "cred_gitlab_project_create",
  "description": "Short-lived governed project creation proof.",
  "evidence_ref": "work_log:local:example",
  "initialize_with_readme": true,
  "name": "Clean Belt Proof",
  "path": "clean-belt-proof-example",
  "reason": "Prove governed GitLab project creation",
  "requested_by": "agent:codex",
  "schema": "sidecat.gitlab_project_create_request.v0",
  "visibility": "private",
  "work_id": "work_thread:local:example"
}