# Monolith Endpoints

These endpoints can be used to manage whitelisting for your firewall systems.  These endpoints may be updated or we may add new entries over time.

## Protocols

Monolith uses HTTPS over TCP to access and transmit data.  RESTful APIs are utilized that typically send and receive data in JSON format, Base64, or Form Data.

Monolith also uses the following HTTP methods: GET, POST, PUT, PATCH, DELETE, OPTIONS.

We also utilize web sockets for some operations and may use them more in the future.

## Endpoints

<table><thead><tr><th width="202">Usage</th><th width="123.33333333333331">Region</th><th>Endpoint</th></tr></thead><tbody><tr><td>Monolith</td><td>US</td><td>https://[www]monolith-app.monolithforensics.com</td></tr><tr><td>Monolith</td><td>UK</td><td>https://[www]monolith-app.monolithforensics.co.uk</td></tr><tr><td>Relay</td><td>US</td><td>https://[www]relay-app.monolithforensics.com</td></tr><tr><td>Relay</td><td>UK</td><td>https://[www]relay-app.monolithforensics.co.uk</td></tr><tr><td>File Management</td><td>US</td><td>https://monolith-cloud-east.s3.us-gov-east-1.amazonaws.com</td></tr><tr><td>File Management</td><td>UK</td><td>https://monolith-cloud.s3.eu-west-2.amazonaws.com</td></tr><tr><td>File Management</td><td>US</td><td>https://monolith-cloud.s3.us-west-004.backblazeb2.com</td></tr><tr><td>App Updates</td><td>ALL</td><td>https://monolith-cloud.nyc3.cdn.digitaloceanspaces.com</td></tr></tbody></table>


---

# Agent Instructions: 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.monolithforensics.com/monolith/monolith-features/monolith-endpoints.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.
