1. Create a trial token
Creates an isolated trial organization and returns the expa_* token once.
curl -sS -X POST https://exponencialadm.net/api/guard/signup \
-H 'content-type: application/json' \
-d '{"email":"dev@company.com","label":"agent-shield-demo","organization":{"name":"Demo Company","website":"https://company.com","industry":"SaaS","companySize":"11-50","contactName":"Developer Owner","contactEmail":"dev@company.com","billingEmail":"finance@company.com","useCase":"protect chat and internal agents"}}'