Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Phare Documentation
## Docs
- [Account settings and security](https://docs.phare.io/account-settings.md): Update profile preferences, contact details, and two-factor authentication.
- [API Introduction](https://docs.phare.io/api-reference/introduction.md): Create programmatic interactions with the Phare API.
- [Create an alert rule](https://docs.phare.io/api-reference/platform/alert-rules/create-an-alert-rule.md): Create an alert rule
- [Delete an alert rule](https://docs.phare.io/api-reference/platform/alert-rules/delete-an-alert-rule.md): Delete an alert rule by ID
- [Get an alert rule](https://docs.phare.io/api-reference/platform/alert-rules/get-an-alert-rule.md): Get an alert rule by ID
- [List alert rules](https://docs.phare.io/api-reference/platform/alert-rules/list-alert-rules.md): Get a paginated list of alert rules.
- [Update an alert rule](https://docs.phare.io/api-reference/platform/alert-rules/update-an-alert-rule.md): Update an alert rule by ID
- [Get API info](https://docs.phare.io/api-reference/platform/get-api-info.md): Get basic API information
- [Get an integration](https://docs.phare.io/api-reference/platform/integrations/get-an-integration.md): Get an integration by ID
- [List integrations](https://docs.phare.io/api-reference/platform/integrations/list-integrations.md): Get a paginated list of integrations for a specific app.
- [Create a project](https://docs.phare.io/api-reference/platform/projects/create-a-project.md): Create a project
- [Delete a project](https://docs.phare.io/api-reference/platform/projects/delete-a-project.md): Delete a project by ID
- [Get a project](https://docs.phare.io/api-reference/platform/projects/get-a-project.md): Get a project by ID
- [List projects](https://docs.phare.io/api-reference/platform/projects/list-projects.md): Get a paginated list of projects.
- [Update a project](https://docs.phare.io/api-reference/platform/projects/update-a-project.md): Update a project by ID
- [Get a user](https://docs.phare.io/a
OpenAPI Spec (preview)
{
"openapi": "3.0.0",
"info": {
"title": "Phare",
"description": "Learn how to use the phare.io API. Most of the things that can be done on the web platform can also be achieved with the API documented on this page.",
"termsOfService": "https://phare.io/legal/terms-of-service",
"contact": {
"name": "Phare",
"email": "support@phare.io"
},
"version": "1.0"
},
"servers": [
{
"url": "https://api.phare.io"
}
],
"paths": {
"/": {