DocsQuickstart
Setup Guide

Quickstart

Get your first connector running in under 5 minutes. Follow these steps to initialize your Prizm environment.

1

Create your first Project

Navigate to the Dashboard and select "New Project". This will initialize a secure container for your connectors.

2

Generate API Credentials

Go to Settings > API Keys to generate a secure client secret. Prizm utilizes SHA-256 rotating keys for maximum security.

$ curl -X POST https://api.getprizm.ai/v1/keys \
  -H "Authorization: Bearer YOUR_ADMIN_KEY" \
  -d '{"name": "production-service"}'
3

Invoke the API

Start triggering your connectors using our high-performance REST endpoints.

System Ready

Your connector setup is complete. You can now monitor real-time execution logs and manage organizational permissions from your dashboard.