List and switch Koyeb organizations. Use when the user needs to select the correct org context before running other commands.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add koyeb/koyeb-skills --skill organizations --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Organizations?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/koyeb-organizations)More formats (shields.io, HTML) on the badges page.
---
name: organizations
description: List and switch Koyeb organizations. Use when the user needs to select the correct org context before running other commands.
license: MIT
compatibility: Requires the Koyeb CLI and network access.
metadata:
author: koyeb
version: "0.0.2"
---
# Koyeb Organizations
## When to use
Use this skill to list organizations or switch the active organization context.
## Prerequisites
- Koyeb CLI installed and on PATH
- Authenticated session (see references/koyeb-auth.md)
## Workflow
1. List organizations to find the target.
2. Switch context to the correct organization.
3. Continue with the requested operation.
## Commands
- List organizations: `koyeb organizations list`
- Switch organization: `koyeb organizations switch [flags]`
## Examples
- List organizations: `koyeb organizations list`
- Switch org: `koyeb organizations switch`
## References
For detailed flags, see references/koyeb-organizations-flags.md.
- references/koyeb-cli.md
- references/koyeb-organizations-flags.md
- references/koyeb-auth.md
- references/koyeb-output.md
- scripts/koyeb-cli.sh
No comments yet. Be the first to comment!