@tpmjs/tools-resend
List all API keys in your Resend account.
Test @tpmjs/tools-resend (listApiKeys) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-resendpnpm add @tpmjs/tools-resendyarn add @tpmjs/tools-resendbun add @tpmjs/tools-resenddeno add npm:@tpmjs/tools-resendimport { listApiKeys } from '@tpmjs/tools-resend';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { listApiKeys } from '@tpmjs/tools-resend';
const result = await generateText({
model: openai('gpt-4o'),
tools: { listApiKeys },
prompt: 'Your prompt here...',
});
console.log(result.text);(after?: string, limit?: number, before?: string) => Promise<unknown>Available configuration options
limitnumberMax results to return (1-100).
afterstringCursor ID for forward pagination.
beforestringCursor ID for backward pagination.
Schema extracted: 2/27/2026, 4:19:41 AM
ERROR: No README data found!
Downloads/month
110
GitHub Stars
0
Quality Score