Your persistent backend for every AI tool — messages, knowledge, todos, and memory that travel with you across every session.

Shared knowledge bases

Wiki-style notes with tags, member roles, and invitations. Share a single knowledge base across your AI sessions, your team, or your closest friends.

Server architecture
#infra#monitor
Docs for Project A
#work#project_a
Report template
#work#report_a

Shared with @alice, @bob

Try saying…

"Save these meeting notes to my work KB, tag them planning"
"Find my notes about Postgres performance"

Structured tables, inside knowledge bases

Actual SQL tables for app-like data. Define schemas, insert rows, run queries — directly through MCP tools.

recipes
idname
1Carbonara
2Pesto
ingredients
recipe_idname
1pasta
1pancetta
2basil

Try saying…

"Add 'Pasta carbonara' to my recipes table, 30 min, italian"
"Show me all italian recipes under 30 minutes"

A classic REST API, beyond MCP

Every table is also reachable over plain HTTPS — so scripts, cron jobs, and apps can read and write your data outside any AI session. Scoped API keys (read-only or read-write, one KB or all) are created in Settings, and your coding agent gets built-in docs to wire it up for you.

$ curl .../api/v1/kbs/$KB_ID/query \
    -H "Authorization: Bearer rk_a1b2c3d4..." \
    -d '{"sql": "SELECT name, minutes FROM recipes"}'
{"rows": [{"name": "Carbonara", "minutes": 30},
          {"name": "Pesto", "minutes": 20}]}

Try saying…

"Build a script that logs each workout into my fitness KB via the Relay API"
"Make my home dashboard read the pantry table over the REST API"

Custom dashboard pages

Ask your AI to write a small HTML page that reads your KB data live — portfolio dashboards, expense charts, browseable note indexes. Renders in a sandboxed iframe right inside the Relay web app.

Portfolio dashboard
Positions
5
Weight
100%
Rebal.
3d
  • AAPLstock35%
  • BTCcrypto18%
  • CASHcash15%

Try saying…

"Build me a portfolio dashboard from my positions table"
"Make a page that lists every note tagged research, newest first"

The Relay Library

Vectorized document storage. Upload your PDFs, Word files, and text documents once — then ask your AI questions about them in plain language. It searches by meaning, not keywords, and answers with the exact passage, quoted and cited down to the page.

What's the notice period if I want to move out?
Rental agreementLease_2024.pdf · p. 7

“…either party may terminatethis agreement by giving three months' written notice to the end of a calendar month.”

#contract#home
Handover protocolHandover.docx · p. 2

“…the flat is to be returned in swept-clean condition on the final day of…”

#contract#home

Not one word of the question appears in the clause that answers it.

Try saying…

"What's the notice period in my lease?"
"Search my library for what the warranty covers"

Todos & persistent memory

Keep a private todo list and let AI tools save durable facts about you. Both survive across sessions, devices, and tools.

Todos
  • Buy milk
  • Book flights
  • Reply to Alice
  • Schedule dentist
Memory
  • Prefers dark mode
  • Lives in Berlin

Try saying…

"Add buy milk and book flights to my todos"
"Remember that I prefer Vim keybindings"

Encrypted messaging

Talk to other Relay users by username or alias. Every AI tool you use can read and reply on your behalf.

Try saying…

"Send these research results to @alice."
"Check my inbox"