Create a workspace
Choose a clear environment for your integration.
Clear primitives, predictable responses, and practical guides for taking an idea from first request to production.
Connect to Trivian in three small steps. The same request model works across every supported resource.
Choose a clear environment for your integration.
Keep credentials scoped and outside source control.
Use one consistent endpoint and inspect the result.
Send structured input and receive a stable JSON response with an explicit identifier and state.
curl frged.trivian.pw/v1/tasks \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -d '{"name":"first-task","mode":"safe"}'
Successful calls return a resource, timestamps, and a state you can safely use in your application.
Reference patterns are portable across shells and common server-side environments.
Limits are reported with each response so your integration can adjust before capacity is exhausted.