API tokens to manage your hosting programmatically.
- - @if($newToken) -Your new token — copy it now
-This is the only time it will be shown.
-{{ $newToken }}
-
- {{ $token->name }}
-- Created {{ $token->created_at->diffForHumans() }} · - {{ $token->last_used_at ? 'last used '.$token->last_used_at->diffForHumans() : 'never used' }} -
-No tokens yet.
- @endforelse -Authenticate with a Bearer token. Base URL:
-{{ $apiBase }}
- curl {{ $apiBase }}/me \
- -H "Authorization: Bearer <your-token>" \
- -H "Accept: application/json"
- Endpoints: GET /me. More coming soon.
-Invite people to help manage this account’s hosting.
- - @if($canManage) -Admins can manage hosting and the team. Members can manage hosting. Invitees join by signing in with that email.
-{{ $account->name ?? $account->email }} (you)
-{{ $account->email }}
-{{ $member->member->name ?? $member->email }}
-{{ $member->email }}
-