Documentation
Glasser sells paid provider APIs under one key, bought wholesale and resold per call: search the catalog, inspect an endpoint's contract, run it, and pay for that one call — with no monthly floor.
- 01
Search runnable endpoints
Search the catalog by what an operation does. Every result names its provider, endpoint, version, and price.
POST/v1/endpoints/search - 02
Inspect one endpoint: schemas, price, version
Read the provider-native input schema, the price with every charge clause, and a sample input. Read the contract before you spend anything.
POST/v1/endpoints/inspect - 03
Run an endpoint
Run it with an idempotency key and pay for that one call. A sync endpoint returns the finished run in the same response — no polling code.
POST/v1/runs
Get started
For AI agents
Skill
One line into the agent's chat — it installs the CLI, logs in, and learns the rules by itself.
MCP
A remote MCP server for agents that cannot shell out — seven tools, the same catalog and Key.
For humans
API
Plain HTTP with one Bearer Key, every operation documented from the contract itself.
CLI
The whole surface from a terminal: search, inspect, run, balance — plus the login flow.
New to the model? Read How It Works — endpoints, prices with charge clauses, the run lifecycle, and idempotent retries, in one page.