Skip to main content
Connic

Agent Templates

Start in minutes with curated agent templates. Invoice processing, customer support, meeting notes, and more. Install via CLI and deploy.

All agent templates

Invoice Processor

By Connic

Extract structured data from invoices with AI, validate totals via a deterministic tool agent, and output auditable JSON with retry support.

FinanceBeginner
View details

Customer Support

By Connic

AI ticket triage with sentiment analysis and RAG-powered response drafting. Classifies by priority, blocks spam, and stores new solutions.

SupportBeginner
View details

S3 Document Pipeline

By Connic

Auto-process documents uploaded to S3 with text extraction, classification, and routing. Handles PDFs, images, and text files with retries.

ProductivityIntermediate
View details

Stripe Dunning

By Connic

Automated Stripe payment recovery with multi-stage personalized dunning emails. Tracks customer history and escalates from friendly reminders to pause notices.

FinanceIntermediate
View details

Kafka Fraud Detector

By Connic

Score transactions for fraud in real-time on Kafka streams. Uses velocity analysis, geo-anomaly detection, and pattern matching per customer.

SecurityAdvanced
View details

Compliance Auditor

By Connic

Scheduled compliance scanning combining web search for regulatory updates, MCP docs, and knowledge base history. Produces scored summaries.

ComplianceAdvanced
View details

PostgreSQL Change Notifier

By Connic

Monitor PostgreSQL changes via LISTEN/NOTIFY, classify events by impact, and route notifications to the right team. Stores high-impact changes for auditing.

DevopsIntermediate
View details

Email Helpdesk

By Connic

End-to-end email support with IMAP polling, auto-reply filtering, and intent classification. Drafts contextual replies from your knowledge base.

CommunicationIntermediate
View details

Research Assistant

By Connic

Break complex research questions into sub-tasks, dispatch specialist agents in parallel, and synthesize web and internal data into structured, scored reports.

ResearchAdvanced
View details

SQS Order Processor

By Connic

Validate and fulfill orders from SQS queues with fraud detection, inventory checks, and concurrency keys. Results publish to an outbound queue.

CommerceIntermediate
View details

Lead Enricher

By Connic

Enrich and qualify new signups by researching their company and scoring fit against your ideal customer profile. Saves qualified leads.

SalesBeginner
View details

Telegram Personal Assistant

By Connic

Multimodal Telegram assistant that processes text, images, voice, video, and documents. Searches the web, saves notes and knowledge, and schedules follow-up reminders with persistent sessions.

CommunicationBeginner
View details

From template to production

Three steps between browsing this page and a deployed agent.

01

Pick your templates

Select one or more templates from the catalog. Every card shows what is inside: the agents, the tools, and the connectors it expects.

02

Scaffold with the CLI

Run the generated connic init command. The template lands in your repository as plain YAML and Python that you own completely.

03

Deploy and adapt

Deploy to your project, wire up the connectors, and edit the code like anything else you wrote. Templates are starting points, not black boxes.

Agent templates FAQ

A complete, working agent project: agent definitions in YAML, Python tools, schemas, and a README. You install it with the Connic CLI and it becomes part of your codebase, ready to deploy and modify.

Select templates in the catalog and copy the generated command, or run connic init my-project --templates=<ids> directly. Selecting several templates builds one command that scaffolds them all together.

Yes, that is the point. The code lands in your repository and you own it: edit the agents, swap tools, change prompts, or delete what you do not need. Nothing ties you to the original.

Templates are free to install. Once deployed they run like any agent you wrote yourself, billed as runs, compute, and storage.

Beginner templates run with a single connector and minimal configuration. Intermediate templates combine several systems. Advanced templates demonstrate multi-agent pipelines and high-throughput event processing.