# Kimaki

> Iron Man's Jarvis for coding agents, inside Discord

## Best way to inspect these docs

Download all docs as markdown files and grep them locally:

```bash
curl -L http://kimaki.dev/docs.zip -o docs.zip
unzip docs.zip -d docs
grep -R "search term" docs/
```

Use this when you need to search across the whole documentation set. The zip contains every page as a .md file.

## Page index

You can also fetch individual markdown pages directly:

- [AI coding agents orchestrated from Discord](http://kimaki.dev/index.md)
- [Models & Subscriptions](http://kimaki.dev/docs/getting-started/subscriptions.md)
- [Model & Agent Switching](http://kimaki.dev/docs/getting-started/model-switching.md)
- [Background Sync](http://kimaki.dev/docs/getting-started/background-sync.md)
- [Channels & Threads](http://kimaki.dev/docs/core-concepts/channels-threads.md)
- [Message Handling](http://kimaki.dev/docs/core-concepts/message-handling.md)
- [Managing Sessions](http://kimaki.dev/docs/core-concepts/sessions.md)
- [The Queue](http://kimaki.dev/docs/features/queue.md)
- [btw (side questions)](http://kimaki.dev/docs/features/btw.md)
- [Worktrees](http://kimaki.dev/docs/features/worktrees.md)
- [Diff Viewer](http://kimaki.dev/docs/features/diff-viewer.md)
- [Scheduled Tasks](http://kimaki.dev/docs/features/scheduled-tasks.md)
- [Voice Messages](http://kimaki.dev/docs/features/voice.md)
- [Images](http://kimaki.dev/docs/features/images.md)
- [OpenCode Commands](http://kimaki.dev/docs/features/opencode-commands.md)
- [Shell Commands](http://kimaki.dev/docs/features/shell-commands.md)
- [Browser VS Code](http://kimaki.dev/docs/remote-access/vscode.md)
- [Tunnels](http://kimaki.dev/docs/remote-access/tunnels.md)
- [Screen Sharing](http://kimaki.dev/docs/remote-access/screen-sharing.md)
- [Access Control](http://kimaki.dev/docs/configuration/access-control.md)
- [Tool Permissions](http://kimaki.dev/docs/configuration/permissions.md)
- [Verbosity](http://kimaki.dev/docs/configuration/verbosity.md)
- [Memory](http://kimaki.dev/docs/configuration/memory.md)
- [MCP Servers](http://kimaki.dev/docs/configuration/mcp.md)
- [Managing Projects](http://kimaki.dev/docs/configuration/projects.md)
- [Troubleshooting](http://kimaki.dev/docs/guides/troubleshooting.md)
- [CI & Automation](http://kimaki.dev/docs/guides/ci-automation.md)
- [Advanced Setup](http://kimaki.dev/docs/guides/advanced-setup.md)
- [Programmatic Gateway](http://kimaki.dev/docs/guides/programmatic-gateway.md)
- [Abort Session with "x"](http://kimaki.dev/docs/plugins/abort-on-x.md)
- [Commands Reference](http://kimaki.dev/docs/reference/commands.md)
- [Gateway Architecture and Event Delivery](http://kimaki.dev/docs/reference/gateway-architecture.md)
- [Internals](http://kimaki.dev/docs/reference/internals.md)
- [Privacy Policy](http://kimaki.dev/docs/legal/privacy.md)
- [Terms of Service](http://kimaki.dev/docs/legal/terms.md)

## Links

- [GitHub](https://github.com/remorses/kimaki)
- [Changelog](https://github.com/remorses/kimaki/releases)
- [Discord](https://discord.gg/qz3hapKcMM)