Authentication
Two ways to authenticate to https://api.asc.aiarco.com:
API key (recommended)
curl https://api.asc.aiarco.com/v1/functions \
-H "Authorization: Bearer asc_xxxxxxxx..."Generate keys in the console under Dashboard → API Keys. Keys are tenant-scoped and revocable.
JWT (interactive sessions)
POST /v1/auth/login with { email, password } → returns a 1-hour
JWT. Used by the console UI; not recommended for service-to-service.