# Organizations

> List and switch Koyeb organizations. Use when the user needs to select the correct org context before running other commands.

- Skill: `koyeb/organizations` (Agent Skill, multi-file: 8 files)
- Install (CLI): `npx skillmds@latest add koyeb/organizations`
- Raw SKILL.md: https://api.skillmd.com/api/skills/koyeb/organizations/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: koyeb (https://skillmd.com/u/koyeb)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/koyeb/organizations

---


# 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

