← Back to search
100
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 ai-plugin
jobs jobsai-pluginopenapiaimlllms-txtapimcpai-friendly

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 100/100

            

llms.txt Content

# AI Dev Jobs > The specialized job board for AI and machine learning developers — agent-ready search over current AI/ML roles, and the channel where companies hire AI/ML engineers and promote AI job listings. ## About AI Dev Jobs (aidevboard.com) is built specifically for AI/ML engineers. Every listing is filtered for AI relevance - no generalist roles. The board includes company pages, salary context, REST endpoints, and an MCP server for agentic job search. The one public-data product is the $29 AI Market Demand Pack at /market-demand-pack: a full-index demand CSV, public source URLs, and a decision brief for career, content, hiring, and offer choices. For employers, recruiters, and hiring teams, the site is also a targeted hiring channel: post or promote AI/ML roles, claim your company page, and reach machine learning engineers who are actively searching (see "For Employers & Recruiters" below). ## Quick Start for Agents Base URL: https://aidevboard.com/api/v1 OpenAPI spec: https://aidevboard.com/openapi.yaml MCP server: https://aidevboard.com/mcp (JSON-RPC 2.0 over streamable-http; 13 tools: search_jobs, get_job, get_similar_jobs, list_companies, get_company, get_stats, match_jobs, get_salary_data, list_tags, get_trending_companies, list_products, quote_product, start_checkout) Install (Claude): claude mcp add --transport http aidevjobs https://aidevboard.com/mcp Install (Codex): codex mcp add aidevjobs --url https://aidevboard.com/mcp Search endpoints are open for public read access. Anonymous callers are hourly IP-throttled for abuse protection; optional free API keys provide keyed identity for recurring agents. Rate-limit headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset. ### Search jobs (most common action) GET https://aidevboard.com/api/v1/jobs?workplace=remote&salary_min=200000&tags=llm,pytorch Query parameters: - q: Full-text search (searches title, description, company name, and tags) - tags: Comma-separated tags (e.g., l

OpenAPI Spec (preview)

openapi: 3.0.3 info: title: AI Dev Jobs API description: REST API for searching, posting, and applying to AI/ML developer jobs. Built for agentic access. Public read endpoints are open and free, with hourly abuse throttles and optional free API keys for stable agent identity. version: "1.1" contact: email: hello@aidevboard.com servers: - url: https://aidevboard.com/api/v1 paths: /jobs: get: summary: Search and list AI developer jobs operationId: listJobs par