Examples
Ready-to-import examples for agents, workflows, and services. Each example includes a downloadable ZIP file that can be imported directly via Company Settings → Data Transfer.
Agents
Agente agendador
Scheduling assistant that fetches company services, explains booking rules in Portuguese, checks availability, and creates events for a salon-style appointment flow. Ships with the agenda custom types (ct:services, ct:working_hours, ct:events, ct:employee_periods) and a seed service catalog.
agent llm openai appointments scheduling services portuguese
Contact data collector
LLM agent that collects contact profile fields during conversation and persists them through an update_contact tool.
agent llm openai tool-calling contact-data crm
Discord Spam Moderator
Actor agent that moderates Discord text and image spam with heuristics, a companion image LLM workflow, behavioral signals for compromised older accounts, warnings, and repeat-offender kicks.
agent actor discord moderation spam image llm javascript jwt
Twitch Moderator Bot
Rule-based Twitch actor agent that handles simple chat commands and forwards all other messages to a linked moderation workflow that detects viewer-selling, subscriber-selling, and similar spam.
agent actor twitch moderation spam commands
ZapGPT
General-purpose Portuguese DeepSeek Reasoner assistant with 8 direct-action tools: web search, image search + send, Mediagator temporary media links, GDELT news search + content extraction, persistent per-contact behavior memory, and conversation memory clearing.
agent llm deepseek web-search images media-download news direct-actions config-variables portuguese tools error-handling
Workflows
Ask Assistant
Workflow that sends a message to an AI assistant and returns its response
manual assistant ai message tool-call
News Search (Simplified)
Before/after comparison: how new CEL functions simplify workflow expressions. This is a manual workflow that fetches news, checks results, and returns a summary.
manual http before-after new-functions present step_ok step_data url_params truncate tpl join_present step_has_content
New Contact Hook
Hook-triggered workflow that fires after a contact is created
hook after-create clients notifications event-driven
Fetch Weather
Manual workflow with HTTP GET — fetches data from an external API using user-provided parameters
manual http get weather external-api
Classify Twitch Advertising Message
Manual workflow that classifies a Twitch chat message as advertising or not using an LLM with structured output (JSON schema). Demonstrates workflowInput, CEL string concatenation, structured_output_schema, and returnExpression with get(step(0), ...).
manual llm structured-output json-schema moderation twitch
Discord Image Spam LLM Classifier
Manual workflow used by the Discord spam moderator to classify suspicious Discord images, including possible compromised older accounts, and return a compact JSON moderation verdict.
workflow manual llm image discord moderation spam
AI Summary
Manual workflow that sends text to an LLM and returns the response
manual llm text-generation summary
Fetch and Summarize
Multi-step: HTTP fetch → LLM summarize → return summary
manual multi-step http llm summarization
Send Options
Messaging workflow that sends interactive options to a contact and responds based on selection
manual messaging options interactive client
Daily Health Check
Temporal (scheduled) workflow that runs daily via RRULE
temporal scheduled rrule daily http health-check
Twitch Moderation Workflow (Ad Classifier)
Workflow used by the Twitch Moderator actor agent to classify spammy viewer-selling, subscriber-selling, and similar advertising messages, then emit the moderation verdict as conversation text.
workflow manual llm structured-output twitch moderation spam
Climate News Options To Contact
Manual workflow that fetches five climate-related GDELT news articles, sends them as interactive contact options, and returns the full article text after the contact selects one.
manual messaging options news gdelt client interactive
Daily Campinas Forecast Check
Temporal (scheduled) workflow that fetches Campinas weather forecast daily from wttr.in
temporal scheduled weather campinas wttr
Fetch First GDELT News Article Text
Manual workflow that fetches public GDELT news and returns the extracted text of the first article.
manual http news gdelt article-text two-step
Fetch GDELT Public News (Encoded String)
Manual workflow that fetches public news from GDELT and returns toon-encoded articles.
manual http news gdelt toon-encode encoded-output
Get Stock Price by Ticker
Manual workflow that fetches a Brazilian stock price by ticker symbol from brapi.dev
manual http finance stocks brapi market-data
Services
Agendador Environment
Seed set of salon services used by the agendador assistant to describe offerings and create bookings, packaged as ct:services custom-type documents.
services appointments scheduling seed-data catalog salon