Files
openclaw-backups/skills/api-setup/templates/config.template.json
2026-02-17 15:50:53 +00:00

9 lines
157 B
JSON

{
"api_key": "YOUR_API_KEY_HERE",
"endpoint": "https://api.example.com/v1",
"timeout": 30,
"headers": {
"Content-Type": "application/json"
}
}