Clone Repo
Repository Management
Clone a Repository into an Organization
Clone a repository into an organization’ snapshot
POST
Clone Repo
Requires an enterprise admin personal API key.
Clones a git repository in an organization and updates into a new snapshot version.
Authorizations
Personal API Key (apk_user_*) for Enterprise Admins only
Path Parameters
Body
application/json
Repository path in the format 'owner/repo_name' (e.g., 'acme/my-project')
Example:
"owner/repo_name"
Commands to pull the repository. Recommended to leave blank as it is auto-generated.
Response
Successful Response
Response from creating a snapshot.
Timestamp when the snapshot was created
Organization ID the snapshot belongs to
ID of the created snapshot
Status of the snapshot (e.g., 'pending', 'available')
AMI ID of the snapshot (may be null if still being created)
