External DocumentationTo learn more, visit the Bitbucket documentation.
Parameters
Example Output
Workflow Library Example
Create or Update Repo Sshkey with Bitbucket and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Private Key | The SSH private key. This value will be empty when retrieving the SSH key pair. |
| Public Key | The SSH public key. |
| Repo Slug | The repository. |
| Workspace Slug | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example {workspace UUID}. |
{
"private_key": "The SSH private key. This value will be empty when retrieving the SSH key pair.",
"public_key": "The SSH public key.",
"type": "string"
}
Was this page helpful?