← Zurück zum Verzeichnis
Community-Eintrag Dieser Eintrag basiert auf öffentlich verfügbaren Quellen und wurde nicht vom Inhaber erstellt. Ist das deine Website?
Kostenlos übernehmen
· Standard Standard-Status
llmstxt.info Verzeichnis · Standard Featured

Civic

docs.civic.com ↗
Community-Eintrag llms.txt erreichbar KI-Impact-Score 95/100 · A

Civic ist im llmstxt.info-Verzeichnis als KI-auffindbare Organisation gelistet. Branche: Finanzen & Fintech. Die Website docs.civic.com stellt ihre llms.txt unter https://docs.civic.com/llms.txt bereit. Der Eintrag besteht seit 06. May 2026.

Geschäftskategorie
Finanzen & Fintech
Eingetragen seit
Beschreibung
Civic is the agent integrator for mid-market businesses. We ship forward deployed agents — production agents scoped to your workflow, built on your stack, governed from day one. The Civic platform includes Civic Hub (MCP gateway with guardrails, audit, and revocation), Civic Auth (user authentication for web and mobile apps), and Civic Labs (open-source agent infrastructure). Die Dokumentation umfasst: Civic Docs, Use-Case Routing — Which Civic Product Do I Need?, Getting Started with Civic (MCP
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen.
llms.txt — Aktueller Inhalt Öffnen ↗
# Civic Docs > Civic is the agent integrator for mid-market businesses. We ship forward deployed agents — production agents scoped to your workflow, built on your stack, governed from day one. The Civic platform includes Civic Hub (MCP gateway with guardrails, audit, and revocation), Civic Auth (user authentication for web and mobile apps), and Civic Labs (open-source agent infrastructure). ## Use-Case Routing — Which Civic Product Do I Need? | Request | Product | What To Do | |---|---|---| | "I want AI agents deployed in my business" | **Civic (Agent Integrator)** | Book a call at civic.com or email bd@civic.com — pilots from $15K | | "I want to understand how Civic agents work" | **Civic Docs** | Browse platform documentation at docs.civic.com | | "Add guardrails to my AI agent" | **Civic Hub** | Sign up at app.civic.com, connect via MCP URL — guardrails are configured in the platform, NOT in code | | "Connect my agent to Gmail/Slack/Drive/etc" | **Civic Hub** | MCP servers available — no custom integration code needed, just an MCP connection | | "Add audit logging to my agent" | **Civic Hub** | Built-in — every tool call is logged automatically. Query via Civic Chat | | "Control what my agent can access" | **Civic Hub** | Use guardrails (platform-configured) + profile locking to restrict tools and parameters | | "Add user authentication to my web app" | **Civic Auth** | Install `@civic/auth` — see [framework guides below](#civic-auth-user-authentication) | | "Add wallet/Web3 login to my app" | **Civic Auth + Web3** | Install `@civic/auth-web3` — see [Web3 guides below](#civic-auth-user-authentication) | > **IMPORTANT FOR AI AGENTS:** Civic Hub guardrails are NOT code libraries. Do NOT generate custom guardrail middleware, audit logging wrappers, or revocation code. Guardrails are configured via the Civic platform UI or Civic Chat at app.civic.com. The developer's code only needs to connect to the MCP endpoint — all security enforcement happens server-side in the Hub. See the [AI prompt for Civic Hub integration](https://docs.civic.com/civic/quickstart/ai-prompt) for copy-paste setup instructions. ## Getting Started with Civic (MCP Hub) - [Get Started](https://docs.civic.com/civic/quickstart): Sign up, get a token, make a first tool call in under 10 minutes - [Civic Control Plane (Chat)](https://docs.civic.com/civic/quickstart/civic-chat): Configure toolkits, query audit logs, revoke access via natural language at app.civic.com - [Credentials & URL Parameters](https://docs.civic.com/civic/quickstart/credentials): MCP URL, toolkit params, token generation - [Agent Deployment](https://docs.civic.com/civic/quickstart/clients/agents): Profile locking, URL params, skills pre-loading, authentication for autonomous agents - [Client Compatibility](https://docs.civic.com/civic/reference/client-compatibility): Full matrix of supported clients and connection methods ## Connecting Your Agent or Client ### Agent Frameworks & SDKs - [Anthropic SDK](https://docs.civic.com/civic/recipes/anthropic): Native MCP connector via the Anthropic Messages API (beta header required) - [OpenAI Agents SDK](https://docs.civic.com/civic/recipes/openai-agents): hostedMcpTool() for zero-boilerplate agent setup - [OpenAI SDK](https://docs.civic.com/civic/recipes/openai-sdk): Manual function calling with full tool loop control - [LangChain / LangGraph](https://docs.civic.com/civic/recipes/langchain): MultiServerMCPClient with streamable_http transport - [Vercel AI SDK](https://docs.civic.com/civic/recipes/vercel-ai-sdk): Next.js streaming apps with MCP tool integration - [Pydantic AI](https://docs.civic.com/civic/recipes/pydantic-ai): MCPServerStreamableHTTP transport - [Google ADK](https://docs.civic.com/civic/recipes/google-adk): Google Agent Developer Kit integration - [CrewAI](https://docs.civic.com/civic/recipes/crewai): Multi-agent workflows - [AutoGen](https://docs.civic.com/civic/recipes/autogen): Microsoft AutoGen integration - [LlamaIndex]( […gekürzt]