Introduction
Welcome to the Infrastructure.
Trinetra provides a programmatic interface for autonomous compliance and intelligence gathering. You can interact with our agents via the Console or the API.
Our API is designed to be stateless and asynchronous. Long-running tasks (like deep audits) will return a job ID for polling.
Authentication
Authentication
All API requests must include your sk_live_ key in the Authorization header. You can find this key in your Dashboard Settings.
bash
curl -X POST https://api.trinetra.ai/v1/audit \
-H "Authorization: Bearer sk_live_trinetra_..." \
-d '{"file_url": "https://..."}'The Vault (Coming Soon)
Documentation for secure storage protocols is currently classified.