Identity & access
Authenticate callers and agents with API tokens, JWT, OIDC, and SPIFFE workload identity. Authorize actions by role and agentspace.
Alquimia Platform is designed for environments where AI agents handle sensitive data and perform real actions. Security is not a single feature; it is a set of layered controls that protect inference, data, and infrastructure.
Identity & access
Authenticate callers and agents with API tokens, JWT, OIDC, and SPIFFE workload identity. Authorize actions by role and agentspace.
Secrets management
Resolve API keys, database credentials, and signing keys from HashiCorp Vault with dynamic, short-lived leases where possible.
Input & output safety
Shield classifiers inspect prompts and responses for injection, unsafe content, or policy violations before the main LLM is invoked.
Workload hardening
Run signed container images, enforce pod security, and verify supply-chain integrity with admission policies.
An agentspace is a boundary that contains agents, secrets, and knowledge sources. It lets teams share a single Alquimia Platform deployment while keeping their configurations and credentials isolated. Each agentspace can have its own Vault policy, identity roles, and resource limits.
Shields are guard models that run in the preprocess stage. They can:
A prompt-injection detector is typically configured in block mode so that a classification failure defaults to safe behavior.
Secrets are referenced by name in agent specs and resolved at runtime. This separation lets you:
When planning an Alquimia Platform deployment, decide: