1. Get your API key
Sign up at safefetch.dev to get an API key. Your key looks likesf_live_....
2. Install the SDK
3. Send your first action
Set your API key and callsafeFetch():
4. Response shape
EverysafeFetch() call returns an action object:
status moves to "active" then "completed". A completed action also includes response_code, response_body, and duration_ms.
Next steps
- Human approval guide — approve actions via API, CLI, or dashboard
- API Reference — full endpoint documentation