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):
| Tier | REST API requests / day | MCP requests / day |
|---|---|---|
| Free | 300 | 30 |
| Pro | 5,000 | 150 |
| Max | unlimited | unlimited |
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
GET /user/hello— health checkGET /user/full— everything in one shotGET /user/links— social linksGET /user/jobs— work historyGET /user/projects— project cardsGET /user/education— education entriesGET /user/linktrees— your link trees
All endpoints are served from https://api.remoet.dev. See Authorization for the header shape.