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•529 B
import { PieceAuth } from '@activepieces/pieces-framework';
export const documentproAuth = PieceAuth.SecretText({
displayName: 'API Key',
description: `
To get your DocumentPro API Key:
1. **Login** to your DocumentPro account
2. **Go to** https://app.documentpro.ai/workflows
3. **Select** a workflow
4. **Change tab** to "Workflow" from the top bar
5. **Find** the "Upload" tab
6. **Click** "Upload via API"
7. **Click** the "Generate API Key" button
8. **Copy** your API key and paste it here
`,
required: true,
});