mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
docs: improve documentation content (#223)
This commit is contained in:
parent
463630cc0a
commit
82982eaec8
7 changed files with 80 additions and 82 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue