v4
OpenAPI 3.1.02026-08-01166346466.7 KBbuckets
Add a bucket
Attach a customer-owned storage bucket to the organization.
Access is validated against the bucket (reachability + write/delete probe) before anything is stored, so an unreachable or unwritable bucket is rejected here. With assume_role credentials (recommended for AWS) the probe performs the actual STS AssumeRole and nothing secret is persisted — only the role ARN and the organization's external ID. With access_key credentials (S3-compatible endpoints) the keys are encrypted before they are stored.
Args: params: The bucket connection details and credentials.
Returns: Bucket: The attached bucket. Credentials are never returned.
post/v1/buckets
Request body
Response
The attached bucket details