Pica: Agentic tooling platform for AI agents
Unified API platform connecting AI agents to 150+ integrations with auth and tool building.
Learn more about Pica
Pica is an agentic tooling platform that provides AI agents with access to external services through a unified API interface. The platform consists of three main components: OneTool for integration connectivity, AuthKit for OAuth authentication flows, and BuildKit for custom tool creation. Built in Rust, it offers SDK support for multiple programming languages and includes logging and traceability features for monitoring agent activities. The platform is commonly used for building AI agents that need to interact with external services like Gmail, Salesforce, HubSpot, and other business applications.
Unified Integration Layer
Provides access to 150+ integrations through a single SDK interface, eliminating the need to manage multiple API keys and configurations.
Built-in Authentication
Handles OAuth flows and token management automatically, supporting multi-tenant applications with secure end-to-end authentication.
MCP Server Support
Integrates with Model Context Protocol (MCP) servers, allowing AI development environments like Cursor to access Pica's capabilities directly.
{
"mcpServers": {
"pica": {
"command": "npx",
"args": ["@picahq/mcp"],
"env": {
"PICA_SECRET": "your-pica-secret-key"
}
}
}
}1.59.0
- –feat: Puzzle.io OAuth Configuration by @siddharth-bhansali in
1.58.0
- –feat: Canva OAuth Configuration by @siddharth-bhansali in
- –feat: Contentstack Content Management OAuth by @siddharth-bhansali in
1.57.0
- –feat: ShipBob OAuth Configuration by @siddharth-bhansali in
Top in AI & ML
Related Repositories
Discover similar tools and frameworks used by developers
Stanford Alpaca
Research project that fine-tunes LLaMA models to follow instructions using self-generated training data.
YOLOX
PyTorch anchor-free object detector with scalable model variants.
claude-code
Local CLI integrating Claude AI into development workflows.
Codex CLI
OpenAI's command-line coding assistant that runs locally with ChatGPT integration for terminal use.
OpenHands
LLM agent framework automating development in sandboxed containers.