Tool infrastructure
for AI agents.

Stop building OAuth flows. Connect your agents to Slack, GitHub, Stripe, and any API they need. Integrate once, connect everywhere.

EXAMPLES.md

// Reply to Slack messages from RAG knowledge base

1. Slack Event

User asks a question in Slack

2. hotglue Webhook Handler

Receives event, logs all calls

3. Your AI Agent (LLM + RAG)

Searches RAG database and generates answer

4. hotglue .slack().send()

Handles OAuth, tracks latency

5. Slack API

Posts reply in correct thread

// Convert support emails into GitHub PRs

1. Gmail Pub/Sub Event

Email arrives via Cloud Pub/Sub

2. hotglue Webhook Handler

Receives event, records errors

3. Your AI Agent (LLM)

Analyzes email and generates fix

4. hotglue .github() + .gmail()

Monitors usage, handles rate limits

5. GitHub + Gmail APIs

Creates PR and replies to customer with link

// Send daily agenda from Gmail, Slack & Jira

1. Cron Trigger

Runs daily at 8:00 AM

2. hotglue manages auth

Captures metrics for all API calls

3. Fetch from Gmail, Slack & Jira

Gets unread emails, mentions, and assigned tickets

4. AI Agent (LLM)

Summarizes and prioritizes all items

5. hotglue .gmail()

Sends digest email, traces requests

// Automatically review PRs for bugs, style & security issues

1. GitHub PR Event

New pull request opened

2. hotglue Webhook Handler

Receives event, logs all events

3. hotglue .github().getDiff()

Fetches PR diff, OAuth handled automatically

4. Your AI Agent (LLM + AST Parser)

Reviews code for bugs, style issues, security

5. hotglue .github().createReview()

Token refresh, rate limits handled

6. GitHub API

Posts inline comments, suggestions & approval

// Automatically provision accounts across Salesforce, Slack & Notion

1. Signup Webhook

New customer signed up

2. hotglue Webhook Handler

Captures events

3. Your AI Agent (LLM + Rules)

Determines user role, permissions & setup

4. hotglue .salesforce() + .slack() + .notion()

OAuth handled for each user separately

5. Salesforce, Slack & Notion APIs

Creates lead, adds to channels, creates workspace

// Transcribe meetings & distribute notes to Notion + Slack

1. Workspace Event API

Conference ended event

2. hotglue Webhook Handler

Event tracking

3. hotglue .meet().getRecording()

Auth handled and refreshed automatically

4. Your AI Agent (LLM + Whisper)

Transcribes, summarizes, extracts action items

5. hotglue .notion() + .slack()

Tracks all API calls + latency

6. Notion + Slack APIs

Saves notes + actions, DMs attendees with summary

// Intelligently route Zendesk tickets

1. Zendesk Event

New ticket created

2. hotglue Webhook Handler

Logs webhooks

3. Your AI Agent (LLM + KB Search)

Classifies urgency, category & expertise

4. hotglue .zendesk() + .slack()

Multi-user OAuth for each team

5. Zendesk + Slack APIs

Sets priority, assigns ticket, notifies team channel

Everything your agents need to take action

Stop building integration infrastructure. Your developers shouldn't spend weeks on OAuth flows and webhook handlers—hotglue handles authentication, API calls, and event handling.

[*]

[1] OAuth Handled Automatically

Your agent says "send this email" — hotglue handles the OAuth flow, token refresh, and credential storage. The email just gets sent.

[*]

[2] Agent-First Design

Built for AI agents that need to take action. Simple function calls, clear responses, no complex setup. Your LLM asks, the action happens.

[*]

[3] Multi-User Support

Each user gets their own authenticated connections. Your agent acts on behalf of the right person, with the right permissions, every time.

[*]

[4] Secure by Default

Encrypted credentials, automatic token rotation, isolated user contexts. Your agents can act without compromising security.

[*]

[5] Any Framework, Any LLM

Works with Claude, GPT, Gemini, or any other LLM. Use LangChain, build custom, or integrate directly. Your choice.

[*]

[6] Real-Time Action

No delays, no queues. When your agent needs to create a ticket, update a CRM, or send a message, it happens instantly.

What can your agents do?

When AI can actually take action, the possibilities are endless.

→ Customer Support Agents

Create tickets in Linear, update Zendesk, pull customer data from Stripe, send Slack notifications — all from natural language requests.

Your agent doesn't just chat. It resolves issues.

→ Sales Automation

Update HubSpot deals, send personalized emails via Gmail, schedule meetings on Google Calendar, create follow-up tasks.

Turn conversations into revenue, automatically.

→ Development Assistants

Create GitHub issues, review pull requests, deploy to production, update documentation, manage project boards.

Your AI pair programmer that actually ships code.

→ Workflow Orchestration

Chain actions across services. Update Notion, trigger webhooks, sync data between platforms, coordinate complex multi-step processes.

Intelligence meets execution.

// Give your LLMs the hands they need to get work done
// Simple setup, powerful actions, zero auth headaches

[ build_your_first_agent() ]