Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.11 KB

File metadata and controls

28 lines (18 loc) · 1.11 KB

API setup

Skills that call paid APIs need credentials before generation. If you installed the /pruna suite, you already have the pruna-api skill for HTTP patterns and agent-safety guidance.

Environment variables

Service Variable Get a key
Pruna (images, video, try-on, upscale) PRUNA_API_KEY dashboard.pruna.ai
Replicate (Music 2.5, TTS, Stable Audio, WhisperX) REPLICATE_API_TOKEN replicate.com/account/api-tokens
export PRUNA_API_KEY="your_pruna_key"
export REPLICATE_API_TOKEN="r8_..."   # when using audio / song tools

HTTP details

The pruna-api skill covers curl patterns:

  • Pruna uses the apikey header (pruna-api.md in that skill)
  • Replicate uses Authorization: Bearer (replicate-api.md in that skill)

Agent rule

If a required key is missing, do not call paid APIs. Signup templates live in pruna-api (api-credentials.md).

Guide skills do not require API keys unless you combine them with a tool or workflow skill.