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
GET /api/v1/prompts— browse published Prompts.GET /api/v1/prompts/{amo-id-or-slug}— retrieve a current published Prompt.GET /api/v1/workflows— browse published Workflows.GET /api/v1/workflows/{amo-id-or-slug}— retrieve a published Workflow and its ordered steps.GET /api/v1/skills— browse published Skills.GET /api/v1/skills/{amo-id-or-slug}— retrieve a published Skill and its source reference.
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
Available tools
search_promptsget_promptsearch_workflowsget_workflowsearch_skillsget_skill