mirror of
https://github.com/ced4568/Synthos-AIOS.git
synced 2026-08-13 00:04:02 +00:00
18 lines
1.2 KiB
Markdown
18 lines
1.2 KiB
Markdown
# Connections
|
|
|
|
Registry of every system your AIOS can reach. Filled by `/onboard` from Q4-Q7 answers; expanded over time as you wire new tools. `/audit` checks this file for domain coverage and freshness.
|
|
|
|
| # | Domain | Tool | Mechanism | Auth | Last checked |
|
|
|---|---|---|---|---|---|
|
|
| 1 | Revenue / Financials | _filled by /onboard_ | not yet connected | — | — |
|
|
| 2 | Customer interactions | _filled by /onboard_ | not yet connected | — | — |
|
|
| 3 | Calendar | _filled by /onboard_ | not yet connected | — | — |
|
|
| 4 | Communication | _filled by /onboard_ | not yet connected | — | — |
|
|
| 5 | Project / task tracking | _filled by /onboard_ | not yet connected | — | — |
|
|
| 6 | Meeting intelligence | _filled by /onboard_ | not yet connected | — | — |
|
|
| 7 | Knowledge / files | _filled by /onboard_ | not yet connected | — | — |
|
|
|
|
**Mechanism options:** `mcp` (MCP server), `script` (Python/Bash hitting an API, in `scripts/`), `export` (CSV/JSON dump pipeline), `key+ref` (`.env` key + `references/{tool}-api.md` guide), `not yet connected`.
|
|
|
|
When you wire a new tool, also save `references/{tool}-api.md` capturing endpoints, auth flow, and common queries — researched-once-saved-forever.
|