# DÉFI 2000 — Agent Onboarding

> Accompagner. Insérer. Agir.

## Endpoints

- REST API root: https://defi2000.org/wp-json/
- API Catalog (RFC 9727): https://defi2000.org/.well-known/api-catalog
- Agent Skills: https://defi2000.org/.well-known/agent-skills/index.json
- MCP Server Card: https://defi2000.org/.well-known/mcp/server-card.json
- llms.txt: https://defi2000.org/llms.txt

## Authentication

This site supports WordPress Application Passwords.
Create one under **Users → Profile → Application Passwords** and use HTTP Basic Auth:

```
Authorization: Basic base64(user:app_password)
```

## Entities

Structured, schema.org-shaped JSON (read-only, rate-limited):

- Entity graph (everything): https://defi2000.org/wp-json/airw/v1/graph
- Organization: https://defi2000.org/wp-json/airw/v1/organization
- Nos domaines (schema.org Service): https://defi2000.org/wp-json/airw/v1/services
- Nos projets (schema.org Project): https://defi2000.org/wp-json/airw/v1/projects
- Actions (intents an agent can perform): https://defi2000.org/wp-json/airw/v1/actions

## Content negotiation

Send `Accept: text/markdown` to receive any page as Markdown.

## Rate limits

60 req/min

## Contact

_No public contact configured. Set one in Settings → AI Ready._
