Skip to main content

1. Get your API key

Sign up at safefetch.dev to get an API key. Your key looks like sf_live_....

2. Install the SDK

3. Send your first action

Set your API key and call safeFetch():

4. Response shape

Every safeFetch() call returns an action object:
Once approved, status moves to "active" then "completed". A completed action also includes response_code, response_body, and duration_ms.

Next steps