arcads-external-api
Installation
SKILL.md
Arcads external API
Configuration
- Base URL:
https://external-api.arcads.ai(orARCADS_BASE_URL). - Auth: HTTP Basic — use
ARCADS_API_KEYas the username and an empty password unless Arcads documentation for your key specifies otherwise. Example curl:curl -u "$ARCADS_API_KEY:" "$ARCADS_BASE_URL/v1/products". - Never print API keys, commit
.env, or paste keys intoMASTER_CONTEXT.md.
If the key is missing or the API returns 401/403
- Editor-first (default): Ensure
.envexists (copy from.env.examplein the repo root). Ask the user to pasteARCADS_API_KEYonly inside.envand save. Do not ask them to paste the key in chat unless they insist. - Chat-assisted: If they paste the key in chat, write
.envfor them, confirm "saved to.env" without repeating the key, and remind them that chat history may retain secrets—rotate the key in Arcads if the chat could be shared.
Before the first call, confirm .gitignore excludes .env.
Read order
Related skills