diff --git a/macros/audit-trail/elastic-metal-endpoints.mdx b/macros/audit-trail/elastic-metal-endpoints.mdx
new file mode 100644
index 0000000000..2b02fcfb2c
--- /dev/null
+++ b/macros/audit-trail/elastic-metal-endpoints.mdx
@@ -0,0 +1,26 @@
+---
+macro: adt-elastic-metal-endpoints
+---
+
+
+ ## Elastic Metal
+
+ ### Elastic Metal supported endpoints
+ The following [Elastic Metal](/elastic-metal/) endpoints are supported and will be logged in Audit Trail:
+
+ - AddOptionServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/options/{option_id}`)
+ - CreateServer (`POST /baremetal/v1/zones/{zone}/servers`)
+ - DeleteOptionServer (`DELETE /baremetal/v1/zones/{zone}/servers/{server_id}/options/{option_id}`)
+ - DeleteServer (`DELETE /baremetal/v1/zones/{zone}/servers/{server_id}`)
+ - InstallServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/install`)
+ - MigrateServerToMonthlyOffer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/migrate-offer-monthly`)
+ - RebootServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/reboot`)
+ - StartBMCAccess (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/bmc-access`)
+ - StartServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/start`)
+ - StopBMCAccess (`DELETE /baremetal/v1/zones/{zone}/servers/{server_id}/bmc-access`)
+ - StopServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/stop`)
+ - UpdateIP (`PATCH /baremetal/v1/zones/{zone}/servers/{server_id}/ips/{ip_id}`)
+ - UpdateServer (`PATCH /baremetal/v1/zones/{zone}/servers/{server_id}`)
+ - UpdateSetting (`PATCH /baremetal/v1/zones/{zone}/settings/{setting_id}`)
+
+
\ No newline at end of file
diff --git a/pages/audit-trail/reference-content/adt-supported-endpoints.mdx b/pages/audit-trail/reference-content/adt-supported-endpoints.mdx
index 4b473ef05d..5f0ea594dc 100644
--- a/pages/audit-trail/reference-content/adt-supported-endpoints.mdx
+++ b/pages/audit-trail/reference-content/adt-supported-endpoints.mdx
@@ -7,6 +7,7 @@ dates:
posted: 2025-03-27
---
import AdtAccountEndpoints from '@macros/audit-trail/account-endpoints.mdx'
+import AdtElasticMetalEndpoints from '@macros/audit-trail/elastic-metal-endpoints.mdx'
import AdtIamEndpoints from '@macros/audit-trail/iam-endpoints.mdx'
import AdtKeyManagerEndpoints from '@macros/audit-trail/key-manager-endpoints.mdx'
import AdtKubernetesEndpoints from '@macros/audit-trail/kubernetes-endpoints.mdx'
@@ -20,6 +21,8 @@ This page provides information on the specific endpoints logged in [Audit Trail]
+
+
diff --git a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx
index e35894d5aa..9704d12ecb 100644
--- a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx
+++ b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx
@@ -15,6 +15,7 @@ The following table provides details about the Scaleway products that are integr
|----------------------------|---------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
| Account | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#account-supported-endpoints) to find out which Account endpoints are supported.|
| Apple silicon | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#apple-silicon-supported-endpoints) to find out which Apple silicon endpoints are supported.|
+| Elastic Metal | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#elastic-metal-supported-endpoints) to find out which Elastic Metal endpoints are supported.|
| IAM | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#iam-supported-endpoints) to find out which IAM endpoints are supported.|
| Key Manager | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#key-manager-supported-endpoints) to find out which Key Manager endpoints are supported.|
| Kubernetes | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#kubernetes-supported-endpoints) to find out which Kubernetes endpoints are supported.|
@@ -36,7 +37,6 @@ The following table provides details about the Scaleway products that will be in
| Data Lab for Apache Spark⢠| **Not integrated yet** |
| Domains and DNS | **Not integrated yet** |
| Edge Services | **Not integrated yet** |
-| Elastic Metal | **Not integrated yet** |
| Environmental Footprint | **Not integrated yet** |
| Generative APIs | **Not integrated yet** |
| GPU Instances | **Not integrated yet** |