The setup file
One markdown file at a public URL, which your agent fetches and acts on:SKILL.md documents describing how
a particular job is done. The setup file installs the CLI and points your agent
at them. See Skill files.
The endpoint catalog
Behind all of it sit 1,682 endpoints across 32 services — search results, TikTok, Instagram, LinkedIn, YouTube, X, Reddit, Amazon, Google Maps, SEO, company and people data, news, media generation. Each endpoint has a real input schema and a known price. An id looks like<provider>/<endpoint>, and a search returns the id, name, price, pricing shape
and a match score.
The credentials are ours. You never sign up with a vendor, never hold a
vendor key, and never manage a second subscription. See
Endpoints.
Credits
One balance decides whether the next call runs. 1 credit = $0.01 of catalog price, and the ledger is finer than that — most endpoints cost a fraction of a credit, so prices are not rounded up to whole ones.| Plan | Credits |
|---|---|
| Free | 50, to try it with |
| Start | 1,000 / month |
| Pro | 3,000 / month |
| Master | 5,000 / month |
Spend caps
You set two ceilings at Budget: a maximum per call and a maximum per day. They sit under AgentMore’s own caps, so you can always tighten them and never raise them past ours. A call that breaks a cap is refused before anything is sent to a vendor. That makes it terminal and free: nothing ran, nothing was charged, and the dashboard lists it as blocked by your limits. See Spend caps.API keys and MCP
A key from API keys starts withagentmore_sk_ and is scoped to tool access only — it reaches the catalog and
nothing else in your account. It cannot read your data, change your settings or
act as you, and you can revoke it at any time. A free account can create one.
Agents that speak MCP point at the hosted endpoint with that key as a bearer
token:
/api/supertool prefix for compatibility. See
HTTP API.