An open API service indexing awesome lists of open source software.

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

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`