Files
openclaw-backups/archive/inactive-skills/api-setup/templates/config.template.json

9 lines
157 B
JSON

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