Developers

Amo.ng Public API

Discover and retrieve published Amo.ng Prompts, Workflows, and Skills through a public, read-only JSON API.

Quick start

Base URL: https://amo.ng/api/v1

No API key or account is required. The API supports GET and HEAD requests only.

Resources

Pagination and filters

Collections accept page and per_page. The default page size is 20 and the maximum is 100.

Prompt filters: q, category, difficulty, tool, and type. Workflows accept q. Skills accept q and source_type=prompt|workflow.

API responses link back to the canonical public Amo.ng page. Drafts, private review data, and historical evaluation evidence are never exposed.

Use with MCP

Connect a compatible AI or developer client to discover published assets and retrieve a specific current public asset by its stable Amo ID or slug. MCP calls do not execute Prompts or mutate Amo.ng.

MCP connection

Server name
Amo.ng
Endpoint
https://amo.ng/mcp
Type
Remote MCP / Streamable HTTP
Authentication
None
Access
Public read-only
Protocol
2026-07-28

Available tools

  • search_prompts
  • get_prompt
  • search_workflows
  • get_workflow
  • search_skills
  • get_skill

Learn how to connect Amo.ng to compatible AI tools.