secrets

Manage Koyeb secrets with create, update, reveal, list, describe, and delete operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Storing, rotating, and managing sensitive values for Koyeb services in a secure and auditable way.

Core Features & Use Cases

  • Create, update, reveal, delete secrets to protect credentials across environments.
  • List and describe secrets to maintain visibility and governance.
  • Use cases include rotating database passwords, API tokens, and service credentials with audit-friendly workflows.

Quick Start

Store a new secret named DB_PASSWORD with a secure value using the secrets create command.

Frequently Asked Questions about secrets

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

FAQPage Schema
How do I manage secrets and credentials for Koyeb services?

You can manage Koyeb secrets by creating, updating, revealing, listing, describing, and deleting sensitive credentials to maintain visibility and governance across your environments.

What is the best way to rotate API tokens and database passwords securely?

Rotating API tokens and database passwords securely involves using update operations on existing secrets, enabling audit-friendly workflows to protect credentials across environments without exposing raw values.

Do I need the Koyeb CLI installed to store and reveal service secrets?

Yes, you need the Koyeb CLI installed and an authenticated session to execute secret management operations such as creating, revealing, or deleting sensitive service credentials.

Can I share secrets across different deployment environments?

Yes, you can share secrets across environments by managing them centrally, allowing you to apply stored sensitive values consistently to services requiring database passwords or API tokens.

How do I create a new secret for a database password?

To create a new secret, use the secrets create command to store a secure value like a database password, protecting the credential from exposure in your deployment configuration.

How does listing and describing secrets improve credential governance?

Listing and describing secrets improves governance by maintaining visibility into stored credentials, ensuring you can audit service access and track sensitive values across environments.