Home / Docs / Security and privacy

Security and privacy

How to handle keys, what to avoid sending, and the boundaries of this service.

Key handling

What to avoid sending

This is a third-party gateway sitting between you and the upstream provider. Treat it as an external processor:

Prompt injection

Any content the model reads can attempt to instruct it — web pages, files, tool results, issue comments. Consequences follow from what the model can *do*, so constrain that:

Transport

All traffic is HTTPS. Reject plain HTTP in your own client configuration; a base URL of http:// would send your key in cleartext.

Certificate pinning to our hostname is not recommended — infrastructure changes would break your client without warning. Standard CA validation is the right level.