What problem does it solve?
This Skill provides a unified interface to manage connectors, actions, and executions across 200+ platforms via a single Passthrough API, eliminating platform-specific integration work.
Core Features & Use Cases
- Core API: Manage connectors, actions, and vault connections from a single surface.
- Passthrough API: Execute any action on connected platforms with a consistent HTTP interface.
- Vault API: Store and retrieve user connections securely for multi-tenant use.
- Use Case: List available connectors, list actions for a platform, retrieve knowledge for actions, and perform direct passthrough calls.
Quick Start
Authenticate with your API key in the x-pica-secret header, then:
- List connectors: GET /v1/available-connectors
- List actions for a platform: GET /v1/available-actions/{platform}
- Execute a passthrough: POST /v1/passthrough/{path} with x-pica-connection-key and a JSON body