Skip to main content
Glama
index.ts1.28 kB
import { createPiece } from '@activepieces/pieces-framework'; import { PieceCategory } from '@activepieces/shared'; import { easyPeasyAiAuth } from './lib/common/auth'; import { customGeneratorText } from './lib/actions/custom-generator-text'; import { getAiTranscription } from './lib/actions/get-ai-transcription'; import { generateAiImage } from './lib/actions/generate-ai-image'; import { createCustomApiCallAction } from '@activepieces/pieces-common'; export const easyPeasyAi = createPiece({ displayName: 'Easy-Peasy.AI', description: 'Create professional-quality music in any genre with just a text prompt. From hip-hop to classical, our AI generates custom tracks for your projects in seconds.', auth: easyPeasyAiAuth, minimumSupportedRelease: '0.36.1', logoUrl: 'https://cdn.activepieces.com/pieces/easy-peasy-ai.png', categories: [PieceCategory.ARTIFICIAL_INTELLIGENCE], authors: ['sanket-a11y'], actions: [ customGeneratorText, generateAiImage, getAiTranscription, createCustomApiCallAction({ auth: easyPeasyAiAuth, baseUrl: () => `https://easy-peasy.ai`, authMapping: async (auth) => ({ 'Content-Type': 'application/json', 'x-api-key': `${auth.secret_text}`, }), }), ], triggers: [], });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server