# Developer information

Armand Sallé's website is a public, read-only portfolio and technical blog. It does not currently expose a product API, issue API keys, accept write operations, or provide an authenticated sandbox.

## Quickstart

Fetch the agent index:

```sh
curl -fsS https://armand-salle.fr/llms.txt
```

Request the homepage as Markdown:

```sh
curl -fsS -H 'Accept: text/markdown' https://armand-salle.fr/
```

Discover all public HTML routes through the sitemap:

```sh
curl -fsS https://armand-salle.fr/sitemap-index.xml
```

## Authentication and sandbox

No API key is required because there is no public application API. All documented machine-readable resources are public and read only. The public site itself is the safe environment for retrieval tests. Automated clients should use ordinary conditional requests, respect HTTP status codes, and avoid aggressive request rates.

## CLI

The repository includes a small zero-dependency CLI for machine-readable profile and resource discovery. Until a registry package is published, run it from the official GitHub repository with `npx github:armandsalle/my-site profile --json`.

## Support

For a broken public resource or an integration question, email armand.salle@gmail.com and include the URL, request headers, response status, and a minimal reproduction.
