Skip to content

XMTP AI

The XMTP ai plugin is a plugin that allows you to interact with the XMTP protocol.

Install

cmd
bun install xmtp
const xmtp = await createClient(onMessage, {
  apiKey: process.env.XMTP_PRIVATE_KEY,
  
});