setup

Installs the Koyeb CLI, Sandbox SDKs for JavaScript and Python, and configures API tokens across macOS, Linux, Windows.

4|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/koyeb/koyeb-skills --skill setup-koyeb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/koyeb/koyeb-skills/tree/main/plugins/koyeb/skills/setup
Command: npx skills add https://github.com/koyeb/koyeb-skills --skill setup-koyeb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Set up Koyeb prerequisites by installing the CLI, Sandbox SDKs, and API token configuration to ensure a ready-to-use development environment.

Core Features & Use Cases

  • Install and authenticate the Koyeb CLI across macOS, Linux, and Windows.
  • Install and configure Sandbox SDKs for JavaScript and Python, including environment variable handling.
  • Guidance for generating and exporting API tokens, and verifying setup with basic commands.

Quick Start

Install the Koyeb CLI, install the Sandbox SDKs, and configure your API token to complete the setup.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the Koyeb CLI and configure my API token for local development?

To set up the Koyeb CLI, you need to install the CLI tool, generate an API token from your account, and export it as an environment variable to authenticate your local development environment across macOS, Linux, or Windows.

What is the best way to install Koyeb Sandbox SDKs for Python and JavaScript?

The best way to install Koyeb Sandbox SDKs is to use standard package managers for Python and JavaScript, followed by configuring the necessary environment variables to ensure the SDKs authenticate correctly with your Koyeb API token.

Does the Koyeb CLI setup workflow support Windows, macOS, and Linux?

Yes, the Koyeb CLI setup workflow supports cross-platform compatibility across Windows, macOS, and Linux, ensuring developers can establish a consistent end-to-end local environment for CLI workflows and Sandbox SDK usage regardless of operating system.

How do I verify that my Koyeb API token and CLI installation are working correctly?

You can verify your Koyeb API token and CLI installation by running basic authentication commands in your terminal, which confirm that the CLI is properly installed and the environment variables are correctly configured for Sandbox SDK access.

Do I need to manually configure environment variables for Koyeb Sandbox SDKs?

Yes, you need to manually configure environment variables for Koyeb Sandbox SDKs by exporting your generated API token, ensuring both JavaScript and Python SDKs can securely access your Koyeb account during local development.