Private workspace

Your endpoints

Create durable URLs for integrations you own and keep their request history for seven days.

@if ($showCreateForm)
@error('endpointName')

{{ $message }}

@enderror
@endif @if ($endpoints->isEmpty())
//

No private endpoints yet

Create one when you need a stable webhook URL for a project or integration.

@else
@foreach ($endpoints as $endpoint) @endforeach
@endif