Services
MPP-enabled APIs your agent or application can seamlessly use.
llms.txt
Service discovery for agents
Documentation
Guides, quickstarts, and SDKs
First-party
Hosted natively on Tempo
Loading services...
Get started with Presto
Command-line client with built-in MPP support.
Install
One-line install via shell.
$ curl -fsSL https://presto-binaries.tempo.xyz/install.sh | bash
Log in
Opens browser to connect your Tempo wallet.
$ presto login
Make a request
Payment handled automatically.
$ presto https://openai.mpp.tempo.xyz/v1/chat/completions \
-X POST --json '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello!"}]}'
Dry run
Preview cost without paying.
$ presto --dry-run https://openai.mpp.tempo.xyz/v1/chat/completions
llms.txt
Service discovery for agents.
Documentation
Guides, quickstarts, and SDKs.
First-party services
Directly integrated with MPP.