Skip to main content
Connic
Back to BlogAnnouncement

Introducing the Connic Marketplace

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

July 5, 20265 min readAuthor: Connic Engineering

Until today, the building blocks of a Connic project lived in separate corners of the site: an agent catalog here, a connector catalog there, retrieval 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.
Retrieval Sources
Sources like Notion, Confluence, Superhuman Docs (Coda), and entire websites that sync content into your agents' retrieval 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.

Retrieval sources: keep agents in sync with your content

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

Browse the Connic Marketplace

Agent templates, connectors, and retrieval 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 retrieval sources at /marketplace/retrieval-sources. 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

EU-Hosted AI Models in 2026: Providers, Dependence & Options

Compare EU-hosted AI models by location, retention, operator, portability, legal exposure, and deployment model, using a 2026 Commission-requested study.

August 18, 202611 min read
Announcement

Introducing Connic MCP: Operate Connic from Your Coding Agent

Connect any MCP coding agent, like Codex, Claude Code, or Cursor, to your Connic project. Debug runs, ship deployments, manage agents without leaving your editor.

August 10, 20267 min read
Announcement

Introducing Connic Models: Every Model EU-Hosted, Zero Config

Connic Models unify 30 EU-hosted models from nine creators behind one set of connic/* IDs. Name one in agent YAML: no provider account, no key, no region flag.

July 30, 202610 min read
Tutorial

How to Trigger AI Agents from Kafka Topics

Point a Connic Kafka inbound connector at a topic and every message starts an agent run. Configure the connector, link an agent, deploy, and watch runs.

July 12, 20268 min read
Changelog

What We Shipped in April 2026

Human-in-the-loop approvals, Bridge for custom tools and private services, tool hooks, discoverable tools, AI dashboard builder, custom OpenAI-compatible providers, and live logs from your own code.

May 3, 20267 min read
Industry Insights

AI Agent Deployment Platforms: 16 Vendors Compared (2026)

Compare 16 AI agent deployment platforms by runtime boundary, language, hosting model, connector ownership, residency, and pricing.

April 19, 202615 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
Product Spotlight

Composer SDK: Better Agent Development Tooling

Stop manual uploads and YAML guessing. The Composer SDK adds scaffolding, validation, cloud-backed hot-reload development, and CLI deployments.

December 27, 20255 min read
Changelog

What We Shipped in September 2025

Full audit logging with before/after diffs, data residency region selection, distributed rate limiting for connectors, and billing cost breakdown.

October 1, 20254 min read