Build your next AI project with our
AI Backend, easy to use and customize.
1import { fetchTeampilot } from '@teampilot/sdk'
2
3const response = await fetchTeampilot({
4 launchpadSlugId: process.env.LAUNCHPAD_ID,
5 message: "Look up current news at cnn.com and send me a summarized version to my email as an audio podcast.",
6 cacheTtlSeconds: 'forever',
7})
8
9const message = data.message.content // "Done, sent you the podcast to your email, enjoy."
Look at some stories of projects that have been build with Teampilot AI.