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

13 matching entries

Voice Customer Support

By Connic

Build a voice support agent that searches your customer knowledge in Connic Retrieval and demonstrates ticket creation with a mock tool.

SupportBeginner
View details

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 retrieval 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 the configured retrieval.

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 the 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.

  1. Template selection

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

  2. Scaffold with the CLI

    The generated connic init command places the template in the repository as plain YAML and Python under the team's full control.

  3. Deploy and adapt

    Deploy the template to a project, wire up the connectors, and edit the code like any other codebase. Templates are inspectable starting points.

Agent templates FAQ

A complete, working agent project with agent definitions in YAML, Python tools, schemas, and a README. Installation through the Connic CLI adds it to the 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. The code lands in the repository under the team's control: agents, tools, and prompts can be changed, and unnecessary parts can be deleted. Nothing creates a dependency on the original.

Templates are free to install. Once deployed, their platform usage and any connic/* model tokens draw from Project credit at published rates. BYOK model charges remain with the selected provider.

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.