Mastra
Integrations › Mastra
Tool package
@keenable/mastra — keenable-search and keenable-fetch tools for any Mastra agent, keyless by default.
Setup
- 1Installbash
npm install @keenable/mastra - 2Use the tools
@mastra/core and zod are peer deps (already present in a Mastra project).
typescriptimport { createKeenableTools } from "@keenable/mastra"; const tools = createKeenableTools(); // keyless; or { apiKey: "keen_..." } // exposes the tools `keenable-search` and `keenable-fetch`
Keyless by default; set KEENABLE_API_KEY or pass { apiKey } to authenticate.