# Agentic30 Developer Resources

> Public machine-readable resources for Agentic30 Builder Intelligence and the current integration boundary.

## Supported resources

- [Agentic30 home Markdown](https://agentic30.app/index.md): Service overview and discovery links

- [Builder Intelligence Markdown](https://agentic30.app/data.md): Stable Markdown companion to the interactive catalogue
- [Agent instructions](https://agentic30.app/agent-instructions.md): Best-fit jobs, calling convention, access, and evidence rules
- [llms.txt](https://agentic30.app/llms.txt): Curated Agentic30 document index
- [Sitemap](https://agentic30.app/blog-sitemap.xml): Crawlable public page index
- [RSS](https://agentic30.app/rss.xml): Published Agentic30 articles

The canonical URLs `https://agentic30.app/`, `https://agentic30.app/data`, and `https://agentic30.app/developers` support HTTP content negotiation. Send `Accept: text/markdown` for Markdown or `Accept: text/html` for the interactive page. Negotiated responses include `Vary: Accept, Accept-Encoding`.

## Current integration boundary

- Public API: not currently offered.
- OpenAPI specification: not published because there is no supported public API contract.
- Third-party authentication documentation: not currently offered.
- Webhooks: not currently offered.
- Public product-data MCP server: not currently offered. Internal search infrastructure requires its existing authentication and is not a public catalogue integration.

The site's private `/api/*` routes support first-party product behavior and are not a developer API. Do not build integrations against them.

## Access and errors

Apps, Webs, and Builders list browsing, search, and pagination need no credentials. Filters, sorting, locked details, and the identities of the top three leaderboard products require signup and login. Markdown guides do not include member-only fields.

These Markdown documents are navigation guides, not full product-data exports. Cite the source and observation date displayed with each public claim; distinguish founder self-report from independently confirmed facts.

`HEAD` returns the same status and headers without a body. Requests accepting neither HTML nor Markdown receive `406`. Private API errors use `error` and `code` JSON fields. Unknown API paths return `404 NOT_FOUND`; unsupported methods on owned routes return `405 METHOD_NOT_ALLOWED` with an `Allow` header. Existing authentication and authorization errors remain in force.

[Contact and corrections](https://agentic30.app/contact) explains how to request support or send source-backed corrections.
