One place for people and agents
Keep what changed across every project in one inbox instead of a collection of chats, channels and email threads.
Notification system for people and agents
Bring what happens across your projects out of Slack, Telegram and email and into one central, structured inbox for people and agents.
Create your personal account, verify your email, and keep every project notification in one place.
POST /api/v1/notifications
Authorization: Bearer $FYINBOX_API_KEY
Content-Type: application/json
{
"title": "Backup completed",
"body": "Nightly PostgreSQL backup finished and was verified.",
"severity": "success",
"tags": [
"backup",
"production"
],
"source": "backup-worker",
"deduplicationKey": "backup:2026-07-31",
"metadata": {
"duration": "42s",
"size": "1.8 GB"
},
"actions": [
{
"id": "open-backup",
"type": "link",
"label": "Open backup",
"href": "https://example.com/backups/2026-07-31",
"style": "primary"
}
]
}Backup worker
Nightly PostgreSQL backup finished and was verified.
Move notifications out of chat
Slack, Telegram and email scatter project activity across places built for conversation. FYInbox gives those notifications one home for people and agents.
Keep what changed across every project in one inbox instead of a collection of chats, channels and email threads.
Keep the source, outcome, metadata and next action attached so people and agents work from the same notification record.
Move routine project notifications out of Slack, Telegram and email while keeping genuinely collaborative work there.
From project to inbox
Send each project outcome through the same structured path, without asking people or agents to monitor a chat channel.
Give the producer a clear name and create its revocable API key. The secret is shown once.
POST JSON from a script, service, agent or any workflow that can speak HTTP.
The notification stays in one structured inbox for people and agents instead of disappearing into a conversation stream.
One destination for every project
Use the same small HTTP contract across code and visual workflows so project notifications stop being scattered across conversation tools.
Record completions, missed runs, verification failures and recovery links.
See successful releases, rollbacks and broken pipelines in one reviewable history.
Give every agent run one place to report its outcome, preserve context and request attention outside chat.
Use any HTTP request step that can send JSON with a bearer token.
Context both recipients can use
A project update can stay concise while its source, identity and next action remain structured outside the prose of a chat message.
Keep producers distinct, then group events across them with normalized tags.
Attach string key/value context and filter it later without putting everything in the title.
A deduplication key returns the original event while it exists instead of creating another copy.
Attach deliberate HTTPS or email links that open the next place you need to work.
The product boundary
FYInbox centralizes the project notifications that people and agents need to know. It is not a campaign builder, embedded customer inbox, on-call escalation system or omnichannel router.
Project activity should leave chat and arrive in one structured place for people and agents.
Your product needs templates, recipients, preferences and delivery across customer channels.
Private by default
The product keeps account boundaries and credential handling in the data path, not in marketing promises.
Reads and writes are bound to the authenticated account, with database row-level isolation in PostgreSQL.
API key secrets are shown once; only a cryptographic digest is stored for later authentication.
Sensitive business fields are encrypted before PostgreSQL persistence, with root key material kept outside the database and its backups.
Straight answers
FYInbox has one clear job: keep project notifications together for people and agents, outside conversation channels.
Anything that can make an authenticated HTTP request: a script, backend service, scheduled job, agent or visual workflow with an HTTP step.
It replaces using those tools as the default inbox for project notifications. It does not replace the conversations, coordination or customer messages that belong there.
FYInbox is for people and agents that need to know what happens across projects without monitoring Slack, Telegram, email or other conversation channels.
Yes. Use an HTTP request step, send JSON and place the source API key in the bearer authorization header.
Send a stable deduplication key. While the original event exists, a retry returns that event instead of creating a duplicate.
Browser push is optional. New subscriptions show a short content preview; each device can switch to a private generic alert or mute individual sources.
No. It centralizes activity from your own projects for people and agents. Customer messaging platforms solve a broader and different job.
Events remain available as reviewable history. FYInbox does not currently offer commercial retention tiers.
Move notifications out of Slack, Telegram and email. Keep them together for people and agents.
Create account