https://github.com/picahq/docs
Official documentation for Pica
https://github.com/picahq/docs
docs documentation pica
Last synced: 2 months ago
JSON representation
Official documentation for Pica
- Host: GitHub
- URL: https://github.com/picahq/docs
- Owner: picahq
- Created: 2025-01-15T21:50:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T03:21:16.000Z (2 months ago)
- Last Synced: 2025-03-25T03:27:20.982Z (2 months ago)
- Topics: docs, documentation, pica
- Language: MDX
- Homepage: https://docs.picaos.com
- Size: 26.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pica Documentation
Pica is a powerful platform that provides APIs and tools to build, deploy, and scale AI agents with seamless access to over 100+ integrations. It simplifies the process of connecting AI agents to real-world tools and services through a unified interface.
Documentation is available at [docs.picaos.com](https://docs.picaos.com) and built with [Mintlify](https://www.mintlify.app/).
## Focal Features
- **OneTool SDK**: A single SDK that connects AI agents seamlessly to all APIs and tools, handling schema definitions, authentication, and execution processes automatically
- **Passthrough API**: Access 6000+ actions through standardized endpoints
- **Vault API**: Manage your integrations securely through comprehensive connection management
- **Built-in Authentication**: Robust authentication system with AuthKit for secure API access
- **Multiple SDK Support**: Integration with popular frameworks including Vercel AI SDK, Anthropic MCP (coming soon), Vapi (coming soon), and Langchain (coming soon)## Documentation Development
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
```
npm i -g mintlify
```Run the following command at the root of your documentation (where mint.json is)
```
mintlify dev
```#### Troubleshooting
- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
- Page loads as a 404 - Make sure you are running in a folder with `mint.json`