Inputs & MCP

No inputs connected yet.

Setup Guide

Google

1. Create OAuth Credentials

Go to console.cloud.google.com → APIs & Services → Credentials → Create OAuth client ID (Web application).

2. Set Redirect URI

https://rebeccai.apps.puddi.ng/auth/google/callback

3. Enable APIs

Enable Gmail API and Google Calendar API in the API Library.

4. Environment Variables
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET

Slack

1. Create a Slack App

Go to api.slack.com/apps → Create New App → From scratch.

One app works across multiple workspaces. Each install creates a separate input with its own tokens.

2. OAuth & Permissions

Bot Token Scopes:

  • channels:history, channels:read
  • groups:history, groups:read
  • im:history, im:read
  • mpim:history, mpim:read
  • chat:write, users:read

User Token Scopes:

  • chat:write
  • channels:history, channels:read
  • groups:history, groups:read
  • im:history, im:read
  • mpim:history, mpim:read
3. Set Redirect URL

https://rebeccai.apps.puddi.ng/auth/slack/callback

4. Enable Event Subscriptions

Request URL:

https://rebeccai.apps.puddi.ng/api/slack/webhook

Subscribe to bot events: message.channels, message.groups, message.im, message.mpim

5. Environment Variables
  • SLACK_CLIENT_ID
  • SLACK_CLIENT_SECRET

When a User Token is available, the bot replies as you. Otherwise it uses the Bot Token. Incoming messages from colleagues are auto-answered with full tool access.

Cloudflare

Uses a Global API Key (not API Tokens) to support multiple accounts and zones.

1. Get Global API Key

Go to dash.cloudflare.com/profile/api-tokens → Global API Key → View.

2. Permissions

After connecting, create a permission scheme under Permissions to control which actors can manage which zones. Assign zones individually or by account for bulk access.

Jira / ClickUp / osTicket

Click the button, fill in the credentials, and click Add. No OAuth flow needed — these use API tokens directly.

Jira: Get your API token from id.atlassian.com/manage-profile/security/api-tokens

ClickUp: Get your API key from Settings → Apps → API Token

osTicket: Use your staff panel login credentials