---
title: Developer Reference
nav_order: 3
has_children: true
permalink: /developer.html
---

# Developer Reference

For plugin authors, theme developers, and integrators who want to extend Agentimus or make their own plugin discoverable to AI agents.

Agentimus is a small, framework-free plugin with a wide, well-documented hook surface. These pages cover:

1. **Architecture** — how the plugin is put together.
2. **WP_Discovery Protocol** — the open registration hook other plugins can implement.
3. **Hooks & filters** — the complete extension surface.
4. **REST & endpoints** — the admin API and the front-end machine files.
5. **Integrate your plugin** — make your content discoverable in a few lines.
6. **Topics & schema** — shape the structured data by code.
7. **Building & contributing** — dev setup, tests, and releases.

{: .note }
> Every hook, endpoint, and file name here is drawn from the plugin source. When in doubt, read the code — the `examples/` folder ships runnable references (`all-hooks-reference.php`, `integrate-your-plugin.php`, `topic-links-wikidata.php`).

Use the sidebar to jump to any page.
