Keep provider callbacks straight across environments.
Local, staging, and production all want the same provider to call them, and the usual workaround is a tunnel someone has to remember to restart. Endpoints give each environment a permanent URL that keeps working whether or not anyone is at their desk.
How the debugging loop goes.
acme-local, acme-staging, acme-prod) and register each URL with the provider that should call it.Worth knowing before you wire it up.
Common questions.
Is this a replacement for a local tunnel?
For receiving provider callbacks, yes: the URL is hosted and always up. If you need the request to reach a process on your laptop, pair an endpoint with the CLI destination kind rather than exposing your machine directly.
How many endpoints can I create?
Create as many as your environments need. Billing is based on the traffic received, not on how many endpoints exist.
Can teammates see the same endpoints?
Yes. Endpoints and webhook history belong to the workspace, and everyone you invite sees them.
Start with one endpoint.
Send a request, open the payload, and see exactly what your provider delivered.