> For the complete documentation index, see [llms.txt](https://docs.scrt.network/secret-network-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scrt.network/secret-network-documentation/secretvm-confidential-virtual-machines/attestation/obtaining-attestation-data.md).

# Obtaining Attestation Data

#### Attestation Endpoints

All SecretVM machines have a built-in web server that returns the attestation-related data. The server has the following endpoints:

<table><thead><tr><th width="407.890625">Endpoint</th><th>Description</th></tr></thead><tbody><tr><td><code>https://&#x3C;your_machine_url>:29343/cpu.html</code></td><td>Returns the <strong>CPU Attestation Quote</strong>, generated by the TEE (e.g. Intel TDX or AMD SEV).</td></tr><tr><td><code>https://&#x3C;your_machine_url>:29343/self.html</code></td><td>Returns the <strong>Attestation Report</strong>, which includes metadata about the runtime environment and Docker container.</td></tr><tr><td><code>https://&#x3C;your_machine_url>:29343/gpu.html</code></td><td>Returns the <strong>GPU Attestation Quote</strong> (only available on machines with GPU support).</td></tr></tbody></table>

> Note: upon startup each SecretVM generates a TLS certificate that is used to secure the communication to the built-in web server. The fingerprint of the certificate is included into the attestation report's [reportdata](/secret-network-documentation/secretvm-confidential-virtual-machines/attestation/attestation-report-key-fields.md) field.

Once you have obtained the information, you can proceed to [verifying](/secret-network-documentation/secretvm-confidential-virtual-machines/verifying-a-secretvm.md) the VM.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scrt.network/secret-network-documentation/secretvm-confidential-virtual-machines/attestation/obtaining-attestation-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
