Persona Install & Auth Overview Set up Persona API authentication. Persona uses Bearer token auth with environment-prefixed API keys ( for testing, for live). No SDK required -- direct REST API calls with any HTTP client. Prerequisites - Persona account at withpersona.com - At least one Inquiry Template configured in the Persona Dashboard - Node.js 18+ or Python 3.9+ Instructions Step 1: Get API Keys Step 2: Configure Environment Step 3: Install HTTP Client Step 4: Verify Connection (Node.js) Step 5: Verify Connection (Python) Output - API key configured and verified - HTTP client set up with…