Skip to content

Conversation

@yustme
Copy link

@yustme yustme commented Jan 29, 2026

Jira issue(s): PROOF-XXX

Changes:

  • Added new documentation page /integrate/storage/api/workspaces/ with comprehensive guide for third-party applications and LLMs to interact with Keboola workspaces
  • Updated navigation to include the new Workspaces API page under Integration > Storage > Using API

The documentation covers:

  • Prerequisites (Storage API Token, Stack URL)
  • Discovering the Workspaces API endpoint via Storage API Index
  • Listing workspaces in a project
  • Getting workspace details
  • Creating workspaces (sync and async)
  • Resetting workspace passwords and obtaining credentials
  • Setting public keys for key-pair authentication
  • Deleting workspaces
  • Working with development branches
  • Error handling
  • Best practices for third-party applications
  • Complete Python example workflow

Human review checklist:

  • Verify API endpoint paths are correct (e.g., /v2/storage/workspaces)
  • Verify JSON response formats match actual API responses
  • Review the Python example code for correctness
  • Check if the /credentials endpoint is available (code shows isAvailableInStorageV1: false)
  • Verify branch-aware endpoint format (/v2/storage/branch/{branchId}/workspaces)

Notes:

  • Documentation was created by analyzing the connection repo's PHP controllers and client libraries
  • The Python example code was not tested against a live API

Link to Devin run: https://app.devin.ai/sessions/af3e31f17b19492f88f2c6f30e223e22
Requested by: Vojta Tuma (@yustme)

…ration

Co-Authored-By: Vojta Tuma <vojta.tuma@keboola.com>
@devin-ai-integration
Copy link
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@devin-ai-integration devin-ai-integration bot deleted the devin/1769715649-workspace-api-manual branch January 29, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant