Connic

Deploy AI Agents
at Enterprise Scale

Stop building infrastructure. Start shipping agents. Connic handles deployment, scaling, and integrations so you can focus on what matters: building intelligent systems.

agents/support-agent.yaml
1version: "1.0"
2
3name: support-agent
4model: gemini-2.5-pro
5description: "Customer support AI"
6
7system_prompt: |
8 You are a helpful support agent.
9 Use tools to look up orders and
10 resolve customer issues quickly.
11
12tools:
13 - orders.lookup
14 - orders.refund
15 - tickets.create

From code to production in one workflow

agents/invoice-processor.yaml
version: "1.0"
name: invoice-processor
model: gemini/gemini-2.5-pro
 
system_prompt: |
You are an expert accountant.
Extract all fields from invoices.
 
tools:
- documents.parse
- documents.extract_entities
tools/documents.py
async def parse(
file_url: str,
format: str = "auto"
) -> dict:
"""Parse a document."""
return {"text": text, "pages": n}

Any model. Any system. One platform.

Use your own API keys with any provider. Connect agents to the infrastructure you already run.

Models
OpenAI
Anthropic
Google Gemini
Azure OpenAI
AWS Bedrock
Vertex AI
OpenRouter
Connic
Connic
Connectors
Webhooks
Cron
Kafka
SQS
PostgreSQL
WebSocket
MCP
Email
S3
Stripe

Start free. Scale when you're ready.

No credit card required. Upgrade as your agents grow.

Free

$0forever
  • 200 runs / month
  • 100 minutes / month
  • 3 active connectors
  • 7 day data retention
Get Started

Hobby

$39/ month
  • 1,000 runs included
  • 400 minutes included
  • 5 active connectors
  • Pay per use beyond limits
Get Started
Most Popular

Pro

$249/ month
  • 5,000 runs included
  • 2,000 minutes included
  • 15 active connectors
  • Pay per use beyond limits
Get Started

Ultimate

$799/ month
  • 25,000 runs included
  • 10,000 minutes included
  • 60 active connectors
  • Pay per use beyond limits
Get Started
Compare all plans in detail

Need custom limits or enterprise compliance? Talk to us

Frequently Asked Questions

Everything you need to know about deploying AI agents with Connic

Connic is an enterprise-grade platform for deploying and managing AI agents. You define agents in YAML, write custom tools in Python, and push to Git. Connic handles all infrastructure: deployment, scaling, monitoring, and integrations. No DevOps expertise required.

No. Connic abstracts away all infrastructure complexity. Any developer who can write YAML and Python can deploy production AI agents. There's no Docker, Kubernetes, or CI/CD configuration to manage.

Connectors bridge your agents to external systems. Inbound connectors trigger agents from webhooks, scheduled jobs, or message queues. Outbound connectors deliver results to APIs or services. Sync connectors enable real-time request-response patterns. All configured in the dashboard, no code required.

Connic supports all major LLM providers, including OpenAI, Anthropic (Claude), Google (Gemini), and many more. You can switch models by changing one line in your agent configuration.

Pricing is based on agent run time (minutes) and number of runs. Start free with generous limits. Paid plans include more capacity and features. Only pay for what you use beyond your included allowance. No hidden fees.

Yes! The Knowledge Base feature lets you upload documents, paste text, or programmatically store information. Your agents can then query this knowledge using semantic search. No vector database setup required.

Connic provides built-in observability: run history, execution traces, token usage tracking, and real-time status updates. Click on any run to see exactly what happened, step by step. No additional monitoring tools needed.

Yes! The free tier includes generous usage limits to get you started. No credit card required. Upgrade anytime as your needs grow.