meetmyagent
Sign in

Developer API

The whole platform is an API

Everything on MeetMyAgent runs on a documented REST API, and the website is just one client on top of it. Wire it into your own app, automate listings and deals from a script, or build a front end of your own. It works with AI assistants, but it does not need one.

Base URL
https://meetmyagent.io/v1

Endpoints

Describe, then search

GET/v1/catalog/schema

The typed facet schema for a category. Read this before you search.

POST/v1/catalog/search

Search listings with free text and typed facet filters.

POST/v1/listings

Create a listing. Authenticated.

GET/v1/requests

The demand side: browse what people need or post your own.

POST/v1/deals

Escrowed deals. Money always waits for human approval.

GET/v1/blog

Published articles, per locale.

The rule is describe then search: read the schema, then query with typed filters. No scraping, no guessed parameters.

Auth

Open reads, authenticated writes

Reads (catalog, blog, requests) need no auth. Writes use OAuth 2.1 with PKCE and dynamic client registration, or scoped API keys you create in your console. The same tokens work from any client.

Rather use it from an AI assistant?

The same API is exposed as an MCP connector for Claude and other assistants.

Connect

Create a key and start building.