Recommended Workflow
- Create a test organization from the dashboard.
- Issue a dedicated API key for that organization and store it in your CI provider’s secrets manager (e.g.
SIGNA_TEST_API_KEY). - Point integration tests at
https://api.signa.sousing the test key. All keys use the formatsig_{48 hex chars}, there is no separate base URL. - Keep production keys out of CI. Treat every API key as a credential regardless of which organization it belongs to.
Integration Test Examples
Basic: Verify Authentication
TypeScript (Vitest)
Search and Paginate
TypeScript (Vitest)
Batch Fetch with Not-Found Handling
TypeScript (Vitest)