🚀 Top strategy, product, and ops teams are building AI agents that can take action across their stack — not just chat.
👉 Star this repo to stay ahead of the agent-native future.
🔧 Works with any LLM, framework, or workflow engine.
ACI.dev connects your AI agents to 600+ tool integrations with multi-tenant authentication, granular permissions, and dynamic tool discovery, accessible through either direct tool/function-calling or a unified MCP server.
Example: Instead of writing separate OAuth flows and API clients for Google Calendar, Slack, and more, use ACI.dev to manage authentication and provide your AI agents with unified, secure function calls. Access these capabilities through our lightweight Python SDK or via our unified MCP server, compatible with any LLM framework.
Build production-ready AI agents without the infrastructure headaches.
- 600+ Pre-built Integrations: Connect to popular services and apps in minutes.
- Flexible Access Methods: Use our lightweight SDK for direct function calling or our unified MCP server.
- Multi-tenant Authentication: Built-in OAuth flows and secrets management for both developers and end-users.
- Enhanced Agent Reliability: Natural language permission boundaries and dynamic tool discovery.
- Framework & Model Agnostic: Works with any LLM framework and agent architecture.
- 100% Open Source: Everything released under Apache 2.0 (backend, dev portal, integrations).
- Managed Service: aci.dev
- Documentation: aci.dev/docs
- Available Tools List: aci.dev/tools
- Python SDK: github.com/aipotheosis-labs/aci-python-sdk
- Unified MCP Server: github.com/aipotheosis-labs/aci-mcp
- Blog: aci.dev/blog
- Community: Discord | Twitter/X | LinkedIn
ACI.dev solves your critical infrastructure challenges for production-ready AI agents:
- Authentication at Scale: Connect multiple users to multiple services securely.
- Discovery Without Overload: Find and use the right tools without overwhelming LLM context windows.
- Natural Language Permissions: Control agent capabilities with human-readable boundaries.
- Build Once, Run Anywhere: No vendor lock-in with our open source, framework-agnostic approach.
- Personal Assistant Chatbots: Build chatbots that can search the web, manage calendars, send emails, interact with SaaS tools, etc.
- Research Agent: Conducts research on specific topics and syncs results to other apps (e.g., Notion, Google Sheets).
- Outbound Sales Agent: Automates lead generation, email outreach, and CRM updates.
- Customer Support Agent: Provides answers, manages tickets, and performs actions based on customer queries.
This is a monorepo that contains the core components of ACI.dev:
/backend
: Contains the main ACI platform server, including the APIs, core logic, database models, and the entire integration library (over 600+ tools)./frontend
: Contains the Next.js application for the ACI.dev Developer Portal. This is the web interface for managing projects, integrations, authentication, and testing agents.
To run the full ACI.dev platform (backend server and frontend portal) locally, follow the individual README files for each component:
- Backend: backend/README.md
- Frontend: frontend/README.md
- Backend:
- Language: Python 3.12+
- Framework: FastAPI
- Database: PostgreSQL
- ORM: SQLAlchemy with Alembic for migrations
- Dependency Management: uv
- Testing: Pytest
- Linting/Formatting: Ruff, MyPy
- Containerization: Docker & Docker Compose
- Local AWS Mocking: LocalStack
- Frontend:
- Framework: Next.js (App Router)
- Language: TypeScript
- UI Library: React 19
- Styling: Tailwind CSS
- Component Library: shadcn/ui
- Testing: Vitest
- Linting/Formatting: ESLint, Prettier
- Authentication: PropelAuth
We welcome contributions! Please see our CONTRIBUTING.md for more information.