First Command, Not The Whole Product
Start With makePayable. Grow Into Agent Runtime.
Use one command in the CLI or one wrapper in code to turn a route, tool, file, or agent step into a paid surface. After that, TDM becomes the runtime layer around vaults, rules, authorize checks, recovery, and bounded execution.
CLI
tdm make payable
Fastest path when you want to wrap one file, route, URL, or local resource from the CLI and get into the TDM flow immediately.
SDK
makePayable(...)
Best when you want the same entry primitive inside application code, framework wrappers, or a wider agent runtime.
Entry Primitive→Agent Runtime + Settlement Layer