Glasser

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.

  1. 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
  2. 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
  3. 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.

SKILL.md

MCP

A remote MCP server for agents that cannot shell out — seven tools, the same catalog and Key.

MCP setup

For humans

API

Plain HTTP with one Bearer Key, every operation documented from the contract itself.

API reference

CLI

The whole surface from a terminal: search, inspect, run, balance — plus the login flow.

CLI reference

New to the model? Read How It Works — endpoints, prices with charge clauses, the run lifecycle, and idempotent retries, in one page.