Skip to Content
Get StartedGet Started

Get Started

Sign up

Create a developer profile at www.remoet.dev . You can sign in with GitHub or Google.

Generate an API key

Once signed in, head to www.remoet.dev/api-keys . You can hold up to 5 keys per account at any time. Each key works against both the MCP server and the REST API.

Daily request limits apply per account (not per key):

TierREST API requests / dayMCP requests / day
Free30030
Pro5,000150
Maxunlimitedunlimited

Limits reset daily UTC. See Tiers for the full plan breakdown.

Use your key

Two ways to plug in:

A. MCP server (for AI agents)

If you’re connecting an AI agent — Claude, Cursor, Codex, Windsurf — see MCP for the install URL and per-client setup. This is the recommended path for agentic workflows.

B. REST API (for your own code)

If you’re building a portfolio site or pulling data into your own tooling, the REST API is what you want. Set the Authorization: Bearer <Your key> header on any of the endpoints below.

Endpoints

All endpoints are served from https://api.remoet.dev. See Authorization for the header shape.

Last updated on