What Reach Provides
Credential Sets
- Dev and prod credential sets
- Partner hash and JWT secret
- Partner API Key
- Additional environments upon request
Communication & Access
- Shared Slack channel for technical questions
- Access to Partner Dashboard
- Direct line to product and engineering team
Your Responsibilities
1. Store Credentials Securely
Best Practices:- Use environment variables or secrets management (AWS Secrets Manager, HashiCorp Vault, etc.)
- Never commit credentials to version control
- Rotate credentials if compromised
- Restrict access to credentials to only necessary team members
2. Request Additional Environments
If you need staging, demo, or other environments beyond dev/prod:- Contact Reach team via your shared Slack channel
- Specify what environment you need and its purpose
- Receive additional credential sets
- Configure your application to use appropriate credentials per environment
3. Join Communication Channels
Shared Slack Channel Usage:- Technical questions during implementation
- Schema definition assistance
- Verifying tracking implementation
- Requesting additional credentials
- Troubleshooting customer setup issues
Next Steps
Once your credentials are set up and secured, you’re ready to begin frontend integration.Phase 2: Frontend Integration
Create JWT authentication endpoint and embed the Reach UI