AGENT.md · Example Payload

Agent Md Example

A REST API built with Node.js and Express serving mobile and web clients.

AI AgentsAI CopilotCoding StandardsDeveloper WorkflowConfigurationStandards

Agent Md Example is an example object payload from AGENT.md, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

projectdescriptioninstructionsstackconventionstoolsavoidfocuscontext

Example Payload

agent-md-example.json Raw ↑
{
  "project": "my-api-project",
  "description": "A REST API built with Node.js and Express serving mobile and web clients.",
  "instructions": [
    "Follow the existing code style and patterns",
    "Write tests for all new functionality",
    "Keep functions small and focused"
  ],
  "stack": {
    "language": "JavaScript",
    "framework": "Express",
    "runtime": "Node.js 20",
    "package_manager": "npm"
  },
  "conventions": {
    "style": "ESLint with Airbnb config",
    "naming": "camelCase for variables, PascalCase for classes",
    "testing": "Jest with coverage > 80%",
    "documentation": "JSDoc for all public functions"
  },
  "tools": [
    "eslint",
    "jest",
    "prettier",
    "husky"
  ],
  "avoid": [
    "jQuery",
    "callbacks (use async/await)",
    "var (use const/let)"
  ],
  "focus": [
    "src/",
    "tests/"
  ],
  "context": "This project is a microservice in a larger distributed system."
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/agent-md-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.