What it does
Submit one or more identifiers in a single API call. The engine:- Queries all configured intelligence connectors in parallel
- Resolves the identifiers to one or more candidate entities
- Assembles a unified profile with full source attribution
- Returns the result with a tamper-evident signature and an immutable audit record
How it is deployed
The engine runs entirely within your organization’s network. It is distributed as a container image and deployed via Docker Compose. It calls external intelligence connectors over your existing internet egress. No data leaves your network for processing, and no query results are stored by Intrace.Authentication
The engine supports two authentication modes:| Mode | Use case | Audit attribution |
|---|---|---|
| SAML/OIDC Bearer token | Human analysts querying via your IdP | Individual user (user_id, user_email) |
| API key | Automated integrations and service accounts | Service account name and key ID |
Next steps
- Core concepts: understand entity resolution, confidence scores, and source coverage
- Deployment guide: system requirements and installation
- API reference: full endpoint documentation