Secrets
Creating a Secret
Using Secrets in Scripts
{{ secrets.MY_API_KEY }}Example: Calling an External API
{% capture query %}
mutation { ... }
{% endcapture %}
{% json headers %}
{
"Authorization": "Bearer {{ secrets.EXTERNAL_API_KEY }}"
}
{% endjson %}
{% http url:"https://api.example.com/data",
method:"GET",
headers:headers
as response %}
{% log response %}Updating a Secret
Deleting a Secret
Log Redaction
Limits
Limit
Value
Last updated