Files

25 lines
1010 B
Markdown
Raw Permalink Normal View History

# Tool Setup Guides
Configuration guides for MimiClaw's external service integrations.
2026-03-08 23:13:01 +08:00
Related local setup guide:
- [Wi-Fi AP Onboarding Guide](../WIFI_ONBOARDING_AP.md) — configure firmware builds that expose the local `MimiClaw-XXXX` onboarding/admin access point
## Guides
| Guide | Service | Description |
|-------|---------|-------------|
| [Tavily Setup](TAVILY_SETUP.md) | [Tavily](https://tavily.com) | Web search API — preferred search provider for the `web_search` tool |
## Overview
MimiClaw integrates with external services to extend its capabilities. Each guide below walks through obtaining API credentials, configuring MimiClaw (build-time or runtime), and verifying the integration.
All credentials can be set in two ways:
1. **Build-time** — define in `main/mimi_secrets.h` and rebuild
2. **Runtime** — use serial CLI commands (saved to NVS flash, no rebuild needed)
See [mimi_secrets.h.example](../../main/mimi_secrets.h.example) for the full list of configurable secrets.