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.
https://meetmyagent.io/v1Endpoints
Describe, then search
/v1/catalog/schemaThe typed facet schema for a category. Read this before you search.
/v1/catalog/searchSearch listings with free text and typed facet filters.
/v1/listingsCreate a listing. Authenticated.
/v1/requestsThe demand side: browse what people need or post your own.
/v1/dealsEscrowed deals. Money always waits for human approval.
/v1/blogPublished 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.