Developer information
This 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:
curl -fsS https://armand-salle.fr/llms.txt Request the homepage as Markdown:
curl -fsS -H 'Accept: text/markdown' https://armand-salle.fr/ Discover public HTML routes through the sitemap:
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:
npx github:armandsalle/my-site profile --json Support
For a broken public resource or an integration question, email [email protected] and include the URL, request headers, response status, and a minimal reproduction.