Output Destinations
Augent pipelines audio from URL to structured notes — download, transcribe, analyze, and format in a single call. The client controls where those results land.Obsidian
Augent has a dedicated Obsidian integration with real-time sync. See Obsidian Setup.Notion
Tell your agent to format output as a Notion-compatible page and save it somewhere accessible.take_notes tool saves .txt files formatted with headers, bullets, callouts, and tables. Notion imports markdown directly — drag the file into a Notion page or use Import → Markdown in the sidebar.
For structured data (search results, transcriptions), use the output parameter to export as .csv or .xlsx, then import into a Notion database.
Apple Notes
Apple Notes doesn’t support markdown, but it handles plain text and basic formatting..txt output from take_notes opens in any text editor. Copy and paste into Apple Notes, or set up a Shortcut to automate it.
For bulk workflows, export transcriptions and search results to .csv or .xlsx using the output parameter and import into Apple Notes via the share sheet.
Logseq
Logseq reads markdown from its graph directory. Point Augent’s output there.output_dir parameter on take_notes to save directly into your Logseq graph’s pages/ folder. Logseq picks up new files automatically. The .txt format with markdown headers and bullets renders natively in Logseq.
Automation
n8n
One node triggers Augent’s full pipeline — download, transcription, semantic search, speaker identification, and structured notes. No stitching together separate APIs.- Add an Execute Command node to your workflow
- Run a single Augent command:
- Route the output to the next node in your workflow
Make
Add Augent as a node in any Make scenario. One trigger kicks off the full audio-to-notes pipeline — the same end-to-end processing available in n8n.- Add a Shell module to your scenario
- Run Augent the same way as n8n above
- Route the structured output to any of Make’s 1,000+ app connectors
Export Formats
Every search and transcription tool supports theoutput parameter for saving results to disk:
| Format | Extension | Use case |
|---|---|---|
| CSV | .csv | Spreadsheets, databases, automation pipelines |
| XLSX | .xlsx | Styled spreadsheets with bold headers and formatted timestamps |
| JSON | .json | APIs, scripts, programmatic access |
| SRT | .srt | Subtitles for video editors |
| VTT | .vtt | Web video players |
| Markdown | .md | Documentation, notes apps |
output parameter works on transcribe_audio, search_audio, deep_search, search_proximity, and search_memory.
