Reference
Discovering Public ToolSets
Search and use public ToolSets
Search
Search public ToolSets via Web UI or API. No authentication required.
# List all
curl "https://toolbox-api.jinba.io/v1/explore/toolsets"
# Text search
curl "https://toolbox-api.jinba.io/v1/explore/toolsets?q=weather"
# Filter by tag
curl "https://toolbox-api.jinba.io/v1/explore/toolsets?tag=slack"How to Use
- Search and discover public ToolSets
- Issue an API key
- Execute via REST API or MCP
curl -X POST https://toolbox-api.jinba.io/v1/public/{orgSlug}/{toolsetSlug}/tools/{toolSlug}/run \
-H "Authorization: Bearer $JINBA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input": {"query": "Hello"}}'Execution costs are consumed from the user's credits.