Email, ticket, chat, and backup keep access credentials longer than the actual project.
Credentials provided. Without passwords in tickets.
Send admin access, API keys and recovery codes as one-time readable messages — manually in the browser or integrated via API and webhooks.
A secret in the ticketing system is no longer a secret.
Protecting the link and password side by side does not protect against a compromised secure inbox.
Manual copy-and-paste processes waste time and leave send status or returns unclear.
Send directly, let customers receive, or integrate into your workflow.
One-time handover
Encrypt the secret in the browser, verify the recipient address, send and optionally prove access.
Customer secure inbox
A fixed link allows customers to submit access details or configuration files securely without needing an account.
API & Webhooks
Create a sending, check status, withdraw, and manage contacts. Events are delivered signed.
From project completion to your own customer portal.
Browser applications: Business API keys have limited rights and optionally approved HTTPS origins. The full secret is displayed only once.
CMS, hosting, and DNS access provided once, without recording them in the final audit log.
Customers send temporary access via their personal secure inbox link instead of through a ticket.
Your own tools generate secure messages and check whether they are open, read, expired or withdrawn.
Retrieval, expiry or withdrawal triggers a traceable process within your own system.
Convenient or technically blind – the mode is transparent.
Secure mode
The key remains in the URL fragment and is passed on via a separate channel; SchlüsselBot does not receive it technically.
Convenience mode
SchlüsselBot provides the ready-made link. For this, the key passes briefly through the server and is not logged.
API with self-encryption
Hand over ciphertext if the plaintext must not reach SchlüsselBot. The more convenient message field encrypts server-side.
The technical documentation publicly and machine-readably describes endpoints, scopes, CORS, status models, idempotency, and webhook signatures. To developer page.
Briefly answered
Can I access SchlüsselBot from an external browser app?
Yes, in Business. For each API key, allowed HTTPS origins and scopes are defined.
Which events trigger webhooks?
Among other things, creation, retrieval, withdrawal, expiry, and failed email delivery. Deliveries are signed and repeated in case of errors.
Is SchlüsselBot a password manager?
No. SchlüsselBot transmits secrets only once. Ongoing management and rotation remain the responsibility of your password manager or IAM.
Secrets belong in the target process — not in its communication history.
Start directly in the browser or integrate secure dispatch into your application.