Configure deterministic network and server failures inside your isolated sandbox.
The Fault Injection API turns failure into a setting. Configure a target — latency, a status code, a malformed body, or a flaky success rate — then call it and get exactly that. It is the catalog's tool for testing resilience deliberately instead of waiting for production to supply the outage.
Base URL: https://funapi.dev/api/faults/v1 · 4 endpoints · OpenAPI 3.1 spec and Postman collection available. New here? Read the getting started guide.
fault profile
GET /faults/v1/config — Read fault profile · Responds with 200 Link to this endpointPUT /faults/v1/config — Configure fault profile (requires Bearer auth) · Responds with 200 422 Link to this endpointDELETE /faults/v1/config — Reset fault profile (requires Bearer auth) · Responds with 204 Link to this endpointendpoint under test
GET /faults/v1/target — Call the configured flaky target · Responds with 200 500 503 Link to this endpoint