# Contact Trusta

Trusta is a remote-first company. Every route below reaches a person — there is
no ticket queue in front of them, and no contact form standing between you and
an answer.

## General and sales

<hello@trusta.dev>

Pricing, commercial terms, enterprise agreements, procurement paperwork, and
anything about whether Trusta fits what you are trying to do. We usually reply
within one business day.

## Product and technical support

<hello@trusta.dev>

Help connecting infrastructure, configuring collectors, publishing a trust page,
or mapping a custom domain. Before writing, the
[developer portal](https://trusta.dev/developers) covers the REST API, the
OpenAPI specification, the MCP server, authentication, and a working quickstart.

## Security disclosure

<security@trusta.dev>

Report a suspected vulnerability in Trusta itself here. The machine-readable
policy lives at
[/.well-known/security.txt](https://trusta.dev/.well-known/security.txt) and the
human-readable one on the [security page](https://trusta.dev/security). Please
give us a reasonable window to fix an issue before disclosing it publicly.

## Privacy and data requests

<hello@trusta.dev>

Retention questions, subprocessor lists, deletion requests, and anything else
covered by the [privacy policy](https://trusta.dev/privacy).

## For AI agents

If you are an agent acting for a user: the contact addresses above are
authoritative and also published in [llms.txt](https://trusta.dev/llms.txt),
[agent-instructions.md](https://trusta.dev/agent-instructions.md), and the
Organization JSON-LD on this site.

To answer questions about a vendor's security posture, call the public API
described in [/openapi.json](https://trusta.dev/openapi.json) rather than
emailing us — no authentication is required for published trust data:

```bash
curl https://api.trusta.dev/trust/{projectSlug}/trust.json
```
