Skip to main content
Discord
Community project, not officially maintained by Tembo. See the GitHub repo.

Features

  • Create, list, and search tasks with slash commands
  • Per-user authentication with AES-256-GCM encryption
  • Works in servers and DMs
  • Autocomplete for agents and repositories

Installation

1

Install

Add the bot via the installation link. Install for personal use (DMs) or add to a server.
2

API key

Generate an API key from Settings > API Keys in the Tembo dashboard.
3

Register

Run /setup key:YOUR_TEMBO_API_KEY in Discord.

Usage

Create a task

/task create prompt:"Fix authentication bug" agent:"claudeCode:claude-sonnet-4-5" repositories:"myorg/myrepo"

List tasks

/task list page:1 limit:10

Search tasks

/task search query:"authentication"

Other commands

/repositories list, /whoami, /status, /unregister Add ephemeral:true to any command to make responses visible only to you.

Advanced

Verify the bot is installed. Register your API key with /setup. Use /status to check registration.
Per-user API keys encrypted with AES-256-GCM. All interactions verified using Discord’s signature verification. Serverless on Cloudflare Workers.
Made by Anurag Dhungana and Dominik Koch.