Overview
The Connic platform is where you deploy, monitor, and manage your agents. Everything from deployment pipelines to team collaboration lives here.
From first deploy to production at scale
The platform handles the operational side of your agents. Deploy from Git or the CLI, monitor every run with detailed traces and token metrics, manage environments per branch, maintain a shared knowledge base, and control who can do what with role-based permissions.
Platform Capabilities
Deployment
Deploy agents via Git push or the CLI. Automatic builds, rollbacks, and deployment history.
Observability
Monitor runs, inspect execution traces, track token usage, and build custom dashboards.
Environments
Separate staging, production, and dev environments with branch mapping and scoped variables.
Knowledge Base
Upload text, PDFs, and images. Agents search this knowledge automatically via built-in tools.
Team & Permissions
Invite members, assign roles, and track all changes in the audit log.
Observability at a Glance
Full detailsRun Logs
Search and filter all agent runs with advanced filtering by status, agent, time range, and more.
Execution Traces
Hierarchical span view of every step in an agent run: LLM calls, tool executions, and sub-agent invocations.
Custom Dashboards
Build stat cards, area charts, bar charts, and log views to visualize the metrics that matter to you.
Environments
Branch-based environment management
Map Git branches to environments. Each environment has its own deployments, variables, connectors, and run history.
- Scoped environment variables
- Dev/test environments for local testing
- Environment selector in the project header
Knowledge Base
Give agents long-term memory
Upload text, PDFs, and images. Content is chunked, embedded, and searchable by your agents at runtime.
- Namespace-based organization
- Agents can add and delete entries programmatically
- Vision model processing for images
Team & Permissions
Role-based access control for your entire project. Define who can deploy, manage settings, handle billing, and invite team members. All changes are tracked in the audit log.
View roles and permissionsRelated SDK Pages
The platform works hand-in-hand with the Composer SDK. These SDK pages are especially relevant to platform features:
Connect agents to the outside world
Connectors define how your agents are triggered and where they send results. HTTP webhooks, cron schedules, Kafka, WebSocket, SQS, email, and more.
Explore connectors