Skip to main content
Connic
Back to BlogAnnouncement

Introducing the Connic Marketplace

The Connic Marketplace is the new home for agent templates, connectors, and knowledge ingest sources. One catalog, one publisher model, one CLI install.

July 5, 20265 min read

Until today, the building blocks of a Connic project lived in separate corners of the site: an agent catalog here, a connector catalog there, knowledge sources somewhere else. As the catalog grew, that split stopped making sense. So we rebuilt it as one place: the Connic Marketplace.

What is the Connic Marketplace?

The marketplace is organized into three categories. Each one answers a different question you hit when building an agent: where do I start, what triggers it, and what does it know.

Agent Templates
Production-ready agent starters. Each template scaffolds real YAML and Python into your repository with one CLI command, so you own the code from minute one.
Connectors
Triggers and channels that wire agents to the systems where your events already happen, including webhook, Kafka, MCP, Postgres, and more.
Knowledge Ingest
Sources like Notion, Confluence, Coda, and entire websites that sync content into your agents' knowledge base and keep it current.

The storefront is curated, not a dump of everything at once. You get a spotlight, category shelves, and a global search. Every category page adds facet filters and a full grid when you want to browse exhaustively.

Agent templates: from catalog to running code in one command

Templates are complete, working agent setups, including examples like an invoice processor, a customer support triager, a Stripe dunning flow, and a Kafka fraud detector. Each template page shows the agents and tools inside, the file tree it scaffolds, and the connectors it expects.

Installing one is a single command:

pip install connic-composer-sdk
connic init my-project --templates=invoice

The catalog also supports multi-select: check several templates and the sticky command bar builds one connic init command that scaffolds them all together. What lands in your repository is plain YAML and Python, not a black box. Edit it, extend it, delete half of it. It is your code. For how this scaffold-and-deploy model fits into the wider market, survey the 2026 agent deployment platform landscape.

Connectors: the production path for triggering agents

Connectors are how agents plug into the systems where your events already happen: a webhook from your SaaS backend, a Kafka topic, a Stripe event, a cron schedule, an MCP client. Each connector page documents its modes, configuration, and how it hands events to your agents.

The connector catalog itself has not changed, but it now lives alongside the templates that use it. A template page links directly to the connectors it expects, so the path from "this looks useful" to a wired-up, triggerable agent is one continuous flow. To go deeper on how connectors compare, read the connector pattern comparison, see why pre-built connectors beat custom integration code, or browse the connector catalog.

Knowledge ingest: keep agents in sync with your content

The third category covers what your agents know. Knowledge ingest sources sync content into an agent's knowledge base: Notion pages, Confluence spaces, Coda docs, or an entire website. Instead of one-off uploads, a source stays connected and keeps the knowledge base current as the underlying content changes. Read more about how the knowledge base works.

Browse the Connic Marketplace

Agent templates, connectors, and knowledge sources in one catalog. Free to install; you only pay for what your agents consume when they run.

Explore the marketplace

One publisher model, built for more publishers

Today, every listing in the marketplace is built, published, and maintained by Connic, and carries the Connic publisher badge. That is deliberate: everything you install from the marketplace is production-ready and supported.

Verified publisher
Every listing shows who published it. Connic listings carry a verified badge, and future third-party publishers will too, once approved.
Third-party publishing
The marketplace is designed to carry listings from external publishers. Each publisher will go through a review process before anything they submit appears in the catalog.

If you are building something on Connic that you think belongs in the marketplace, talk to us. Self-service publishing is not open yet, but we are lining up the first external publishers now.

What happens to the old catalog pages?

The previous catalog URLs redirect permanently to their new homes: the agent catalog now lives at /marketplace/agent-templates, the connector catalog at /marketplace/connectors, and knowledge sources at /marketplace/knowledge-ingest. Old bookmarks and links keep working; nothing you installed or configured changes.

Pricing is unchanged too. Marketplace listings are free to install and configure. You pay for what your agents consume when they run, billed as runs, compute, and storage like any other agent activity on Connic. See how Connic pricing works for the details.

More from the Blog

Industry Insights

Connector Patterns for AI Agents: Webhook vs Kafka vs Postgres vs SQS

Webhook, Kafka, Postgres LISTEN/NOTIFY, and SQS each trigger an AI agent differently. Compare their delivery guarantees, ordering, and durability to pick one.

June 29, 20269 min read
Industry Insights

The EU AI Act Is Here. Your AI Agents Need to Comply.

The EU AI Act is the world's first comprehensive AI regulation, and it applies to your AI agents today. Here's what it requires, what the penalties look like, and how Connic makes compliance the default rather than an afterthought.

April 13, 202611 min read
Product Spotlight

Human-in-the-Loop AI Agents: How Approvals Work in Production

How to pause an AI agent before refunds, deletes, or external calls, route the decision to a human, and resume automatically, with a full audit trail.

April 5, 202610 min read
Changelog

What We Shipped in March 2026

A/B testing, agent guardrails, API spec tools, dashboard templates with percentile metrics, migration CLI, and more.

April 1, 20266 min read
Tutorial

Automated Agent Scoring: AI Agent Evaluation with LLM Judges

Automated agent scoring uses an LLM judge to grade every agent run against criteria you define. Set up AI agent evaluation that tracks quality trends and alerts on regressions.

March 29, 202610 min read
Tutorial

Migrate from LangChain to Production AI Agents

Your LangChain prototype works. Now you need it to handle real traffic. Learn how to migrate existing agent code to a production-grade platform without rewriting from scratch.

March 23, 202611 min read
Product Spotlight

Agent Guardrails: Real-Time Safety for Your AI Agents

Connic Guardrails intercept agent inputs and outputs in real time to block prompt injection, redact PII, and enforce topic restrictions.

March 3, 20269 min read
Changelog

What We Shipped in February 2026

Managed database, templates library, evaluation judges, Telegram connector, web page reading, persistent sessions, conditional tools, and concurrency rules.

March 1, 20266 min read
Tutorial

Hidden Costs of Self-Hosting AI Agents

We'll just deploy it on Kubernetes — famous last words. The true cost of self-hosting AI agents vs. a managed platform.

December 18, 20257 min read