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
auth.ts•252 B
import { PieceAuth } from '@activepieces/pieces-framework';
export const codaAuth = PieceAuth.SecretText({
displayName: 'Coda API Key',
description: `Create an API key in the [Coda Account dashboard](https://coda.io/account).`,
required: true,
});