docs: improve documentation content (#223)

This commit is contained in:
Tushar 2025-08-28 12:22:13 +05:30 committed by GitHub
parent 463630cc0a
commit 82982eaec8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 80 additions and 82 deletions

View file

@ -26,9 +26,17 @@ The Tools page in Rowboat lets you add and configure tools that your agents can
- Browse a library of 500+ toolkits from popular services
- With 3000+ tools to choose from!
- Click on a service to see available tools and add them to your workflow
- Users must create a Composio account and add their API key
- Users must create a [Composio](https://composio.dev/) account and add their API key
- Tools require authorization to work properly
### Setting up Composio API Key
To use Composio tools, get a Composio key and export it as an environment variable:
```bash
export COMPOSIO_API_KEY=your_api_key_here
```
<Note>Users can visit [Composio's toolkit documentation](https://docs.composio.dev/toolkits/introduction) for a deep dive into all the tools available.</Note>
## Custom MCP Servers