add-hosted-key

Register BYOK providers and hosting configs to supply hosted API keys.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/tunacosgun/sim --skill add-hosted-key-tunacosgun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-hosted-key
Source: https://github.com/tunacosgun/sim/tree/main/.cursor/skills/add-hosted-key
Command: npx skills add https://github.com/tunacosgun/sim --skill add-hosted-key-tunacosgun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add hosted API key support to a tool so Sim provides the key when users don't bring their own, enabling BYOK workflows and reducing manual key management.

Core Features & Use Cases

  • Register a BYOK provider ID and configure hosting for tools to automatically supply API keys.
  • Hide API key input when hosted, and propagate hosted keys to blocks and tools consistently.
  • Use cases include adding hosted keys to a tool, BYOK integration, and pricing-aware key management.

Quick Start

Add a hosting config to a tool and register a BYOK provider to enable Sim to supply hosted API keys.

Frequently Asked Questions about add-hosted-key

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

FAQPage Schema
How do I enable hosted API keys for tools in Sim?

To enable hosted API keys, add a hosting configuration to the tool and register a BYOK provider ID. This wires Sim to automatically provision and securely inject API keys without manual user input.

What is BYOK integration and how does it work with hosted keys?

BYOK integration allows users to bring their own API keys or rely on Sim's hosted keys. The system registers a BYOK provider and applies key-visibility rules to hide the input field and inject hosted keys automatically.

Can I hide the API key input field when using a hosted key configuration?

Yes, implementing hosting configuration hides the API key input field for users. The system securely propagates the hosted keys to blocks and tools consistently instead of displaying them.

Do I need to manually supply API keys if Sim provisions hosted keys?

No, you do not need to manually supply keys when hosted API keys are enabled. Sim provisions the keys automatically by wiring BYOK support with hosting configuration, reducing manual key management overhead.

Does configuring hosted API keys support pricing-aware key management?

Yes, adding hosted API key support includes pricing-aware key management capabilities. This allows tools to handle BYOK integration and hosted key provisioning while accounting for billing configurations.