Total transparency is the point. Every action the agents take is logged, every credit is accounted for, and you can see it all — no black boxes.
Your Activity page shows each action as it happens: what the agent did, on which server, and how many credits it cost. It’s the single place to understand what your team has been up to.
Everything the dashboard shows is backed by a simple API — for example your account (GET /me), your plan (GET /me/entitlement), your wallet (GET /me/wallet), your ledger (GET /me/wallet/ledger), and daily usage (GET /me/usage/daily). You don’t need any of this to use Tectonic — but it’s there if you like to build your own views.
Account, Export & Deletion