This is the full developer documentation for DOCS
# What is Aembit?
> An overview of Aembit, its core principles, and key capabilities
Aembit is a cloud-native Identity and Access Management (IAM) platform: **IAM for Agentic AI & Workloads**. The name comes from ‘ambit’ (meaning boundary or scope). Where traditional *User IAM* governs how people sign in to applications, Aembit governs how **non-human identities** authenticate and reach the resources they depend on. It does this across cloud, on-premises, and SaaS environments.
These non-human identities come in two forms, and Aembit secures both with one identity-first model. A workload**Workload**: Any non-human entity (application, service, automation, AI agent, etc.) that needs to access resources.[Learn more](/get-started/concepts/how-aembit-works/#introducing-workload-iam) is any application or program that uses computing resources to do work: a CI/CD job, a microservice, a database client, or a serverless function. An AI agent**AI Agent**: A software workload that authenticates to systems, requests credentials, and accesses resources, either on behalf of a person or on its own. Aembit secures AI agents with the same identity-first model it uses for any workload. User-driven agents such as Claude Desktop also carry a blended identity that ties access to both the user and the agent.[Learn more](/get-started/use-cases/ai-agents) authenticates, requests credentials, and reaches resources the same way, whether it acts on a person’s behalf (a user-driven assistant like Claude Desktop) or runs on its own (an autonomous service). The difference is the workload type, not the security model.
Both face the same core problem. Traditional approaches to workload authentication rely on static credentials embedded in code, configuration files, or environment variables. These credentials must be manually created, rotated, and protected. This creates significant security and operational challenges.
Aembit takes a fundamentally different approach by shifting from managing static secrets to managing access based on verified workload identity and policy. This Workload IAM approach provides just-in-time, ephemeral credentials while enforcing dynamic access policies.

AI agents raise the stakes for this model. A user-driven agent acts with its operator’s full rights, which breaks attribution (you can’t tell whether the user or the agent took an action). The MCP servers that connect agents to your systems also hold long-lived credentials. Aembit closes this gap by giving the agent a verifiable identity that Access Policies evaluate alongside the user’s. See [blended identity](/ai-guide/blended-identity/) and [securing AI agent access](/get-started/use-cases/ai-agents/) for the full story.

[How Aembit works ](/get-started/how-aembit-works)A deeper look at how Aembit works and its architecture
→
Whether you’re securing AI agents or traditional workloads, the model is the same. Pick the path that fits what you’re building:
### AI agents
Claude Desktop, MCP clients, and user-driven assistants.
[Securing AI agent access](/get-started/use-cases/ai-agents/) [Blended identity](/ai-guide/blended-identity/) [AI Guide](/ai-guide/)
### Workloads
CI/CD jobs, microservices, databases, and APIs.
[Workload use cases](/get-started/use-cases/) [Access Policies](/get-started/concepts/access-policies/) [User Guide](/user-guide/)
## Aembit’s core principles
[Section titled “Aembit’s core principles”](#aembits-core-principles)
* **Manage Access, Not Secrets** - The foundational principle of Aembit is to shift the security focus from *managing static credentials* to *managing access* based on verified workload identity and policy. Instead of relying on long-lived secrets that you must store, protect, and rotate, Aembit employs mechanisms to authenticate workloads based on their intrinsic properties and environment.
> Aembit grants access based on defined Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) and real-time context.
* **Zero Trust Architecture** - Aembit’s identity-centric approach aligns with the *principles of Zero Trust* architecture, extending concepts traditionally applied to human users into the domain of non-human workloads.
> Aembit never implicitly trusts access.
* **Least Privilege** - Aembit verifies every access request based on a Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads)‘s identity, the specific resource its requesting (Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads)), and applicable contextual constraints defined in the Access Policy. This confirms adherence to the *principle of Least Privilege*.
> Aembit grants only the necessary permissions required for a specific task at a specific time.
## What Aembit can do for you
[Section titled “What Aembit can do for you”](#what-aembit-can-do-for-you)
Aembit’s value proposition centers on enhancing security and operational efficiency in managing non-human identities.
This offers specific benefits for different roles:
### Build applications with secretless access
[Section titled “Build applications with secretless access”](#build-applications-with-secretless-access)
If you’re building and deploying applications, AI agents, or MCP integrations, managing secrets is a common challenge. Aembit solves this by enabling a “secretless” approach for workload-to-workload access. Aembit lets your applications and agents dynamically obtain credentials based on their verified identity and policy, simplifying your development process by:
* Removing the need to embed credentials in application code, configuration files, or environment variables.
* Authenticating applications using their runtime attributes (like container signatures), removing the need for initial secrets (“secret zero” problem).
* Handling authentication via network interception, so you can focus on business logic instead of auth code.
* Letting AI agents and MCP clients authenticate without holding credentials, which Aembit issues or exchanges at request time.

[Aembit quickstart ](/get-started/quickstart/quickstart-core/)Start building with Aembit by checking out the quickstart guide
→
### Advance security maturity and risk reduction
[Section titled “Advance security maturity and risk reduction”](#advance-security-maturity-and-risk-reduction)
From a strategic perspective focused on risk and security maturity, Aembit provides a dedicated platform to secure non-human identities. They’re a significant and growing source of enterprise risk, as teams adopt AI agents alongside traditional workloads. By replacing insecure static credentials with an identity-first, secretless approach, Aembit drastically reduces the attack surface and the risk of breaches.
Aembit supports implementing a Zero Trust architecture for workloads, simplifies compliance and auditing, and offers centralized visibility and governance to advance your organization’s security maturity by:
* Reducing credential exposure risk through ephemeral, Just-In-Time (JIT) access grants.
* Implementing Zero Trust principles for machine-to-machine communication.
* Centralizing access logs for simplified compliance reporting and incident investigation.
* Providing consistent access patterns across cloud, SaaS, and on-premises resources.
* Addressing the security gap in non-human workload interactions without adding developer overhead.
* Giving each user-driven AI agent a distinct, verifiable identity separate from the human operating it, closing the audit-attribution gap.

[Aembit use cases ](/get-started/use-cases/)Check out Aembit's use cases to see how it can help you
→
### Enhance security posture and enforce access control
[Section titled “Enhance security posture and enforce access control”](#enhance-security-posture-and-enforce-access-control)
As a security engineer responsible for defining and enforcing controls, Aembit enhances your security posture by focusing on securing non-human identity access. Aembit provides centralized policy management and conditional access capabilities. You can enforce granular controls over workload and AI agent access alike, based on verifiable identity and live context like security posture.
This helps implement Zero Trust principles for workloads and reduces risk by:
* Verifying workload identity using concrete attributes like container signatures or cloud metadata.
* Implementing fine-grained access controls based on workload context and runtime conditions.
* Reducing attack surface by eliminating long-lived static credentials.
* Providing standardized logging of all access attempts for troubleshooting and audit trails.
* Enabling identity-based security without requiring deep security expertise from application developers.
* Applying the same conditional-access controls (time, location, security posture) to AI agent access, and revoking a specific user, user-agent combination, or all agents through policy, without rotating credentials.

[Aembit security posture ](/get-started/security-posture/)Check out Aembit's software architecture, threat model, and compliance
→
### Streamline secure deployments and operations
[Section titled “Streamline secure deployments and operations”](#streamline-secure-deployments-and-operations)
For those focused on automating and managing infrastructure, Aembit integrates identity and access management for your workloads and AI agents directly into your operational workflows. Aembit enables you to focus on building and deploying applications through the following benefits:
* Automating credential management tasks, reducing time spent on access provisioning and rotation.
* Eliminating manual secret rotation workflows that distract from core development work.
* Integrating with existing workloads without requiring application code changes.
* Providing a Terraform provider for managing configurations and infrastructure as code.
* Centralizing access management across multiple environments from a single interface.
* Integrating with your existing identity providers (Okta, Entra ID, Google) over OIDC and SAML to secure AI agent access, with no new identity infrastructure to stand up.

[Scaling Aembit with Terraform ](/get-started/concepts/scaling-terraform)See how Aembit integrates with Terraform to manage your infrastructure
→
## Key capabilities
[Section titled “Key capabilities”](#key-capabilities)
The tables in the following sections detail Aembit’s primary capabilities, along with example use cases and what benefit Aembit provides for each:
### Blended identity for AI agents
[Section titled “Blended identity for AI agents”](#blended-identity-for-ai-agents)
| | |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Capability** | For user-driven AI agents, Aembit evaluates a blended identity**Blended Identity**: An access model that combines a human user's identity (authenticated through an Identity Provider) with an AI agent's workload identity into a single access decision, enabling policies that evaluate both "who is this user" and "which agent are they using" simultaneously.[Learn more](/ai-guide/blended-identity) in a single Access Policy: the human user’s identity (from your identity provider) together with the agent’s workload identity. |
| **Example Use Case** | An employee uses Claude Desktop to query Jira and search Confluence through an MCP server. Aembit authenticates the user through your IdP, identifies the agent by its workload identity, and issues a short-lived token scoped to both, so the security team can use an agent to reach the vulnerability scanner while engineering reaches only Jira and Confluence. |
| **Benefit** | Every access event carries both the user and the agent (dual attribution), and you enforce least privilege at the agent layer. You can revoke a specific user, user-agent combination, or all agents through policy, without rotating credentials. |
### Zero-credential MCP access
[Section titled “Zero-credential MCP access”](#zero-credential-mcp-access)
| | |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Capability** | For AI agents and MCP clients, Aembit’s MCP Identity Gateway sits in front of your MCP servers as a transparent proxy. It enforces Access Policies and injects per-request credentials that Aembit manages, so the agent never holds credentials for the MCP servers it reaches. |
| **Example Use Case** | An engineering team points Claude Desktop at the Identity Gateway instead of connecting to MCP servers directly. Aembit authenticates each user, applies your Access Policies, and injects each user’s own credentials per request, so each user’s access stays isolated from the rest and the agent holds none of them. |
| **Benefit** | Agents hold no downstream credentials, access follows the policies you define, and every request is attributable to a specific user, agent, and target MCP server. |
### Secretless workload authentication
[Section titled “Secretless workload authentication”](#secretless-workload-authentication)
| | |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Capability** | Aembit authenticates workloads (like applications or scripts) based on their verifiable environment attributes (workload attestation) rather than relying on stored secrets like API keys or passwords. |
| **Example Use Case** | In a multicloud setup, an automated script running in an AWS EC2 instance needs to access a database hosted in Google Cloud. Instead of embedding database credentials within the script or its configuration, Aembit verifies the script’s identity based on its AWS environment attributes. |
| **Benefit** | Aembit eliminates the risk of exposing the database credentials if an attacker compromises the script’s code or configuration files. It also removes the operational overhead of rotating and managing those static secrets. |
### Conditional Access Policies
[Section titled “Conditional Access Policies”](#conditional-access-policies)
| | |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Capability** | Aembit enables Multi-Factor Authentication (MFA)-like controls for workloads by defining access policies that consider not just the workload’s identity but also live contextual factors like security posture (results from a vulnerability scan), geographical location, or time of day. |
| **Example Use Case** | A microservice responsible for processing payments is only allowed to access the production billing API if **all** the following are true: 1) it has a verified identity, 2) a recent security scan (for example, via Snyk integration) shows no critical vulnerabilities, 3) the request originates from the expected cloud region, 4) the request originates during specific business hours. |
| **Benefit** | Aembit provides a higher level of assurance than identity alone, mimicking for non-human interactions. Aembit enables fine-grained, risk-adaptive control, reducing the likelihood of unauthorized access even if a workload’s basic identity is somehow spoofed. |
### Identity brokering across heterogeneous environments
[Section titled “Identity brokering across heterogeneous environments”](#identity-brokering-across-heterogeneous-environments)
| | |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Capability** | Aembit acts as a central intermediary, managing access requests between workloads that might reside in different environments (multiple public clouds, on-premises data centers, SaaS applications, third-party APIs). |
| **Example Use Case** | A legacy application running in an on-premises data center needs to fetch customer data from Salesforce (SaaS) and store processed results in an AWS S3 bucket (public cloud). Aembit manages the authentication and authorization for both interactions through a unified policy framework. |
| **Benefit** | It simplifies security management in complex, hybrid/multi-cloud setups by providing a single point of control and visibility, eliminating the need to configure and manage disparate access control mechanisms for each environment. |
### Centralized Access Policy management & auditing
[Section titled “Centralized Access Policy management & auditing”](#centralized-access-policy-management--auditing)
| | |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Capability** | Aembit provides a global system to define, enforce, and monitor access rules between all managed non-human identities. It also offers centralized logging and auditing of all access events. |
| **Example Use Case** | A security team needs to define a policy stating that only specific, approved data analytics services running in Kubernetes can access a sensitive data warehouse (like Snowflake ). They also need a consolidated audit trail of all access attempts to this data warehouse for compliance reporting. |
| **Benefit** | Centralization simplifies administration, makes sure policy enforcement is consistent across the board, and makes auditing and compliance reporting much easier compared to managing policies and logs scattered across different systems. |
### Automation and “No-Code Auth”
[Section titled “Automation and “No-Code Auth””](#automation-and-no-code-auth)
| | |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Capability** | Aembit automates the process of authenticating workloads and providing them with necessary credentials just-in-time. Its interception mechanism (via Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge)) aims to secure workload communication without requiring you to modify application code to handle authentication logic. |
| **Example Use Case** | A development team deploys a new microservice. Instead of writing code to handle API key retrieval and injection for accessing downstream services, they deploy Aembit Edge Components alongside their service. Aembit then: 1) automatically intercepts outgoing calls, 2) handles authentication/authorization via a central Access Policy, 3) injects credentials as needed. |
| **Benefit** | Aembit reduces developer friction, speeds up deployment cycles, and makes sure the security implementation is consistent without placing the burden of complex authentication coding on application developers. It also improves operational efficiency by automating credential lifecycle management. |
## Additional resources
[Section titled “Additional resources”](#additional-resources)
* [How Aembit Works](/get-started/how-aembit-works)
* [Aembit User Guide](/user-guide)
* [Use cases](/get-started/use-cases/)
* [Security posture](/get-started/security-posture/)
* [AI Guide](/ai-guide/)
# Conceptual overview
> This page provides a high-level conceptual overview of Aembit and its components
This topic explains how Aembit operates behind the scenes (at a high level) to provide secure, seamless access between workloads. Use the links in each section to dive deeper into specific topics related to how Aembit works or start configuring and using those features.
## Aembit as an identity broker
[Section titled “Aembit as an identity broker”](#aembit-as-an-identity-broker)
Aembit operates conceptually as an identity broker. It acts as an intermediary, facilitating secure access requests initiated by a Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) (like an application or script) attempting to connect to a target Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads) (like an API or database).
These workloads may operate across security boundaries or reside in different compute environments. For example, a Client Workload in AWS accessing a Server Workload in Azure. By centralizing the brokering function, Aembit helps you simplify the management of trust relationships and Access Policies across your disparate security boundaries and environments.
## Workloads
[Section titled “Workloads”](#workloads)
Workloads are the fundamental entities in Aembit’s access control model. They represent software applications, services, or processes that either request access to resources ([Client Workloads](#client-workloads)) or provide resources that others access ([Server Workloads](#server-workloads)).
Aembit establishes secure communication channels between these workloads by verifying their identities, evaluating access policies, and providing Just-In-Time (JIT) credentials without requiring code changes to your applications.
### Client Workloads
[Section titled “Client Workloads”](#client-workloads)
Client Workloads are the initiators of access requests in Aembit’s security model. They represent any non-human entity that needs to consume services or resources provided by Server Workloads. Examples include:
* Web applications requesting data from APIs
* Microservices communicating with other services
* Background jobs accessing databases
* CI/CD pipelines deploying to cloud environments
* Scheduled tasks retrieving configuration information
When a Client Workload attempts to access a Server Workload, [Aembit Edge](#aembit-edge) intercepts the request and works with [Aembit Cloud](#aembit-cloud) to verify the Client Workload’s identity through an [Access Policy](#access-policies). This verification happens without the Client Workload storing or managing long-lived credentials, eliminating credential sprawl, and reducing security risks.

[More on Client Workloads ](/get-started/concepts/client-workloads)See Core Concepts
→

[Configure Client Workloads ](/user-guide/access-policies/client-workloads/)See the Aembit User Guide
→
### Server Workloads
[Section titled “Server Workloads”](#server-workloads)
Server Workloads are the targets of access requests in Aembit’s security model. They represent services or resources that Client Workloads need to access. Examples include:
* REST APIs and web services
* Databases and data warehouses
* Third-party SaaS applications
* Cloud provider services
* Legacy applications and internal systems
Server Workloads can exist in multiple environments, like public cloud, private cloud, on-premises, or SaaS, and Aembit provides consistent access controls regardless of their location. For each Server Workload, you can define authentication requirements, network locations, and specific access restrictions.
Aembit helps you manage credentials for Server Workloads through Credential Providers, which generate or retrieve the appropriate authentication material for each Server Workload once Aembit grants access.

[More on Server Workloads ](/get-started/concepts/server-workloads)See Core Concepts
→

[Configure Server Workloads ](/user-guide/access-policies/server-workloads/)See the Aembit User Guide
→
***
## Access Policies
[Section titled “Access Policies”](#access-policies)
Aembit uses Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) to control which Client Workloads can access which Server Workloads and under what conditions.
Access Policies evaluate the following components when making access decisions:
* **Client Workloads** - Any non-human entity that initiates an access request to consume a service or resource provided by a Server Workload.
* Trust Providers**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) - Attest to workload identities and provide information about the environment in which they operate with high reliability and trustworthiness.
* Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions) - Criteria Aembit checks when evaluating an Access Policy to determine whether to grant a Client Workload access to a target Server Workload.
* Credential Providers**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) - Systems that provide access credentials, such as OAuth tokens, service account tokens, API keys, or username-and-password pairs.
* **Server Workloads** - Software applications that serve requests from Client Workloads such as third-party SaaS APIs, API gateways, databases, and data warehouses.
For a simplified illustration of the Access Policy evaluation flow, see \[Evaluation flow: how Aembit grants access]\(/get-started/how-aembit-works#access-policy-flow-putting-it-all together).
If a request meets all requirements, Aembit allows the connection and injects the credential. If any step fails, Aembit denies the request and logs the reason.

[More on Access Policies ](/get-started/concepts/access-policies)See Core Concepts
→

[Configure Access Policies ](/user-guide/access-policies/)See the Aembit User Guide
→
***
### Trust Providers
[Section titled “Trust Providers”](#trust-providers)
Instead of Client Workloads managing and presenting a long-lived secret for authentication, Aembit uses [Trust Providers](/get-started/concepts/trust-providers) to cryptographically verify the identity of Client Workloads attempting to access target Server Workloads. Trust Providers verify a Client Workload’s identity using evidence obtained directly from its runtime environment—also known as workload attestation**Workload Attestation**: Workload attestation cryptographically verifies a workload's identity using evidence from its runtime environment, such as platform identity documents or tokens, rather than using static credentials.[Learn more](/get-started/concepts/trust-providers).
Aembit integrates with many Trust Providers to support attestation across different environments:
* AWS
* Azure
* Kubernetes
* CI/CD platforms
* Aembit Agent Controller in Kerberos environments
Trust Providers supply cryptographically signed evidence, such as platform identity documents or tokens, about the Client Workload to Aembit Cloud. Aembit Cloud then validates this evidence to confirm the workload’s identity before proceeding with access policy evaluation. Upon successful attestation, Aembit Cloud gains high confidence in the Client Workload’s identity without relying on a shared secret.

[More on Trust Providers ](/get-started/concepts/trust-providers)See Core Concepts
→

[Set up Trust Providers ](/user-guide/access-policies/trust-providers/)See the Aembit User Guide
→
***
### Access Conditions
[Section titled “Access Conditions”](#access-conditions)
Aembit uses [Access Conditions](/get-started/concepts/access-conditions) to provide a mechanism for adding dynamic, context-aware constraints to Access Policies—similar to Multi-Factor Authentication (MFA) for human identities.
Access Conditions allow Access Policies to incorporate rapid environmental or operational factors into the access decision. For example:
* **Time** - restrictions based on the time of day or day of the week
* **GeoIP** - geographic location of the requesting workload
During \[Access Policy evaluation]\(/get-started/how-aembit-works#access-policy-flow-putting-it-all together), after Aembit Cloud matches the Client and Server Workloads to an Access Policy *and* it verifies the Client Workload’s identity, Aembit Cloud explicitly evaluates all associated Access Conditions. Only if all Access Conditions pass, along with the Client Workload’s identity check, does the Access Policy grant access and trigger the Credential Provider.
Aembit also integrates with external security posture management tools, such as Wiz or CrowdStrike. This allows Access Policies to enforce conditions such as “Aembit only grants access if Wiz reports a healthy security posture for that Client Workload.

[More on Access Conditions ](/get-started/concepts/access-conditions)See Core Concepts
→

[Set up Access Conditions ](/user-guide/access-policies/access-conditions/)See the Aembit User Guide
→
***
### Credential Providers
[Section titled “Credential Providers”](#credential-providers)
Aembit uses [Credential Providers](/get-started/concepts/credential-providers) to facilitate secure authentication between workloads. Credential Providers generate and manage the credentials needed for a Client Workload to authenticate to a Server Workload when an Access Policy determines to grant a Client Workload access. Credential Providers abstract away the complexity of different authentication mechanisms and credential types, providing a consistent interface for workload-to-workload authentication regardless of the underlying systems.
When an Access Policy evaluation succeeds, Aembit Cloud triggers the Credential Provider to generate the appropriate credentials for the specific authentication mechanism that the target Server Workload requires. This interaction is what allows a Client Workload to authenticate to a Server Workload without storing or managing long-lived credentials. This design limits exposure and prevents credential sprawl.
Aembit supports many types of Credential Providers to accommodate different authentication requirements:
* **Basic Authentication** - For systems requiring username/password authentication
* **OAuth 2.0** - For modern API authentication flows
* **API Key** - For services using API key-based authentication
* **Certificate-Based** - For systems requiring mutual TLS authentication
* **Cloud Provider Credentials** - For accessing cloud services (AWS, Azure, GCP) through Workload Identity Federation (WIF)
* **SAML** - For enterprise federated authentication scenarios
* **Kubernetes Tokens** - For Kubernetes-based workloads
You can also set up Credential Providers for external secrets management systems like HashiCorp Vault, AWS Secrets Manager, or Azure Key Vault to retrieve sensitive authentication material when needed.
To provide **credential lifecycle management** capabilities, Aembit offers [Credential Provider integrations](/user-guide/access-policies/credential-providers/integrations/) with services like GitLab to create, rotate, and delete access credentials on your behalf.

[More on Credential Providers ](/get-started/concepts/credential-providers)See Core Concepts
→

[Set up Credential Providers ](/user-guide/access-policies/credential-providers/)See the Aembit User Guide
→
***
## Observability
[Section titled “Observability”](#observability)
Aembit logs every access request (Access Authorization Events) and administrative change. These logs help you understand what’s happening, troubleshoot problems, and meet compliance goals and requirements.
Key event types include:
* **Audit Logs:** Track administrative changes to the platform.
* **Workload Events:** Provide high-level visibility into workload interactions.
* **Access Authorization Events:** Offer **detailed, step-by-step visibility** into policy evaluation for each access request. These logs show Client/Server identification, the outcome of **Trust Provider attestation** (identity verification), **Access Conditions verification** (contextual checks), **Credential Provider retrieval**, and the final **Allow/Deny verdict**. This granularity is essential for **troubleshooting access issues**.
Aembit logs the following:
* Each request’s source, destination, and decision.
* The specific policy that allowed or blocked access.
* Details about which Trust Provider verified an identity.
* What credential Aembit delivered (or why it didn’t).
You can view this information in your Aembit Tenant UI or export it to external log systems for long-term storage and analysis by setting up a [Log Stream](/user-guide/administration/log-streams/).
See [Audit and report](/get-started/concepts/audit-report)

[More on Auditing ](/get-started/concepts/audit-report)See Core Concepts
→

[Audit Aembit logs ](/user-guide/audit-report/)See the Aembit User Guide
→
***
## Aembit’s architecture
[Section titled “Aembit’s architecture”](#aembits-architecture)
Aembit consists of two cooperating systems: [Aembit Edge](#aembit-edge) and [Aembit Cloud](#aembit-cloud).
Aembit Edge communicates with Aembit Cloud to handle authentication and authorization of access between your workloads.
Separating the control plane and the data plane enables you to centralize policy management in the cloud while keeping the enforcement mechanism close to the workloads in your environments. The interception model employed by Aembit Edge is key to enabling the “No-Code Auth” capability.
### Aembit Edge
[Section titled “Aembit Edge”](#aembit-edge)
Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) acts as the **data plane** or interception point and runs alongside Client Workloads in your infrastructure (such as a Kubernetes cluster).
The primary function of Aembit Edge is to intercept outbound network requests from Client Workloads destined for target Server Workloads.
Upon interception, Aembit Edge sends requests from Client Workloads to Aembit Cloud which handles the authentication and authorization of that request. If Aembit Cloud approves access, then Aembit Edge does the following:
1. Receives a credential from Aembit Cloud.
2. Injects the credential into the original request “just-in-time.”
3. Forwards the modified request to the intended target Server Workload.
Aembit Edge also sends detailed access event logs to Aembit Cloud for auditing purposes.

[More on Aembit Edge ](/get-started/concepts/aembit-edge)See Core Concepts
→

[Configure Aembit Edge ](/user-guide/deploy-install/)See the Aembit User Guide
→
***
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) acts as the **control plane** and receives requests intercepted by Aembit Edge.
Aembit Cloud determines whether to authorize Client Workload requests and what credential to deliver.
The primary functions of Aembit Cloud are to:
1. Evaluate access requests.
2. Authenticate Client Workloads and attest their identities through a [Trust Provider](/get-started/concepts/trust-providers).
3. Enforce [Access Policies](/get-started/concepts/access-policies) (including [Access Conditions](/get-started/concepts/access-conditions) such as GeoIP or time).
4. Interact with external [Credential Providers](/get-started/concepts/credential-providers) to obtain and issue necessary credentials.
5. Communicate access decisions to Aembit Edge.
You can [administer Aembit Cloud](/get-started/concepts/administration) through your unique, and isolated Aembit Tenant**Aembit Tenant**: Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.[Learn more](/get-started/concepts/administration) to define access rules, configure trust and credential sources, and monitor access events.
Aembit Cloud logs all Access Authorization Events so you can [audit and report](/get-started/concepts/audit-report) metadata related to access control.
Aembit only logs metadata
Crucially, Aembit functions purely as a control plane; it doesn’t process or log any actual data from your workloads, only metadata related to access control.

[More on Aembit Cloud ](/get-started/concepts/aembit-cloud)See Core Concepts
→

[Configure Aembit Cloud ](/user-guide/access-policies/)See the Aembit User Guide
→
***
## Administration
[Section titled “Administration”](#administration)
Administration in Aembit provides a comprehensive framework for managing security policies, credentials, and access controls across your organization to control and monitor how your users access and use Aembit. To administer Aembit, you can do so through your unique, dedicated environment—your [Aembit Tenant](#about-aembit-tenants).
Aembit’s Administration UI provides centralized management of all Aembit’s primary components, including Access Policies. Additionally, you can configure and manage advanced Aembit Edge Component features such as TLS Decrypt, PKI-based TLS, proxy steering methods, and more.
Aembit’s administration system follows a Role-Based Access Control (RBAC) model, allowing you to delegate specific administrative responsibilities while maintaining the principle of least privilege.
Aembit’s administration capabilities include:
* **Admin Dashboard** - A central interface providing visibility into system status, recent activities, and security alerts.
* **Users** - Management of human users who interact with the Aembit administrative interface.
* **Roles** - Predefined and custom sets of responsibilities that you can assign to your users to control their administrative access.
* **Permissions** - Granular controls that define what actions your users can perform within your Aembit Tenant.
* **Discovery** - Tools for identifying and cataloging workloads across your infrastructure.
* **Resource Sets** - Logical groupings of resources that help organize and manage access at scale across your environment.
* **Log Streams** - Configuration for sending security and audit logs to external monitoring systems.
* **Identity Providers** - Integration with external identity systems for authenticating administrators.
* **Sign-On Policies** - Rules governing how administrators authenticate to the Aembit system.
### About Aembit Tenants
[Section titled “About Aembit Tenants”](#about-aembit-tenants)
Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.
Each tenant operates independently with its own set of:
* **Administrative Users** - Users who manage the tenant have no access to other tenants.
* **Resources** - All workloads, policies, and configurations are tenant-specific.
* **Security Boundaries** - Complete isolation makes sure configurations in one tenant can’t affect others.

[More on Administration ](/get-started/concepts/administration)See Core Concepts
→

[Configure Admin settings ](/user-guide/administration/)See the Aembit User Guide
→
***
## Aembit Terraform Provider
[Section titled “Aembit Terraform Provider”](#aembit-terraform-provider)
Aembit supports scalable, repeatable infrastructure-as-code (IaC) workflows through the [Aembit Terraform Provider](https://registry.terraform.io/providers/Aembit/aembit/latest).
Terraform gives you the ability to:
* Codify access policies and workload identity configuration.
* Version control changes to your identity and access infrastructure.
* Apply changes consistently across staging, production, and multicloud environments.
* Automate onboarding for new workloads, trust providers, and credential integrations.
This helps reduce manual steps, eliminate configuration drift, and ensure your access policies are reproducible and reviewable.
The Aembit Terraform Provider supports all core Aembit resources:
| Resource Type | Terraform Support |
| -------------------- | ---------------------------- |
| Trust Providers | ✅ Create and configure |
| Client Workloads | ✅ Manage identity matching |
| Server Workloads | ✅ Define endpoints, auth |
| Credential Providers | ✅ Integrate secrets/tokens |
| Access Policies | ✅ Authorize workload access |
| Access Conditions | ✅ Enforce dynamic controls |
| Resource Sets | ✅ Segment environments |
| Roles & Permissions | ✅ Assign fine-grained access |
This full coverage enables you to declare your Aembit configuration as code, just like cloud resources or Kubernetes objects.

[More on Aembit & Terraform ](/get-started/concepts/scaling-terraform)See Core Concepts
→

[Scale with Terraform ](/user-guide/access-policies/advanced-options/terraform/terraform-configuration)See the Aembit User Guide
→
***
## Additional resources
[Section titled “Additional resources”](#additional-resources)
* [Access Policies](/get-started/concepts/access-policies)
* [Audit and report](/get-started/concepts/audit-report)
* [Administering Aembit](/get-started/concepts/administration)
* [Scaling with Terraform](/get-started/concepts/scaling-terraform)
# About Access Conditions
> Understanding Access Conditions and their role in context-aware authorization
Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions) add dynamic, context-aware constraints to the authorization process in Aembit Access Policies.
They evaluate the circumstances surrounding each access request—such as time, location, or security posture—to determine whether to grant access.
While Trust Providers**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) verify “who” is making the request, Access Conditions evaluate “when,” “where,” and “under what security conditions” to allow the request. This provides Multi-Factor Authentication (MFA)-like security for workload interactions by requiring both verified identity and verified context.
Aembit evaluates Access Conditions after confirming workload identity but before issuing any credentials. This placement ensures that sensitive access tokens are only generated when both the workload’s identity and its operational context meet policy requirements.

[Start configuring Access Conditions ](/user-guide/access-policies/access-conditions/)See Access Conditions in the User Guide
→
## How Access Conditions work
[Section titled “How Access Conditions work”](#how-access-conditions-work)
The following steps outline how Aembit evaluates Access Conditions during the authorization process:
1. **Request Initiation** - A Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) attempts to access a Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads).
2. **Identity Verification** - Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) sends identity evidence to Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud), where [Trust Providers](/get-started/concepts/trust-providers) verify the Client Workload’s identity through workload attestation.
3. **Context Gathering** - Access Conditions gather contextual information from multiple sources (time, location, security tools). Aembit caches context data it collects from thrid-party security tools in Aembit Cloud to avoid latency and unnecessary API calls on every access request.
4. **Context Evaluation** - Access Conditions evaluate the gathered context against configured rules to determine if the request meets policy requirements.
5. **Authorization Decision** - If all Access Conditions pass, Aembit proceeds to credential issuance. If any condition fails, Aembit immediately denies access.
6. **Credential Issuance** - Only after successful context verification does Aembit invoke the Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) to issue access credentials.
The following diagram illustrates this process:

## Supported condition types
[Section titled “Supported condition types”](#supported-condition-types)
Aembit supports multiple types of Access Conditions that allow you to control access based on different contextual factors:
### Time-based conditions
[Section titled “Time-based conditions”](#time-based-conditions)
[Time conditions](/user-guide/access-policies/access-conditions/aembit-time-condition/) restrict access to specific schedules, such as business hours or maintenance windows. These conditions compare the current time (in a specified timezone) against configured allowed time ranges.
**Common use cases:**
* Limiting development tool access to production systems during business hours only
* Restricting automated batch jobs to specific maintenance windows
* Enforcing “follow the sun” access patterns for global teams
### Geographic GeoIP conditions
[Section titled “Geographic GeoIP conditions”](#geographic-geoip-conditions)
[GeoIP conditions](/user-guide/access-policies/access-conditions/aembit-geoip/) restrict access based on the geographic location of the request’s source IP address. Aembit determines location using integrated GeoIP databases and compares it against allowed countries and subdivisions.
**Common use cases:**
* Ensuring data sovereignty compliance (EU data accessed only from EU locations)
* Blocking access from high-risk geographic regions
* Enforcing regional access boundaries for compliance requirements
### Security posture conditions
[Section titled “Security posture conditions”](#security-posture-conditions)
Security posture conditions evaluate the rapid security health of the Client Workload’s environment by integrating with third-party security tools. These conditions make API calls to security platforms and evaluate their responses against configured requirements.
**Supported integrations:**
* **[Wiz](/user-guide/access-policies/access-conditions/wiz/)** - Verifies cloud security posture, including cluster connectivity and monitoring status
* **[CrowdStrike](/user-guide/access-policies/access-conditions/crowdstrike/)** - Confirms endpoint protection status, agent health, and host attributes
**Common use cases:**
* Blocking access from hosts with outdated security agents
* Preventing compromised or non-compliant systems from accessing sensitive resources
* Enforcing Zero Trust policies that require continuous security verification
## Benefits of using Access Conditions
[Section titled “Benefits of using Access Conditions”](#benefits-of-using-access-conditions)
* **Enhanced Security** - Provides MFA-like protection for workloads by requiring both identity and context verification before granting access.
* **Zero Trust Implementation** - Enables continuous verification of context on every access request, moving beyond static identity-based authorization.
* **Compliance Support** - Helps meet regulatory requirements for data sovereignty, access timing, and security posture verification.
* **Risk Reduction** - Prevents access from compromised or non-compliant environments, reducing the risk of lateral movement in security incidents.
* **Operational Flexibility** - Allows fine-grained control over when, where, and under what conditions workloads can access resources without modifying application code.
* **Audit Trail** - Provides detailed logging of context evaluation results for security monitoring and compliance reporting.
# About Access Policies
> Description of Access Policies, their components, and how the evaluation flow works
Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) are the central mechanism within Aembit. Access Policies define, enforce, and audit access between Non-Human Identities (NHI), such as applications, scripts, services, and infrastructure components.
The fundamental purpose of Access Policies is to govern workload-to-workload interactions. They do by cryptographically verifying workload identity and contextual factors, rather than relying on the distribution and management of static secrets. This approach aims to deliver granular, dynamic, and continuously verifiable control over NHI access, enhancing security posture and simplifying operations in complex, distributed environments.
This topic provides high-level details of Aembit Access Policies, focusing on their core components and the intricate interplay between the components during Access Policy evaluation.
## Access Policy components
[Section titled “Access Policy components”](#access-policy-components)
Click each link card to learn more details about each Access Policy component:

[Client Workloads ](/user-guide/access-policies/client-workloads/)are any non-human entity that initiates an access request to consume a service or resource provided by a Server Workload.
→

[Server Workloads ](/user-guide/access-policies/server-workloads/)are software applications that serve requests from Client Workloads such as third-party SaaS APIs, API gateways, databases, and data warehouses.
→

[Trust Providers ](/user-guide/access-policies/trust-providers/)attest to workload identities and provide information about the environment in which they operate with high reliability and trustworthiness.
→

[Access Conditions ](/user-guide/access-policies/access-conditions/)are criteria Aembit checks when evaluating an Access Policy to determine whether to grant a Client Workload access to a target Server Workload.
→

[Credential Providers ](/user-guide/access-policies/credential-providers/)are systems that provide access credentials, such as OAuth tokens, service account tokens, API keys, or username-and-password pairs.
→
Aembit’s multi-component structure provides many advantages and separates concerns:
* Trust Providers handle identity verification
* Access Conditions handle context
* Credential Providers handle target authentication
* Access Policies orchestrate everything
This modularity allows Aembit to adapt to diverse environments and authentication protocols. See how Aembit evaluates Access Policies in the next section.
## The Access Policy evaluation flow
[Section titled “The Access Policy evaluation flow”](#the-access-policy-evaluation-flow)
The power of Aembit Access Policies lies in the coordinated interaction of its distinct components during an access attempt.
The following Access Policy evaluation flow diagram illustrates this process:

The following explains the Access Policy evaluation flow in detail:
1. **Request Initiation & Interception** - A Client Workload attempts to connect to a Server Workload. When you deploy Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) alongside your Client Workloads, it transparently intercepts this outgoing network request.
2. **Identity Evidence Retrieval** - Aembit Edge interacts with the local environment to retrieve identity evidence suitable for the configured Trust Provider by fetching a cached cloud metadata token or platform OIDC token. Aembit caches identity evidence to prevent Access Policies from failing if the external system goes down for a brief time.
Upon successful identification, Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) identifies the specific Access Policy that governs the interaction between the now-verified Client Workload and the intended Server Workload.
3. **Match request to an Access Policy** - Aembit Edge sends the identity evidence to Aembit Cloud to match the requesting Client Workload and the Server Workload its requesting to access with an Access Policy. If no policy matches both workloads, Aembit denies the request.
4. **Authentication via Trust Provider** - If you’ve configured a Trust Provider, Aembit Cloud uses the appropriate Trust Provider associated with the identified Client Workload to perform cryptographic attestation, verifying the workload’s identity based on its environment. Aembit also caches the identity evidence from the Trust Provider it uses for attestation.
Aembit logs attestation events to its Authorization Log, which you can view in your Aembit Tenant UI.
5. **Access Condition Check** - If you’ve configured Access Conditions, Aembit Cloud evaluates any Access Conditions associated with the matched Access Policy. This may involve checking time constraints, geographic rules, or querying external systems (like Wiz) for security posture data. If using external systems, Aembit caches their security posture data for the same reasons as for Trust Provider identity evidence.
The Client Workload must meet all conditions for authorization to proceed.
6. **Credential Provisioning Request** - If Aembit verifies the Client Workload’s identity and it satisfies all Access Conditions, Aembit Cloud logs the Access Policy Authorization Event and then interacts with the Credential Provider.
Aembit requests an appropriate access credential required by the target Server Workload (like an OAuth token, a temporary AWS key via STS, or an Azure token via WIF).
7. **Credential Injection & Request Forwarding** - Aembit Cloud returns the policy decision (allow) and the freshly obtained access credential to Aembit Edge.
Finally, Aembit Edge injects the credential into the original Client Workload’s request (like adding an `Authorization: Bearer ` header) and forwards the modified request to the actual Server Workload endpoint.
## Additional resources
[Section titled “Additional resources”](#additional-resources)
* [Aembit Edge: The data plane](/get-started/concepts/aembit-edge)
* [Aembit Cloud: The control plane](/get-started/concepts/aembit-cloud)
* [Aembit administration](/get-started/concepts/administration)
* [Scaling with Terraform](/get-started/concepts/scaling-terraform)
# About Administering Aembit
> Discover Aembit's administration capabilities
This page provides an of all administrative capabilities available in your Aembit Tenant**Aembit Tenant**: Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.[Learn more](/get-started/concepts/administration).
## Admin dashboard
[Section titled “Admin dashboard”](#admin-dashboard)
The Admin dashboard serves as your command center for monitoring the health and activity of your Aembit deployment. It provides real-time visibility into workload connections, credential usage, and potential security issues. This visibility allows you to identify and address operational concerns.
The [Admin dashboard](/user-guide/administration/admin-dashboard/) provides:
* Summary metrics for configured workloads and entities
* Workload event history with severity indicators
* Client and Server Workloads connection metrics
* Credential usage analytics
* Application protocol distribution
* Access condition failure monitoring
## User management
[Section titled “User management”](#user-management)
User management in Aembit allows you to control who can access your Aembit Tenant and what actions they can perform. This capability is essential for implementing the principle of least privilege and making sure you have proper separation of duties within your organization.
[User management](/user-guide/administration/users/) features include:
* [Add users](/user-guide/administration/users/add-user) with specific roles and contact information
* Configure external authentication options
* Manage user credentials and access rights
## Roles and permissions
[Section titled “Roles and permissions”](#roles-and-permissions)
Aembit’s role-based access control system allows you to create customized roles with precise permissions. This enables you to delegate administrative responsibilities without granting excessive privileges. This granular approach to access control helps maintain security while supporting collaborative administration.
[Role-based access control](/user-guide/administration/roles/) provides:
* [Create specialized roles](/user-guide/administration/roles/add-roles) beyond default SuperAdmin and Auditor
* Configure granular permissions for each role
* Integrate with Resource Sets for multi-tenancy
## Workload Discovery
[Section titled “Workload Discovery”](#workload-discovery)
Workload Discovery automates the identification and management of workloads within your Aembit environment. It simplifies the process of adding new workloads by automatically detecting them to provide a streamlined workflow for onboarding.
Workload Discovery allows you to:
* [Manage Workload Discovery](/user-guide/administration/discovery/) in your environment.
* Integrate security tools like [Wiz](/user-guide/administration/discovery/integrations/wiz) to discover workloads.
## Identity providers
[Section titled “Identity providers”](#identity-providers)
Identity provider integration allows you to leverage your existing identity infrastructure with Aembit. By connecting your corporate identity provider, you can make sure consistent authentication policies across your organization. This integration simplifies user management through automatic provisioning and role mapping.
[Identity provider integration](/user-guide/administration/identity-providers/) enables:
* Connect with [SAML 2.0 providers](/user-guide/administration/identity-providers/create-idp-saml) (Okta, Google, Microsoft Entra ID)
* Enable Single Sign-On (SSO) authentication
* Configure [SSO automatic user creation](/user-guide/administration/identity-providers/automatic-user-creation) for new users
## Resource Sets
[Section titled “Resource Sets”](#resource-sets)
Resource Sets provide powerful multi-tenancy capabilities, allowing you to segment your Aembit environment for different teams, applications, or business units. This isolation makes sure administrators can only manage resources within their assigned domains. It supports organizational boundaries while maintaining centralized oversight.
[Resource Sets](/user-guide/administration/resource-sets/) allow you to:
* [Create isolated resource groups](/user-guide/administration/resource-sets/create-resource-set)
* [Add workloads and resources](/user-guide/administration/resource-sets/adding-resources-to-resource-set) to specific sets
* [Assign roles](/user-guide/administration/resource-sets/assign-roles) for managing each Resource Set
* [Deploy Resource Sets](/user-guide/administration/resource-sets/deploy-resource-set) using specific methods
## Global Policy Compliance
[Section titled “Global Policy Compliance”](#global-policy-compliance)
Aembit’s Global Policy Compliance is a security enforcement feature that allows you to establish organization-wide security standards for Access Policies and Agent Controllers. Global Policy Compliance ensures consistent security practices across your Aembit environment and prevents the creation of policies that might inadvertently expose resources.
See [Global Policy Compliance](/user-guide/administration/global-policy/) for more information and configuration details, and see [Global Policy Compliance report dashboard](/user-guide/audit-report/global-policy) to review the compliance status of your Aembit Tenant’s global policies.
## Log streams
[Section titled “Log streams”](#log-streams)
Log streams extend Aembit’s audit and monitoring capabilities by forwarding logs to external systems. This enables long-term storage, analysis, and compliance reporting. The integration with your existing security monitoring infrastructure allows Aembit activity to become part of your organization’s overall security operations.
[Log streams](/user-guide/administration/log-streams/) allow you to:
* Forward logs to [AWS S3 buckets](/user-guide/administration/log-streams/aws-s3)
* Export logs to [Google Cloud Storage](/user-guide/administration/log-streams/gcs-bucket)
* Configure multiple stream types for different log categories
## Sign-on policy
[Section titled “Sign-on policy”](#sign-on-policy)
Sign-on policy controls how administrators authenticate to the Aembit platform. This central configuration point allows you to enforce strong authentication requirements. It makes sure that access to this privileged system follows your organization’s security standards.
The [Sign-on policy](/user-guide/administration/sign-on-policy/) page allows you to:
* Configure SSO enforcement requirements
* Set up multi-factor authentication policies
* Manage authentication grace periods
# About Aembit Cloud
> Understanding Aembit Cloud and its role as the central control plane and management plane for workload identity and access management
Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) serves as both the central control plane and management plane for the Aembit Workload Identity and Access Management platform. Operating as a Software-as-a-Service (SaaS) offering, Aembit provides the intelligence, decision-making, configuration, and management capabilities that govern secure interactions between non-human identities across diverse IT environments.
As the **control plane**, Aembit Cloud makes authorization decisions, evaluates policies, and coordinates credential issuance.
As the **management plane**, it provides the administrative interfaces, configuration management, and operational oversight needed to define policies, manage workloads, and monitor system behavior.
Aembit Cloud functions as the authoritative source for defining and evaluating access policies, managing workload identities, brokering credentials, and providing comprehensive visibility into workload-to-workload communications. It centralizes fragmented access management approaches scattered across multiple clouds, on-premises systems, and SaaS applications.
The platform enables organizations to shift from managing static, long-lived secrets to managing access based on verified workload identities. By acting as an identity broker and policy enforcement coordinator, Aembit Cloud facilitates Zero Trust security principles for non-human interactions. This ensures that Aembit verifies every access request regardless of network location.

[Start using Aembit Cloud ](/user-guide/administration/)See Administration in the User Guide
→
## How Aembit Cloud works
[Section titled “How Aembit Cloud works”](#how-aembit-cloud-works)
The following steps outline how Aembit Cloud operates as both the control plane and management plane for workload access management:
1. **Policy Configuration** - Administrators use Aembit Cloud’s management plane capabilities to define access policies through web UI or API, specifying which Client Workloads**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) can access which Server Workloads**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads) under what conditions.
2. **Identity Verification** - When a workload requests access, Aembit Cloud’s control plane receives attestation data from Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) components and validates the workload’s identity using configured Trust Providers**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers).
3. **Policy Evaluation** - The control plane’s policy engine evaluates the verified identity against defined access policies, including any Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions) such as time constraints, geographic location, or security posture requirements.
4. **Context Assessment** - For conditional access policies, the control plane gathers additional context from integrated security tools or environmental factors to make informed authorization decisions.
5. **Credential Brokering** - If Aembit authorizes access, the control plane invokes the appropriate Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) to obtain or generate the necessary access credentials for the target service.
6. **Decision Transmission** - Aembit Cloud sends the authorization decision and credentials (if approved) back to the requesting Aembit Edge component for enforcement and credential injection.
The following diagram illustrates this control plane and management plane architecture:

## Core capabilities
[Section titled “Core capabilities”](#core-capabilities)
Aembit Cloud integrates multiple key capabilities across both control plane and management plane functions:
### Control plane capabilities
[Section titled “Control plane capabilities”](#control-plane-capabilities)
**Access Policy Engine** - The core decision-making component that evaluates access policies during workload access requests.
**Identity Federation Hub** - Verifies workload identities through attestation and brokers trust between different identity domains.
**Credential Brokering** - Interacts with external credential providers to obtain or generate access credentials just-in-time for authorized workloads.
### Management plane capabilities
[Section titled “Management plane capabilities”](#management-plane-capabilities)
**Administrative Interfaces** - Provides web UI, API, and Terraform provider for configuring, monitoring, and managing the entire platform.
**Configuration Management** - Handles the definition, storage, and distribution of policies, workload definitions, and system configurations.
**Workload Directory** - Maintains comprehensive inventory and discovery of Client and Server Workloads across the environment.
**Auditing and Logging** - Captures, stores, and analyzes detailed records of access events, policy evaluations, and administrative changes.
### Integrated capabilities spanning both planes
[Section titled “Integrated capabilities spanning both planes”](#integrated-capabilities-spanning-both-planes)
**Security Integrations** - Connects with external security tools (CrowdStrike, Wiz, etc.) for posture assessment and policy enforcement.
**Identity Provider Management** - Configures and maintains trust relationships with multiple identity providers across cloud and on-premises environments.
**Compliance and Reporting** - Generates compliance reports and provides security monitoring capabilities across both operational and administrative activities.
## Deployment and operational model
[Section titled “Deployment and operational model”](#deployment-and-operational-model)
### SaaS delivery
[Section titled “SaaS delivery”](#saas-delivery)
Aembit Cloud operates as a **multi-tenant SaaS platform**, providing both control plane and management plane capabilities as a managed service:
* **High availability** through multi-region deployment with automatic failover
* **Scalability** with auto-scaling capabilities to handle millions of workload identities
* **Operational simplicity** by consolidating both control and management functions
* **Continuous updates** and security patches without customer intervention
### Three-plane architecture separation
[Section titled “Three-plane architecture separation”](#three-plane-architecture-separation)
The architecture separates responsibilities across three distinct planes:
* **Management plane** (Aembit Cloud): Configuration, administration, auditing, monitoring
* **Control plane** (Aembit Cloud): Real-time policy evaluation, identity verification, credential brokering
* **Data plane** (Aembit Edge): Request interception, credential injection, local enforcement
This separation enables **static stability**, where Edge components can continue operating with buffered credentials during temporary Cloud outages, while administrative functions remain centralized for consistency and control.
## Benefits of using Aembit Cloud
[Section titled “Benefits of using Aembit Cloud”](#benefits-of-using-aembit-cloud)
* **Unified Control and Management** - Combines access control with comprehensive administrative capabilities in a single platform.
* **Zero Trust Implementation** - Enables continuous verification of workload identities and context for every access request, regardless of network location.
* **Centralized Operations** - Provides single-pane-of-glass management for policies, identities, and access across diverse environments.
* **Secretless Architecture** - Facilitates the shift away from static, long-lived secrets to dynamic, identity-based access management.
* **Comprehensive Visibility** - Delivers integrated auditing and monitoring of both operational access events and administrative changes.
* **Scalable SaaS Delivery** - Leverages cloud-native architecture to handle enterprise-scale workload access management with high availability.
* **Identity Federation Abstraction** - Transforms complex, application-specific identity federation into reusable platform capabilities.
* **Policy Consistency** - Ensures uniform application of access policies across multi-cloud, SaaS, and on-premises environments through centralized management.
* **Operational Resilience** - Maintains service availability through architectural separation and local credential buffering capabilities.
* **Administrative Efficiency** - Streamlines policy management, workload discovery, and compliance reporting through integrated management plane functions.
# About Aembit Edge
> Understanding Aembit Edge and its role as the distributed enforcement layer within your environments
Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) represents the collection of components deployed directly within your operational environments to enforce Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) and enable secretless workload communication. It functions as a distributed enforcement and interaction layer, positioned within your compute environments alongside your workloads—spanning Kubernetes clusters, virtual machines, and serverless platforms.
The Edge architecture separates the control plane (Aembit Cloud) from the data plane (where workload traffic flows). While Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) makes authorization decisions and manages credential lifecycles, Aembit Edge components handle traffic interception, credential injection, and forwarding locally within your environment. This design ensures that your sensitive workload data remains within your network boundaries and never passes through Aembit’s infrastructure.
Aembit Edge is essential for translating centralized policies into concrete access control actions at the point where your workloads interact. It eliminates the need for applications to store or manage long-lived secrets by intercepting requests, verifying identities, and injecting short-lived credentials just-in-time.

[Start deploying Aembit Edge ](/user-guide/deploy-install/)See Aembit Edge deployment in the User Guide
→
### Edge Component registration
[Section titled “Edge Component registration”](#edge-component-registration)
Before Aembit Edge can enforce access control, first you must deploy it within your operational environments. This involves installing the necessary components that intercept workload traffic, gather identity evidence, and inject credentials as needed.
Upon deployment, Aembit Edge components must register with Aembit Cloud to establish trust and enable policy synchronization. This registration process typically involves the following steps:
1. **Controller Registration** - Agent Controller registers with Aembit Cloud to establish trust. Agent Controller has two registration options: using a Device Code flow or by providing a Controller ID and configured Trust Providers**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers).
2. **Proxy Retrieves Token** - Agent Proxy registers with Agent Controller to obtain a token for authenticating with Aembit Cloud. This is typically done via an HTTP/S call to the Agent Controller API endpoint `/api/token`.
3. **Aembit Cloud Grants Token** - Aembit Cloud verifies grants Agent Proxy a token. This token is used to authenticate the Agent Proxy with Aembit Cloud.
4. **Proxy Registration with Aembit Cloud** - The Agent Proxy uses the obtained token to register with Aembit Cloud, allowing it to receive Access Policies and interact with the Aembit Cloud services.
From there, Agent Proxy can start intercepting outbound requests from Client Workloads, gathering identity evidence, and [injecting credentials](#credential-injection) as needed based on the Access Policies defined in Aembit Cloud.

## Credential injection
[Section titled “Credential injection”](#credential-injection)
Once Aembit Edge registers with Aembit Cloud and is operational, it can perform **credential injection** to enable secure workload communication. This process allows Client Workloads to access Server Workloads without needing to store or manage long-lived credentials. Aembit Edge intercepts outbound requests from Client Workloads, gathers identity evidence, and injects short-lived credentials just-in-time based on the evaluated Access Policy.
The credential injection process typically follows these steps:
1. **Request Interception** - Agent Proxy intercepts outbound requests from the Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads). This interception allows Aembit to gather identity evidence and contextual information about the Client Workload and its runtime environment.
2. **Identity Attestation** - Agent Proxy collects identity attributes and contextual information about the Client Workload, such as Kubernetes service account tokens, cloud provider metadata, or process information.
3. **Credential Request** - Agent Proxy directly requests the necessary short-lived access credentials from Aembit Cloud for the target Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads) based on the evaluated Access Policy.
4. **Credential Retrieval** - Aembit Cloud interacts with the configured Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) to obtain the necessary short-lived access credentials and returns them to the Agent Proxy.
5. **Credential Injection** - Agent Proxy receives the credentials and injects them just-in-time into the original client request, modifying headers, connection parameters, or authentication fields as required.
6. **Request Forwarding** - Agent Proxy forwards the modified request to the target Server Workload, which can now authenticate the Client Workload using the injected credentials.
The following diagram illustrates this process:

## Network protocols
[Section titled “Network protocols”](#network-protocols)
Aembit Edge components communicate via the HTTP application protocol. The specific version used depends on where the traffic flows:
* **Communication with Aembit Cloud uses gRPC with HTTP/2.** Agent Proxy and Agent Controller send operational traffic—such as policy synchronization, credential requests, logging, and audit data—to Aembit Cloud over HTTP/2. The initial authentication handshake is the exception and uses HTTP/1.1.
* **Traffic that stays within your environment uses HTTP/1.1.** This includes workload traffic routed through Agent Proxy and the connections between Edge components.
The following diagram shows which protocol each connection uses:

The following table summarizes the protocol used for each connection:
| Connection | Protocol |
| ------------------------------------------------- | ------------------------------------- |
| Workload traffic routed through Agent Proxy | HTTP/1.1 |
| Agent Proxy to Agent Controller (token retrieval) | HTTP/1.1 |
| Agent Proxy to Network Identity Attestor | HTTP/1.1 |
| Agent Proxy to Aembit Cloud | HTTP/2 (authentication uses HTTP/1.1) |
| Agent Controller to Aembit Cloud | HTTP/2 (authentication uses HTTP/1.1) |
| Component health endpoints | HTTP/1.1 |
Agent Proxy handles proxied workload traffic over HTTP/1.1. If your HTTP client or automation tool negotiates HTTP/2 by default, configure it to use HTTP/1.1 when routing requests through Agent Proxy.
## Supported deployment environments
[Section titled “Supported deployment environments”](#supported-deployment-environments)
Aembit designed Edge components for deployment across diverse modern computing environments:
**Container Orchestration**
* [Kubernetes deployment](/user-guide/deploy-install/kubernetes/) - Agent Controller and Agent Injector deployed via Helm chart, with Agent Proxy automatically injected as a sidecar container
* [Amazon ECS deployment](/user-guide/deploy-install/serverless/aws-ecs-fargate) - Components deployed as ECS tasks and services using Terraform modules
**Virtual Machines**
* [Linux deployment](/user-guide/deploy-install/virtual-machine/) - Downloadable installers for Ubuntu 20.04/22.04 LTS and Red Hat Enterprise Linux 8/9 with SELinux support
* [Windows deployment](/user-guide/deploy-install/virtual-machine/) - MSI packages for Windows Server 2019/2022 environments
**CI/CD Platforms**
* [GitHub Actions](/user-guide/deploy-install/ci-cd/github/) - Agent Proxy deployed as a GitHub Action for workflow-based access control
* [GitLab CI/CD](/user-guide/deploy-install/ci-cd/gitlab/) - Agent Proxy deployed as a GitLab Runner for pipeline-based access control
* [Jenkins Pipelines](/user-guide/deploy-install/ci-cd/jenkins-pipelines) - Agent Proxy deployed as a Jenkins Pipeline step for job-based access control
**Serverless Platforms**
* [AWS Lambda containers](/user-guide/deploy-install/serverless) - Agent Proxy deployed as a Lambda Extension layer for containerized functions
* [AWS Lambda functions](/user-guide/deploy-install/) - Agent Proxy deployed as a Lambda layer for standard Lambda functions
**Specialized Deployments**
* [Virtual appliance](/user-guide/deploy-install/) - Pre-packaged `.ova` format bundling Agent Controller and Agent Proxy for virtualized environments
* [High availability configurations](/user-guide/deploy-install/advanced-options/agent-controller/agent-controller-high-availability/) - Multiple Agent Controller instances with load balancing
## Benefits of using Aembit Edge
[Section titled “Benefits of using Aembit Edge”](#benefits-of-using-aembit-edge)
* **Local Traffic Control** - Intercepts and processes workload traffic within your environment, ensuring sensitive data never leaves your network boundaries while Aembit enforces Access Policies.
* **Secretless Architecture** - Eliminates the need for workloads to store or manage long-lived credentials by handling credential injection transparently at the network layer.
* **Environment Integration** - Deploys natively within your existing infrastructure using standard tools like Helm, installers, and container images without requiring application code changes.
* **Distributed Enforcement** - Provides consistent policy enforcement across heterogeneous environments while maintaining centralized policy management through Aembit Cloud.
* **Performance Optimization** - Processes requests locally to minimize latency and includes credential caching to maintain availability during temporary network disruptions.
# About Auditing and reporting
> Understanding Aembit's auditing and reporting capabilities for workload access monitoring and compliance
**Auditing and reporting** in Aembit provides comprehensive visibility into workload access patterns, administrative changes, and policy evaluation decisions through centralized, identity-centric logging. Unlike traditional logging methods that focus on network artifacts or secrets management events, Aembit’s approach centers on verified workload identities to create clear audit trails.
The platform captures three distinct types of events: administrative changes through Audit Logs, high-level workload interactions through Workload Events, and detailed policy evaluation steps through Access Authorization Events. This tiered logging structure enables organizations to monitor both operational workload behavior and administrative governance activities across their distributed environments.
Aembit’s auditing capabilities serve multiple critical functions: operational monitoring and troubleshooting, security incident response and forensics, and compliance with frameworks like NIST SP 800-171. The identity-first logging philosophy simplifies attribution and correlation in dynamic environments with ephemeral workloads, providing a single source of intelligence for workload access reviews.

[Start exploring audit and reporting ](/user-guide/audit-report/)See Audit & Report in the User Guide
→
## How auditing and reporting works
[Section titled “How auditing and reporting works”](#how-auditing-and-reporting-works)
The following steps outline how Aembit captures and processes audit information throughout the access control lifecycle:
1. **Access Attempt** - As workloads attempt access and administrators make changes, Aembit generates structured log events capturing the verified identity of participants, actions performed, and contextual information.
2. **Identity Attribution** - Aembit anchors each workload event to a cryptographically verified workload or rather than relying solely on network addresses or temporary tokens, providing clear attribution in dynamic environments.
3. **Tiered Categorization** - Aembit categorizes events into three distinct types: Audit Logs for administrative changes, Workload Events for high-level interactions, and Access Authorization Events for detailed policy evaluation steps.
4. **Contextual Enrichment** - Events include rich contextual metadata such as security posture checks, geographical information, time-based conditions, and environmental attributes to support comprehensive analysis.
5. **Authorization Events** - Access Authorization Events provide granular visibility into each step of policy evaluation, including Trust Provider attestation, Access Condition verification, and Credential Provider results.
6. **Internal Analysis** - Aembit makes events available through the Admin Dashboard for at-a-glance monitoring and dedicated reporting interfaces for detailed investigation with filtering and search capabilities.
7. **Centralized Collection** - Aembit collects all events centrally within Aembit Cloud, providing a unified view across heterogeneous environments and deployment models.
8. **External Export** - Log Streams enable continuous export of events to external systems like AWS S3 and Google Cloud Storage for integration with Security Information and Event Management (SIEM) and Security Orchestration, Automation, and Response (SOAR) platforms and long-term retention.
The following diagram illustrates this process:

## Supported event types and analysis tools
[Section titled “Supported event types and analysis tools”](#supported-event-types-and-analysis-tools)
Aembit provides multiple event types and analysis interfaces tailored for different monitoring and investigation needs:
**Event Types**
* [Audit Logs](/user-guide/audit-report/audit-logs/) - Track administrative changes including policy modifications, user management, and configuration updates with administrator identity, timestamps, and affected resources
* Workload Events - Monitor high-level workload interactions with severity levels (Info, Warning, Error) while excluding sensitive payload data for privacy
* [Access Authorization Events](/user-guide/audit-report/access-authorization-events/) - Provide granular visibility into each step of policy evaluation including Trust Provider attestation, Access Condition verification, and Credential Provider results
**Internal Analysis Tools**
* [Admin Dashboard](/user-guide/administration/admin-dashboard/) - At-a-glance visibility through summary panels, recent activity widgets, and trend analysis for quick operational awareness
* [Dedicated reporting interfaces](/user-guide/audit-report/) - Detailed event exploration with filtering by time range, severity, workload identity, and Resource Set for focused investigation
**External Integration**
* [Log Streams to AWS S3](/user-guide/administration/log-streams/aws-s3/) - Continuous export of events to Amazon S3 buckets for SIEM integration and long-term storage
* [Log Streams to Google Cloud Storage](/user-guide/administration/log-streams/gcs-bucket/) - Export events to Google Cloud Storage (GCS) buckets for analysis in Google Cloud-based security tools
* [SIEM integrations](/user-guide/administration/log-streams/) - Configuration guidance for Splunk, Microsoft Sentinel, and other security platforms
## Benefits of using auditing and reporting
[Section titled “Benefits of using auditing and reporting”](#benefits-of-using-auditing-and-reporting)
* **Identity-Centric Attribution** - Links all events to verified workload or administrator identities rather than network artifacts, providing clear accountability in dynamic environments with ephemeral workloads.
* **Comprehensive Visibility** - Captures both operational workload interactions and administrative governance activities through a unified logging framework across heterogeneous environments.
* **Compliance Support** - Provides detailed audit trails meeting requirements for frameworks like NIST SP 800-171 with structured records supporting accountability and access enforcement verification.
* **Troubleshooting Efficiency** - Enables rapid identification of policy evaluation failures through granular Access Authorization Events that pinpoint exact failure points in complex policy logic.
* **Security Investigation** - Delivers rich contextual information including security posture checks, geographical data, and environmental attributes essential for incident response and forensic analysis.
# About Client Workloads
> Understanding Client Workloads and their role as access requesters in Aembit
Client Workloads**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) represent the software applications, scripts, or automated processes that initiate access requests to Server Workloads**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads). They’re the “clients” in Aembit’s client-server access model, acting as the requesting party that needs to consume services, APIs, or data from other workloads.
Unlike human users, Client Workloads operate autonomously without direct user interaction. They include applications like microservices, CI/CD pipeline jobs, serverless functions, background scripts, and AI agents that need to access databases, APIs, or other services as part of their automated workflows.
The core challenge Client Workloads solve is **secretless authentication**—eliminating the need to store and manage long-lived credentials like API keys or passwords within the workload itself. Instead, Aembit identifies and authenticates Client Workloads based on verifiable evidence from their runtime environment.

[Start configuring Client Workloads ](/user-guide/access-policies/client-workloads/)See Client Workloads in the User Guide
→
## How Client Workloads work
[Section titled “How Client Workloads work”](#how-client-workloads-work)
The following steps outline how Client Workloads function within Aembit’s access control flow:
1. **Access Request** - A Client Workload (for example, a microservice, CI/CD job, or Lambda function) attempts to access a Server Workload (for example, a database or API).
2. **Send Identity Evidence** - Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) intercepts the request and collects identity evidence from the Client Workload’s runtime environment. This evidence varies by platform—for example, Kubernetes service account tokens, AWS instance metadata, or GitHub Actions OIDC tokens. Aembit Edge then sends this evidence to Aembit Cloud for processing.
3. **Identity Matching** - Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) compares the collected evidence against configured Client Workload definitions to identify which specific workload is making the request.
4. **Policy Evaluation** - Once identified, Aembit Cloud locates the appropriate Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) that links the identified Client Workload to the target Server Workload.
5. **Authentication and Authorization** - The Access Policy’s Trust Providers**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) cryptographically verify the Client Workload’s identity, and any Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions) are evaluated.
6. **Credential Retrieval** - If access passes authorization, Aembit obtains the necessary credentials from the configured Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers).
The Credential Provider is specifically associated with the target Server Workload and knows how to generate or retrieve the appropriate authentication credentials (such as API keys, OAuth tokens, or database passwords) that the Server Workload expects.
7. **Credential Injection** - Aembit Edge injects the obtained credentials into the Client Workload’s original request and forwards the modified request to the Server Workload.
The following diagram illustrates this process:

## Supported identification methods
[Section titled “Supported identification methods”](#supported-identification-methods)
Aembit offers multiple identification methods tailored to different deployment environments, called [Client Workload Identifiers](/user-guide/access-policies/client-workloads/identification/). These enable you to accurately recognize Client Workloads based on their runtime context and platform-specific attributes.
**Cloud Platforms**
* [AWS identifiers](/user-guide/access-policies/client-workloads/identification/#aws-client-workload-identifiers) - EC2 Instance ID, ECS Task Family, Lambda ARN, IAM Role ARN, Account ID, and Region
* [Azure identifiers](/user-guide/access-policies/client-workloads/identification/#azure-client-workload-identifiers) - Subscription ID and VM ID
* [Google Cloud identifiers](/user-guide/access-policies/client-workloads/identification/#gcp-client-workload-identifiers) - Identity Token claims
**Container Orchestration**
* [Kubernetes identifiers](/user-guide/access-policies/client-workloads/identification/#kubernetes-client-workload-identifiers) - Pod Name, Pod Name Prefix, Service Account Name, and Namespace
**CI/CD Platforms**
* [GitHub Actions identifiers](/user-guide/access-policies/client-workloads/identification/#github-client-workload-identifiers) - Repository and Subject claims from OIDC tokens
* [GitLab Jobs identifiers](/user-guide/access-policies/client-workloads/identification/#gitlab-client-workload-identifiers) - Namespace Path, Project Path, Ref Path, and Subject claims from OIDC tokens
* [Terraform Cloud identifiers](/user-guide/access-policies/client-workloads/identification/#terraform-cloud) - Organization ID, Project ID, and Workspace ID from OIDC tokens
**Virtual Machines and Generic**
* [Hostname and Process identifiers](/user-guide/access-policies/client-workloads/identification/#generic-client-workload-identifiers) - System hostname, process name, process user, and source IP
* [Aembit Client ID](/user-guide/access-policies/client-workloads/identification/#generic-client-workload-identifiers) - Native Aembit identifier for edge cases
Aembit supports [configuring multiple identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for a single Client Workload definition to increase specificity and prevent misidentification.
## Benefits of using Client Workloads
[Section titled “Benefits of using Client Workloads”](#benefits-of-using-client-workloads)
* **Secretless Authentication** - Eliminates the need for Client Workloads to store or manage long-lived identity secrets like API keys or passwords.
* **Environment-Native Identity** - Leverages existing platform identity mechanisms (Kubernetes service accounts, cloud metadata, OIDC tokens) rather than introducing new credential management overhead.
* **Precise Access Control** - Enables granular policies that specify exactly which workloads can access which resources, supporting the principle of least privilege.
* **Automated Credential Management** - Handles the entire credential lifecycle automatically, from identity verification to credential injection, reducing operational burden.
* **Audit and Compliance** - Provides detailed logging of which workloads accessed what resources and when, supporting security monitoring and compliance requirements.
# About Credential Providers
> Understanding Credential Providers and their role in secure access credential management
Credential Providers**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) bridge the gap between authorized Client Workloads**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) and the authentication requirements of target Server Workloads**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads). They obtain the specific access credentials—such as API keys, OAuth tokens, temporary cloud credentials, or signed tokens—that Client Workloads need to authenticate successfully to Server Workloads.
Credential Providers function as an abstraction layer, decoupling Client Workloads from the complex authentication mechanisms required by diverse Server Workloads. Whether a target service requires AWS federation, OAuth 2.0 flows, JWT validation, or basic API keys, the Client Workload doesn’t need to implement the corresponding protocol logic.
Aembit invokes Credential Providers only after rigorous security checks: first, Trust Providers**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) verify the Client Workload’s identity through attestation, and second, all Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions) must pass. This ensures that credentials are only dispensed to trusted and authorized requesters.

[Start configuring Credential Providers ](/user-guide/access-policies/credential-providers/)See Credential Providers in the User Guide
→
## How Credential Providers work
[Section titled “How Credential Providers work”](#how-credential-providers-work)
The following steps outline how Aembit uses Credential Providers during the authorization process:
1. **Request Access** - A Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) initiates a request to access a Server Workload, which Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) intercepts.
2. **Identity and Context Verification** - Aembit first verifies the workload’s identity through Trust Providers and evaluates all Access Conditions.
3. **Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) Selection** - Once all security checks pass, Aembit selects the appropriate Credential Provider based on the matched Access Policy configuration.
4. **Backend Interaction** - The Credential Provider interacts with the relevant backend system (AWS Security Token Service (STS), OAuth server, internal vault, etc.) to obtain the required access credential.
5. **Credential Acquisition** - The provider generates, retrieves, or manages the specific credential format needed by the target Server Workload.
6. **Secure Transmission** - Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) securely transmits the obtained credential back to the Aembit Edge component that intercepted the original request.
7. **Credential Injection** - Aembit Edge modifies the original client request by injecting the credential (typically into HTTP headers) before forwarding it to the Server Workload.
The following diagram illustrates this process:

## Supported provider types
[Section titled “Supported provider types”](#supported-provider-types)
Aembit offers multiple types of Credential Providers to accommodate the varied authentication mechanisms used by modern and legacy Server Workloads:
### Local providers
[Section titled “Local providers”](#local-providers)
**Local Credential Providers** store and manage credential values within the Aembit platform itself. When invoked, Aembit retrieves the pre-configured secret from its internal secure storage.
**Supported local types:**
* **[API Key](/user-guide/access-policies/credential-providers/api-key/)** - For services authenticating via static API keys.
* **[Username & Password](/user-guide/access-policies/credential-providers/username-password/)** - For services using traditional username/password authentication.
**Common use cases:**
* Legacy systems that don’t support modern authentication methods
* Basic APIs requiring static key-based authentication
* Bridging authentication for systems during modernization transitions
### Remote providers
[Section titled “Remote providers”](#remote-providers)
**Remote Credential Providers** interact with external systems to dynamically generate or retrieve access credentials on behalf of Client Workloads. Aembit acts as a broker to these external credential authorities.
**Cloud provider federations:**
* **[AWS Security Token Service Federation](/user-guide/access-policies/credential-providers/aws-security-token-service-federation/)** - Uses AWS Workload Identity Federation via OIDC to obtain temporary AWS credentials
* **[Azure Entra Workload Identity Federation](/user-guide/access-policies/credential-providers/azure-entra-workload-identity-federation/)** - Leverages OIDC federation to authenticate with Azure Entra ID
* **[Google Cloud Platform Workload Identity Federation](/user-guide/access-policies/credential-providers/google-workload-identity-federation/)** - Integrates with GCP WIF via OIDC for short-lived tokens
**Standards-based authentication:**
* **[JSON Web Token (JWT)](/user-guide/access-policies/credential-providers/json-web-token/)** - Generates and signs JWTs according to specified configurations
* **[OAuth 2.0 Authorization Code](/user-guide/access-policies/credential-providers/oauth-authorization-code/)** - Implements the full OAuth Authorization Code flow with user consent
* **[OAuth 2.0 Client Credentials](/user-guide/access-policies/credential-providers/oauth-client-credentials/)** - Uses Client Credentials flow for machine-to-machine authentication
**Platform-specific providers:**
* **[Aembit Access Token](/user-guide/access-policies/credential-providers/aembit-access-token/)** - Generates OIDC ID tokens for authenticating to the Aembit API itself
* **[Vault Client Token](/user-guide/access-policies/credential-providers/vault-client-token/)** - Authenticates to HashiCorp Vault via OIDC to retrieve Vault tokens
* **[Managed GitLab Account](/user-guide/access-policies/credential-providers/managed-gitlab-account/)** - Manages the credential lifecycle for GitLab service accounts
**Common use cases:**
* Accessing cloud services with temporary, scoped credentials
* Integrating with modern SaaS applications using OAuth 2.0
* Connecting to enterprise secrets management systems
* Authenticating to CI/CD platforms and development tools
### Advanced configurations
[Section titled “Advanced configurations”](#advanced-configurations)
Aembit supports sophisticated configurations for complex scenarios:
* **[Multiple Credential Providers](/user-guide/access-policies/credential-providers/multiple-credential-providers/)** - Associate multiple providers with a single Access Policy for different authentication paths.
* **[OIDC Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc)** - Customize token claims based on workload context.
* **[Vault Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-vault)** - Use dynamic claims to configure HashiCorp Vault roles based on workload attributes.
* **[Integration Options](/user-guide/access-policies/credential-providers/integrations/)** - Extended integration capabilities for specialized platforms.
## Benefits of using Credential Providers
[Section titled “Benefits of using Credential Providers”](#benefits-of-using-credential-providers)
* **Security Abstraction** - Shields Client Workloads from complex authentication protocols, reducing the risk of implementation errors and credential exposure.
* **Dynamic Credential Management** - Facilitates the use of short-lived, ephemeral credentials wherever possible, reducing the risk of credential compromise.
* **Simplified Development** - Eliminates the need for developers to implement and maintain diverse authentication mechanisms in their applications.
* **Centralized Control** - Provides a single point of configuration and management for access credentials across heterogeneous environments.
* **Zero-Touch Authentication** - Enables “secretless” architectures where Client Workloads don’t need to handle credentials directly.
* **Policy-Driven Access** - Ensures credentials are only issued after identity verification and policy compliance, enforcing least privilege access.
* **Operational Flexibility** - Allows authentication method changes without modifying Client Workload code, supporting system modernization efforts.
* **Comprehensive Coverage** - Supports both modern federated authentication and legacy systems, enabling unified access management across diverse infrastructures.
# Scaling Aembit with Terraform
> Description of how to scale with the Aembit Terraform provider
Aembit supports scalable, repeatable infrastructure-as-code workflows through its [official **Terraform provider**](https://registry.terraform.io/providers/Aembit/aembit/latest). By managing Aembit resources declaratively in code, you can automate onboarding, ensure consistent policies across environments, and scale access controls alongside your infrastructure.
This guide explains how the Aembit Terraform Provider works and how to use it to scale Aembit in production environments.
## Why Use Terraform with Aembit?
[Section titled “Why Use Terraform with Aembit?”](#why-use-terraform-with-aembit)
Terraform gives you the ability to:
* **Codify access policies and workload identity configuration**
* **Version control changes** to your identity and access infrastructure
* **Apply changes consistently** across staging, production, and multicloud environments
* **Automate onboarding** for new workloads, trust providers, and credential integrations
This helps reduce manual steps, eliminate configuration drift, and ensure your access policies are reproducible and reviewable.
## What Can You Manage?
[Section titled “What Can You Manage?”](#what-can-you-manage)
The Aembit Terraform Provider supports all core Aembit resources:
| Resource Type | Terraform Support |
| -------------------- | ------------------------------------- |
| Trust Providers | ✅ Create and configure |
| Client Workloads | ✅ Manage identity matching |
| Server Workloads | ✅ Define endpoints, auth |
| Credential Providers | ✅ Integrate secrets/tokens |
| Access Policies | ✅ Authorize workload access |
| Access Conditions | ✅ Enforce dynamic controls |
| Resource Sets | ✅ Create, manage, and assign entities |
| Roles & Permissions | ✅ Assign fine-grained access |
This full coverage enables you to declare your Aembit configuration as code, just like cloud resources or Kubernetes objects.
## Managing Resource Sets at scale
[Section titled “Managing Resource Sets at scale”](#managing-resource-sets-at-scale)
When you manage many environments or tenants, defining Resource Sets by hand in the Aembit UI doesn’t scale well. The Aembit Terraform Provider lets you define Resource Sets as code and assign entities to them, so you can manage a large footprint consistently and repeatably.
* Use the `aembit_resource_set` resource to manage the lifecycle of a Resource Set.
* Set the `resource_set_id` argument on a resource to assign that entity to a specific Resource Set.
* Set the `resource_set_id` argument on a data source to filter results to a specific Resource Set.
* If you omit `resource_set_id`, Aembit assigns the entity to the Default Resource Set, so existing configurations keep working without changes.
For the arguments, attributes, and import syntax of each resource and data source, see the [Aembit provider documentation](https://registry.terraform.io/providers/Aembit/aembit/latest/docs) in the Terraform Registry.
Destroying a Resource Set deletes everything in it
Destroying an `aembit_resource_set` deletes every entity the Resource Set contains, the same as [deleting it in the UI](/user-guide/administration/resource-sets/delete-resource-set). This can leave your Terraform state out of sync and stop associated Agent Proxy and Edge components from working.
## How the Terraform Provider Works
[Section titled “How the Terraform Provider Works”](#how-the-terraform-provider-works)
1. **Authenticate** with your Aembit Tenant by providing an access token.
2. **Declare resources** like workloads, policies, and credential providers in `.tf` files.
3. **Run `terraform apply`** to push the desired state to Aembit.
4. Aembit **provisions or updates** the corresponding resources in your tenant.
Example provider block:
```hcl
provider "aembit" {
token = var.aembit_api_token
tenant_id = var.aembit_tenant_id
}
```
# About Server Workloads
> Understanding Server Workloads and their role as access targets in Aembit
Server Workloads**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads) represent the target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads). They’re the “servers” in Aembit’s client-server access model, acting as the resource providers that Client Workloads need to consume services, data, or functionality from.
Server Workloads can be virtually any service that provides functionality to other systems—from modern cloud-native APIs and microservices to legacy on-premises databases, from third-party SaaS platforms like Snowflake and Stripe to AI services like OpenAI and Claude. The key characteristic is that they receive incoming requests and provide responses, making them the targets of access control policies.
The core challenge Server Workloads address is **centralized access management**—providing a unified way to define, configure, and manage access to diverse services regardless of their location, protocol, or authentication requirements. Instead of managing separate authentication configurations for each service, Aembit creates a logical abstraction that standardizes how [Client Workloads](/get-started/concepts/client-workloads) access any target service.

[Start configuring Server Workloads ](/user-guide/access-policies/server-workloads/)See Server Workloads in the User Guide
→
## How Server Workloads work
[Section titled “How Server Workloads work”](#how-server-workloads-work)
The following steps outline how Server Workloads function within Aembit’s access control flow:
1. **Access Request** - A [Client Workload](/get-started/concepts/client-workloads) attempts to access a target service (the Server Workload), such as making an API call to a database or third-party service.
2. **Server Workload Identification and Policy Lookup** - Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) intercepts the outbound request and matches the destination (host and port) against configured Server Workload definitions. Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) then locates the appropriate Access Policy that links the identified Client Workload to the target Server Workload, along with any required Trust Providers**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) and Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions).
3. **Authentication Requirements** - The Server Workload definition specifies what type of authentication the target service expects (such as Bearer tokens, API keys, or database credentials).
4. **Credential Provisioning** - Aembit obtains the required credentials from the configured Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers), which knows how to generate or retrieve the specific authentication credentials that the target service expects.
5. **Request Forwarding** - Aembit Edge injects the obtained credentials into the Client Workload’s original request (such as adding HTTP headers or modifying connection parameters) and forwards the authenticated request to the actual target service.
6. **Response Handling** - The target service processes the authenticated request and returns its response, which Aembit Edge forwards back to the Client Workload transparently.
The following diagram illustrates this process:

## Supported environments
[Section titled “Supported environments”](#supported-environments)
Aembit supports virtually any service as a Server Workload, regardless of location, protocol, or authentication method. Aembit’s flexibility allows organizations to centralize access control across their entire technology stack.
The [Server Workload guides](/user-guide/access-policies/server-workloads/guides/) provide configuration examples for many common services, but this list isn’t exhaustive. You can configure Aembit to work with any service that accepts network requests.
**Cloud Platforms and APIs**
* [AWS services](/user-guide/access-policies/server-workloads/guides/aws-cloud) - S3, Lambda, and other AWS APIs
* [Microsoft Graph](/user-guide/access-policies/server-workloads/guides/microsoft-graph) - Office 365 and Azure services
* [Google Cloud services](/user-guide/access-policies/server-workloads/guides/gcp-bigquery) - BigQuery and other GCP APIs
**Databases and Data Platforms**
* [Local databases](/user-guide/access-policies/server-workloads/guides/local-mysql) - MySQL, PostgreSQL, Redis on-premises
* [AWS databases](/user-guide/access-policies/server-workloads/guides/aws-redshift) - RDS, Redshift, and other managed databases
* [Snowflake](/user-guide/access-policies/server-workloads/guides/snowflake) - Cloud data warehouse platform
* [Databricks](/user-guide/access-policies/server-workloads/guides/databricks) - Analytics and machine learning platform
**Third-Party SaaS and APIs**
* [Financial services](/user-guide/access-policies/server-workloads/guides/stripe) - Stripe, PayPal payment processing
* [AI and ML platforms](/user-guide/access-policies/server-workloads/guides/openai) - OpenAI, Claude, Gemini APIs
* [Developer tools](/user-guide/access-policies/server-workloads/guides/github-rest) - GitHub, GitLab, Slack APIs
* [Security platforms](/user-guide/access-policies/server-workloads/guides/okta) - Okta, Beyond Identity, GitGuardian
**CI/CD and DevOps**
* [Version control](/user-guide/access-policies/server-workloads/guides/gitlab-rest) - Git repositories and CI/CD platforms
* [Infrastructure tools](/user-guide/access-policies/server-workloads/guides/hashicorp-vault) - HashiCorp Vault, Key Management Service (KMS) services
* [Monitoring platforms](/user-guide/access-policies/server-workloads/guides/pagerduty) - PagerDuty, SauceLabs
**Legacy and On-Premises Systems**
* Any HTTP/HTTPS-based service or API
* Database servers using standard protocols (SQL, NoSQL)
* Custom applications and microservices
* Legacy systems accessible over TCP
## Benefits of using Server Workloads
[Section titled “Benefits of using Server Workloads”](#benefits-of-using-server-workloads)
* **Centralized Access Management** - Provides a single point of control for managing access to diverse services across hybrid and multi-cloud environments.
* **Abstraction from Implementation Details** - Decouples access policies from specific service locations, authentication methods, or infrastructure changes.
* **Standardized Authentication** - Enables consistent authentication patterns regardless of the target service’s native authentication requirements.
* **Simplified Credential Management** - Eliminates the need for Client Workloads to store or manage service-specific credentials.
* **Policy Resilience** - Access policies remain stable even when services change locations, ports, or authentication methods.
* **Audit and Compliance** - Provides comprehensive logging of which workloads accessed which services and when, supporting security monitoring and compliance requirements.
# About Trust Providers
> Understanding Trust Providers and their role in verifying workload identities in Aembit
Trust Providers**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) validate the identity of [Client Workloads](/get-started/concepts/client-workloads) through a process called workload attestation**Workload Attestation**: Workload attestation cryptographically verifies a workload's identity using evidence from its runtime environment, such as platform identity documents or tokens, rather than using static credentials.[Learn more](/get-started/concepts/trust-providers). Instead of relying on pre-shared secrets like API keys, passwords, or certificates Trust Providers verify identity by consulting trusted systems in the workload’s runtime environment.
The core idea is simple but powerful: rather than asking, “What secret do you know?”, Trust Providers ask, “Can your environment vouch for who you are?” It’s similar to checking someone’s government-issued ID rather than taking their word for it.
You can think of Trust Providers as a kind of certificate authority for workloads—but instead of issuing certificates, they produce cryptographically verifiable claims about a workload’s environment. Aembit uses these claims to establish trust before granting access, reducing the risk of unauthorized workloads posing as trusted ones.

[Start configuring Trust Providers ](/user-guide/access-policies/trust-providers/)See Trust Providers in the User Guide
→
## How Trust Providers work
[Section titled “How Trust Providers work”](#how-trust-providers-work)
The following steps outline the process of how Trust Providers work in Aembit:
1. **Client Workload Request** - A Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) (for example, a microservice or application) attempts to access a Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads) (for example, a database or API).
2. **Workload Attestation** - When a Client Workload attempts to access a Server Workload, Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) gathers identity evidence from the Client Workload’s runtime environment.
3. **Evidence Submission** - Aembit Edge submits this identity evidence to Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud).
4. **Trust Provider Validation** - Aembit Cloud uses a configured Trust Provider to validate the submitted evidence. The Trust Provider checks the evidence against its own records and policies to confirm the workload’s identity.
Trust Providers vs. Attestation Sources
When configuring a Trust Provider in Aembit, you aren’t configuring the external attestation source itself (like AWS, Azure, Kubernetes, or GitHub). Instead, you’re telling Aembit how to validate the identity evidence coming from that attestation source and what criteria to use when determining if Aembit should trust a workload.
5. **Identity Confirmation** - If the Trust Provider validates the evidence, Aembit Cloud confirms the Client Workload’s identity.
6. **Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) Evaluation** - With the workload’s identity established, Aembit Cloud proceeds with evaluating the remaining components of the Access Policy.
At this point in the process, Aembit continues to evaluate the Access Policy, which may include additional Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions), such as checking the workload’s attributes, permissions, or other contextual information.
The following diagram illustrates this process:

## Supported environments
[Section titled “Supported environments”](#supported-environments)
Aembit integrates with a variety of Trust Providers to support workload attestation across different environments, including:
**Cloud Providers**
* [AWS Role](/user-guide/access-policies/trust-providers/aws-role-trust-provider) and [AWS Metadata Service](/user-guide/access-policies/trust-providers/aws-metadata-service-trust-provider)
* [Azure Instance Metadata Service](/user-guide/access-policies/trust-providers/azure-metadata-service-trust-provider)
* [Google Cloud Platform Identity Token](/user-guide/access-policies/trust-providers/gcp-identity-token-trust-provider)
**Container Orchestration**
* [Kubernetes Service Account](/user-guide/access-policies/trust-providers/kubernetes-service-account-trust-provider)
**CI/CD Platforms**
* [GitHub Actions](/user-guide/access-policies/trust-providers/github-trust-provider)
* [GitLab Jobs](/user-guide/access-policies/trust-providers/gitlab-trust-provider)
* [Terraform Cloud Identity Token](/user-guide/access-policies/trust-providers/terraform-cloud-identity-token-trust-provider)
**On-Premises**
* [Kerberos](/user-guide/access-policies/trust-providers/kerberos-trust-provider)
## Benefits of using trust providers
[Section titled “Benefits of using trust providers”](#benefits-of-using-trust-providers)
* **Enhanced Security** - Eliminates reliance on static, long-lived secrets, reducing the attack surface.
* **Simplified Management** - Centralizes identity verification, simplifying access control across diverse environments.
* **Improved Auditability** - Provides a clear audit trail of workload identities and access attempts.
* **Zero-Trust Architecture** - This approach verifies every workload access request before granting access, enabling a zero-trust model.
# How Aembit works
> A simplified description of how Aembit works, including its architecture and components
In modern technical environments, applications, services, scripts, APIs, and AI agents**AI Agent**: A software workload that authenticates to systems, requests credentials, and accesses resources, either on behalf of a person or on its own. Aembit secures AI agents with the same identity-first model it uses for any workload. User-driven agents such as Claude Desktop also carry a blended identity that ties access to both the user and the agent.[Learn more](/get-started/use-cases/ai-agents) frequently need to communicate with each other. They also access shared resources like databases, SaaS platforms, and other internal services. These automated systems operating without direct human interaction are **Non-Human Identities (NHI)**, commonly called **workloads**. AI agents are a distinct class of non-human identity. Whether a user-driven assistant like Claude Desktop or an autonomous service, they authenticate and reach systems through APIs, databases, and MCP servers the same way other workloads do.
Use the links in each section to dive deeper into specific topics related to how Aembit works or start configuring and using those features.
## The core problem Aembit solves
[Section titled “The core problem Aembit solves”](#the-core-problem-aembit-solves)
Most organizations secure workload access using static, long-lived secrets (API keys, passwords, tokens) that are:
* Difficult to securely distribute and store
* Prone to leakage and theft
* Hard to rotate
* A significant security risk when compromised
AI agents compound this problem in two ways. First, the MCP servers that connect agents to your systems often store long-lived credentials. Second, a user-driven agent inherits its operator’s full rights, with no least-privilege boundary at the agent layer. Aembit resolves this with [blended identity](/ai-guide/blended-identity/), evaluating the user and the agent together in every access decision.
## Introducing Agentic AI and Workload IAM
[Section titled “Introducing Agentic AI and Workload IAM”](#introducing-agentic-ai-and-workload-iam)
Aembit solves these challenges with its Workload Identity and Access Management (Workload IAM) platform, which secures two forms of non-human identity under one identity-first model.
**Traditional workloads** are the applications, services, scripts, and APIs that run your business. Examples include a microservice calling an API, a script accessing a database, or a CI/CD job deploying to a cloud provider.
**AI agents** are a form of non-human identity in their own right. A user-driven assistant like Claude Desktop or an autonomous agent reaches tools and data through APIs, databases, and MCP servers.
Both forms interact the same way: one workload (a Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads)) initiates a request to access another workload or service (a Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads)). A Client Workload might be a microservice calling a payments API or an AI agent calling an MCP server, and the Server Workload is whatever it needs to reach.
Aembit shifts authentication away from what a workload knows (static secrets) toward who a workload verifiably is, using evidence from its environment and context. Instead of using a traditional password or API key, Aembit verifies a workload’s identity cryptographically using evidence from its runtime environment, such as:
* Where the workload is running
* What platform issued the workload’s identity
* Cloud instance metadata
* Kubernetes service account tokens
* SPIFFE Verifiable Identity Documents (SVID)

### Client Workloads
[Section titled “Client Workloads”](#client-workloads)
Client Workloads are the initiators of requests to access Server Workloads. A Client Workload can be any service, API, script, or AI agent that needs to reach another service, API, or resource.

[More on Client Workloads ](/get-started/concepts/client-workloads)See Core Concepts
→

[Configure Client Workloads ](/user-guide/access-policies/client-workloads/)See the Aembit User Guide
→
### Server Workloads
[Section titled “Server Workloads”](#server-workloads)
Server Workloads are the target of Client Workload requests. A Server Workload can be any service, API, database, or MCP server that a Client Workload needs to access.

[More on Server Workloads ](/get-started/concepts/server-workloads)See Core Concepts
→

[Configure Server Workloads ](/user-guide/access-policies/server-workloads/)See the Aembit User Guide
→
### Blended identity for AI agents
[Section titled “Blended identity for AI agents”](#blended-identity-for-ai-agents)
An AI agent acts as a Client Workload, so Aembit’s model already secures it. User-driven agents add one dimension: a second identity in every request, the human operating the agent. Aembit’s blended identity**Blended Identity**: An access model that combines a human user's identity (authenticated through an Identity Provider) with an AI agent's workload identity into a single access decision, enabling policies that evaluate both "who is this user" and "which agent are they using" simultaneously.[Learn more](/ai-guide/blended-identity) model combines the user’s identity (validated through your identity provider by a Trust Provider) with the agent’s workload identity**Workload Identity**: A unique, verifiable identity assigned to a workload by Aembit.[Learn more](/get-started/concepts/how-aembit-works/#introducing-workload-iam). It then evaluates both in a single Access Policy. This lets a policy express not just “is this a trusted agent?” but “is this specific user, using this specific agent, allowed to access this resource?” Aembit treats autonomous agents that run without a human as standard workloads, securing them with the same model as any other Client Workload.

[Understanding blended identity ](/ai-guide/blended-identity/)See the AI Guide
→

[Securing AI agent access ](/get-started/use-cases/ai-agents/)See the use case
→
## Secure workloads with Access Policies
[Section titled “Secure workloads with Access Policies”](#secure-workloads-with-access-policies)
Aembit manages workload-to-workload access through Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies). Access Policies serve as the central control mechanism to define **who** (which Client Workload) **can access what** (which Server Workload) **under what conditions**. This policy-driven approach replaces the need for Client Workloads to possess static secrets for every service they need to access.
Instead of relying on secrets embedded in the client, Access Policies work by leveraging the inherent identity of the workload. Aembit verifies a Client Workload’s identity from its runtime environment. It then provisions the necessary credentials Just-In-Time (JIT) to the Server Workload it’s trying to access.

Access Policies link a specific Client Workload to a specific Server Workload and define the security checks required for access.

[More on Access Policies ](/get-started/concepts/access-policies)See Core Concepts
→

[Configure Access Policies ](/user-guide/access-policies/)See the Aembit User Guide
→
The components of an Access Policy include:
* A Client Workload (who wants access)
* A Server Workload (what they want to access)
* A Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) (how to verify the client’s identity)
* Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions) (when/where/under what circumstances to allow access)
* A Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) (what credentials to issue)
The following sections describe these key components of an Access Policy:
### Trust Providers
[Section titled “Trust Providers”](#trust-providers)
Trust Providers are fundamental to Aembit’s “secretless” approach. Trust Providers **cryptographically verify the identity** of Client Workloads *without* clients needing a pre-shared secret to authenticate itself to Aembit.
Trust Providers authenticate the workload’s identity by examining verifiable evidence from its environment, such as cloud instance metadata, Kubernetes service account tokens, or OIDC tokens from CI/CD platforms.

Aembit calls this Workload Attestation**Workload Attestation**: Workload attestation cryptographically verifies a workload's identity using evidence from its runtime environment, such as platform identity documents or tokens, rather than using static credentials.[Learn more](/get-started/concepts/trust-providers). If the Trust Provider can’t verify the workload’s identity, Aembit denies access to the Server Workload.

[More on Trust Providers ](/get-started/concepts/trust-providers)See Core Concepts
→

[Set up Trust Providers ](/user-guide/access-policies/trust-providers/)See the Aembit User Guide
→
Once Aembit successfully verifies the identity of a Client Workload through a Trust Provider it goes to the next step in the Access Policy Evaluation flow: Access Conditions.
### Access Conditions
[Section titled “Access Conditions”](#access-conditions)
Once a Client Workload’s identity is successfully verified by a Trust Provider, Aembit evaluates any Access Conditions you may have defined in the Access Policy. Access Conditions add **contextual checks** to the access decision. You can enforce rules based on factors like the time of day, geographic location (GeoIP), or the security posture of the workload’s host. Aembit derives that posture from integrations with tools like Wiz or CrowdStrike.

All Access Conditions you configure must evaluate successfully for authorization to proceed. This provides a level of dynamic, risk-adaptive security, providing a Multi-Factor Authentication (MFA)-like strength for non-human access.

[More on Access Conditions ](/get-started/concepts/access-conditions)See Core Concepts
→

[Set up Access Conditions ](/user-guide/access-policies/access-conditions/)See the Aembit User Guide
→
Once Aembit successfully verifies the context of a Client Workload through Access Conditions it goes to the next step in the Access Policy Evaluation flow: Credential Provider.
### Credential Providers
[Section titled “Credential Providers”](#credential-providers)
If Aembit verifies a Client Workload’s identity by using a Trust Provider and the Client Workload meets all Access Conditions, Aembit then invokes the necessary **Credential Provider**. The role of the Credential Provider is to **obtain the specific access credential** required by the target Server Workload.
This could involve interacting with systems like cloud Security Token Services (AWS STS, Azure WIF, Google WIF), OAuth servers, or internal credential stores. From these, Aembit gets a short-lived token, API key, or other required secret.

Credential Providers abstract away the complexity of how the target Server Workload expects to authenticate Client Workloads.

[More on Credential Providers ](/get-started/concepts/credential-providers)See Core Concepts
→

[Set up Credential Providers ](/user-guide/access-policies/credential-providers/)See the Aembit User Guide
→
## Aembit’s architecture
[Section titled “Aembit’s architecture”](#aembits-architecture)
Aembit’s two main architectural components, Aembit Cloud and Aembit Edge, work together to execute its identity-first, policy-driven access flow.
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) is Aembit’s **centralized control plane**, where all the configuration and policy management occurs. Aembit Cloud is where you define and manage your Client Workloads, Server Workloads, Access Policies, Trust Providers, Access Conditions, and Credential Providers.
Aembit Cloud receives requests from Aembit Edge (more on that in the next section), and performs Access Policy decision-making logic and administrative tasks such as:
* authenticating Client Workloads using Trust Providers
* evaluating Access Conditions
* interacting with Credential Providers to obtain necessary credentials
* centralizes all access event logs for auditing and visibility
It then sends the authorization decision and any credentials back to Aembit Edge.

Aembit Cloud is explicitly designed *not* to process or log the actual application data exchanged between workloads; it only handles metadata related to the access control decision.

[More on Aembit Cloud ](/get-started/concepts/aembit-cloud)See Core Concepts
→

[Configure Aembit Cloud ](/user-guide/access-policies/)See the Aembit User Guide
→
### Aembit Edge
[Section titled “Aembit Edge”](#aembit-edge)
Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) is Aembit’s **distributed data plane** and **enforcement point**, deployed directly within your environments, close to your workloads. Aembit Edge’s primary job is to transparently intercept outbound network requests from Client Workloads destined for Server Workloads.
Upon interception, Aembit Edge gathers identity evidence from its local runtime environment, communicates with Aembit Cloud for authentication, policy evaluation, and credential retrieval. Once Aembit authenticates a Client Workload’s identity, Aembit Edge **injects the credential just-in-time (JIT)** into the Client Workload’s original request. Aembit Edge then forwards the request to the target Server Workload.

If Aembit Cloud denies a request, Aembit Edge blocks it. This interception and injection capability allows Aembit to secure access for many existing applications without requiring code changes (“no-code auth”). Aembit Edge also sends detailed access event logs back to the Cloud.

[More on Aembit Edge ](/get-started/concepts/aembit-edge)See Core Concepts
→

[Deploy Aembit Edge ](/user-guide/deploy-install/)See the Aembit User Guide
→
### Specialized enforcement for AI agents
[Section titled “Specialized enforcement for AI agents”](#specialized-enforcement-for-ai-agents)
Aembit Cloud and Aembit Edge secure access for traditional workloads and AI agents alike. AI agents that connect over MCP add two specialized enforcement surfaces, rather than a separate deployed component:
* The **MCP Authorization Server** performs OAuth 2.1**OAuth 2.1**: An updated consolidation of the OAuth 2.0 specification that mandates PKCE for all clients, removes the implicit grant and resource owner password grant, and requires stricter security defaults.[Learn more(opens in new tab)](https://oauth.net/2.1/) authorization for MCP clients and runs inside Aembit Cloud.
* The **MCP Identity Gateway** is a transparent proxy that enforces Access Policies and injects credentials, so the agent never holds them directly.
Both apply the same Access Policy model described in this guide.

[MCP Authorization Server ](/ai-guide/mcp/authorization-server/)OAuth 2.1 authorization for MCP clients
→

[MCP Identity Gateway ](/ai-guide/mcp/identity-gateway/)Transparent proxy for MCP traffic
→
## Logging and auditing
[Section titled “Logging and auditing”](#logging-and-auditing)
Aembit provides **comprehensive, centralized logging and auditing** critical for security and visibility. Its logging is identity-centric, linking events to verified workload or administrator identities. Aembit’s logging capabilities include recording workload access attempts or Access Authorization Events and administrative actions.
You can export logs using **Log Streams** to external destinations like **AWS S3** and **Google Cloud Storage** for retention and integration with SIEM platforms.

Aembit’s logging directly supports **compliance requirements**, by generating detailed, identity-based audit records. It also aids **security incident response and forensic analysis** by providing clear context and attribution for workload activities.
For AI-agent use cases, each access event carries both the agent’s workload identity and the user’s identity, so you can separate what an agent did from who directed it. See [blended identity and audit](/ai-guide/blended-identity/#blended-identity-and-audit).

[More on Auditing ](/get-started/concepts/audit-report)See Core Concepts
→

[Audit Aembit logs ](/user-guide/audit-report/)See the Aembit User Guide
→
## Access Policy flow: Putting it all together
[Section titled “Access Policy flow: Putting it all together”](#access-policy-flow-putting-it-all-together)
Putting all these components together, Aembit provides a powerful and flexible solution for managing workload access without the need for static secrets.
The following simplified Access Policy evaluation flow illustrates how all Aembit’s components work together to provide secure workload access:
1. **Request Initiation and Interception** - A Client Workload attempts to connect to a Server Workload.
2. **Identify the Workloads** - Aembit Edge observes the Client Workload’s identity using metadata from your environment, such as Kubernetes service account names, VM identity tokens, or cloud-specific signals.
3. **Match request to an Access Policy** - Aembit Cloud compares the request to existing Access Policies. If no policy matches both workloads, Aembit denies the request.
4. **Verify Identity with Trust Providers** (optional) - Aembit checks with a Trust Provider (like AWS, Azure, or Kubernetes) to verify the Client Workload’s identity. This process removes the need for long-lived secrets by leveraging native cloud or orchestration signals.
5. **Evaluate Access Conditions** (optional) - If the request matches a policy, Aembit checks whether it satisfies any extra conditions. For example, it might require the workload to run in a specific region or during certain hours.
6. **Retrieve Credentials from a Credential Provider** - When the request passes all checks, Aembit contacts the Credential Provider to retrieve the appropriate credential, such as an API key or OAuth token.
7. **Inject the Credential** - Aembit Edge injects the credential directly into the request, typically using an HTTP header. The Client Workload never sees or stores the credential.
The following diagram is a simplified illustration of the Access Policy evaluation flow:

AI-agent and MCP access follows this same policy model, with one addition. Before issuing a credential, the Access Policy evaluates both the agent’s workload identity and the user’s identity. The agent-specific flow is already diagrammed in [securing AI agent access](/get-started/use-cases/ai-agents/) and the [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/).
## Additional resources
[Section titled “Additional resources”](#additional-resources)
* [Conceptual overview](/get-started/concepts/)
* [Access Policies](/get-started/concepts/access-policies)
* [Audit and report](/get-started/concepts/audit-report)
* [Administering Aembit](/get-started/concepts/administration)
* [Scaling with Terraform](/get-started/concepts/scaling-terraform)
# Aembit quickstart overview
> Get direct experience with Aembit by following linear quickstart guides.
This section provides Aembit’s quickstart guides of how to quickly set up Aembit. These quickstart guides help you get started quickly, so you can get direct experience with and start using Aembit in your projects.
## How to use Aembit’s quickstart guides
[Section titled “How to use Aembit’s quickstart guides”](#how-to-use-aembits-quickstart-guides)
The quickstart guides are linear, meaning you should follow them in the order. Each guide builds on the previous one, so it’s important to follow them to get the most out of Aembit.
You can find the quickstart guides in the sidebar on the left, or you can use the following links to get started:
1. [Quickstart: Core setup](/get-started/quickstart/quickstart-core) - Get the core Aembit setup running.
2. [Quickstart: Add Access Policy](/get-started/quickstart/quickstart-access-policy) - Add access policy to your core Aembit setup.
# Quickstart: Add an Access Policy to the core setup
> Enhancing the Aembit quickstart guide to set up a Trust Provider, Access Conditions, and reporting
You’ve completed the [Quickstart guide](/get-started/quickstart/quickstart-core) and set up your sandbox environment. Now you can enhance your Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies). Add Trust Providers, Access Conditions, and reporting to give you finer control over how you grant access and to gain insights about those interactions.
To build upon your quickstart foundation, you’ll complete practical steps to implement the following features:
* Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) - This verifies workload identities, making sure only authenticated workloads can securely interact with your resources.
* Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions) - Enforce detailed rules such as time-based or geo-based restrictions, to tailor access policies to your needs.
* [Reporting](#reporting) - Tools to help you monitor and analyze workload interactions in your sandbox environment, providing insights into policy effectiveness and system health.
With these enhancements, Aembit empowers you to make the most of your sandbox setup and prepare for more advanced scenarios.
## Before you begin
[Section titled “Before you begin”](#before-you-begin)
You must have completed the following *before* starting this guide:
* [Aembit quickstart guide](/get-started/quickstart/quickstart-core) and it’s prerequisites.
## Configure a Trust Provider
[Section titled “Configure a Trust Provider”](#configure-a-trust-provider)
Trust Providers allow Aembit to verify workload identities without relying on traditional credentials or secrets. By using third-party systems for authentication, Trust Providers make sure that only verified workloads can securely interact with your resources. These steps use Docker Desktop Kubernetes deployments.
Returning to the Access Policy Builder
If you’re continuing directly from the core quickstart, your Access Policy should still be open in the builder.
If you’re returning later, navigate to **Access Policies** and select the policy you created.
1. From your Aembit Tenant, go to **Access Policies** and select the Access Policy you created in the quickstart guide.
2. In the **Trust Provider** card in the right panel, click **+ Configure**.
3. Configure the Trust Provider:
* **Name** - `QuickStart Kubernetes Trust Provider` (or another user-friendly name)
* **Trust Provider** - `Kubernetes Service Account`
4. In the **Match Rules** section, click **+ New Rule**, then enter the following values:
* **Attribute** - `kubernetes.io { namespace }`.
* **Value** - `aembit-quickstart`.
5. Select **Upload Public Key**.
6. Browse for the `.pub` file or copy its contents and paste them into the **Public Key** field:
Obtain the public key specific to your environment.
Use the following locations for your operating system:
* **Windows** - `%USERPROFILE%\AppData\Local\Docker\pki\sa.pub`
* **macOS** - `~/Library/Containers/com.docker.docker/pki/sa.pub`

7. Click **Save** to add the Trust Provider to the policy.
By associating this Trust Provider with an Access Policy, Aembit validates workload identities based on the rules you defined.
For example, Aembit automatically authenticates Kubernetes service accounts running in the `aembit-quickstart` namespace and denies accounts from all other namespaces. This makes sure that only workloads within that namespace can access your sensitive resources.
Aembit supports a wide variety of Trust Providers tailored for different environments:
* [Kubernetes Service Account](/user-guide/access-policies/trust-providers/kubernetes-service-account-trust-provider)
* [AWS roles](/user-guide/access-policies/trust-providers/aws-role-trust-provider)
* [Azure Instance Metadata Service](/user-guide/access-policies/trust-providers/azure-metadata-service-trust-provider)
This flexibility allows you to seamlessly integrate Trust Providers that align with your existing infrastructure. For more details on Trust Providers, including advanced configurations and other types, see [Trust Provider Overview](/user-guide/access-policies/trust-providers/add-trust-provider) and related sub-pages.
## Configure Access Conditions
[Section titled “Configure Access Conditions”](#configure-access-conditions)
Access Conditions allow you to define specific rules to control when and how Aembit issues credentials to Server Workloads. Access Conditions strengthen security by making sure Aembit grants access only when the Access Conditions aligns with your organization’s policies.
Paid feature
Access Conditions are a paid feature. To enable this feature, contact [Aembit Support](https://aembit.io/support/).
1. In the **Access Conditions** card in the right panel, click **+ Configure**.
2. Configure the Access Condition:
* **Name** - `QuickStart Time Condition` (or another user-friendly name)
* **Integration** - `Aembit Time Condition`
3. In the **Conditions** section, select the appropriate timezone for your condition.
4. Click the **+** icon next to each day you want to include in your Time Condition configuration, such as Monday from 8 AM to 5 PM.
Include your current time
Make sure your current time falls within the period you set so the condition remains in effect while following this guide.
5. Click **Save** to add the Access Condition to the policy.

6. Click **Save Policy** in the header bar to save all changes.
With this configuration, Aembit grants access to the workloads you specified only during the days and timeframes you defined. If the conditional access check fails, Aembit denies access, and an displays an error message on the client workload. Aembit logs this action and detailed information about the failure, including the `accessConditions` field with an `Unauthorized` result, which you can find in the associated logs.
In the next section, [Reporting](#reporting), you’ll see how to review these logs.
Aembit also supports other types of Conditional Access configurations, such as [GeoIP restrictions](/user-guide/access-policies/access-conditions/aembit-geoip) and integrations with third-party vendors such as [CrowdStrike](/user-guide/access-policies/access-conditions/crowdstrike). These options allow you to build comprehensive and flexible access policies suited to your organization’s needs. For more details on Access Conditions, see [Access Conditions Overview](/user-guide/access-policies/access-conditions/) and explore related sub-pages to configure additional types.
## Reporting
[Section titled “Reporting”](#reporting)
Reporting is crucial for maintaining security and operational efficiency. It provides a clear view of access attempts, policy evaluations, and credential usage, enabling you to identify potential issues and maintain compliance.
To access the Reporting Dashboard, in your Aembit Tenant, select **Reporting** from the left sidebar menu. By default, you’ll see the **Access Authorization Events** page, where you can review event details related to workload access attempts.
In the top ribbon menu, there are three key reporting categories:
* **Access Authorization Events** - View event logs for all access attempts. Each event details its evaluation stages, showing which Access Policies Aembit applied, whether they succeeded, and the reason for any failures.
* **Audit Logs** - Track system changes, such as user actions, configuration updates, or policy changes.
* **Workload Events** - Monitor events generated from the traffic between Client Workloads and Server Workloads. These events provide detailed information about all requests and responses, helping you analyze workload interactions comprehensively.

You also have filters available to you to narrow down your view by **Timespan**, **Severity**, and **Event Type**. These filters help you analyze events more efficiently, focusing on specific time periods or issues that require your attention.
For now, you’ll look at **Access Authorization Events**. As they provide essential insight into how Aembit evaluates access requests.
### Access Authorization Events
[Section titled “Access Authorization Events”](#access-authorization-events)
Whenever a Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) attempts to access a Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads), Aembit generates Access Authorization Events. These events capture access attempts, log how Aembit evaluated access, and display the outcome (granted or denied). The process has three stages:
* **Access Request** - Captures initial request details, including source, target, and transport protocol.
* **Access Authorization** - Evaluates the request against Access Policies, detailing results from Trust Providers, Access Conditions, and Credential Providers**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers).
* **Access Credential** - Shows how Aembit retrieved and injected credentials, or explains any failure reasons.
To review these stages, follow these steps:
1. **Filter by Request** - In the filtering options, locate the **Event Type** and select **Request**. Then, click an event in the list to inspect it.

This event provides key details about the connection attempt. It shows when the request happened, where it’s coming from, and which workload made the request. For the quickstart, you should see:
* **Target Host** - `aembit-quickstart-server.aembit-quickstart.svc.cluster.local`
* **Service Account** - `aembit-quickstart-client`
Both should match what you configured in the Access Policy.
2. Filter by **Authorization** - Change the **Event Type** filter to **Authorization** and select an event from the list.

This event shows how Aembit evaluated access against the Access Policy. It displays the result (**Authorized** or **Unauthorized**) and highlights key components that Aembit checked. For the quickstart sandbox environment, you’ll see that Aembit successfully:
* Identified the Client Workload, Server Workload, and Access Policy.
* Attested the Trust Provider.
* Verified the Access Condition.
* Identified the Credential Provider.
When Aembit successfully identifies and verifies these components, Aembit grants access to that Client Workload.
3. **Filter by Credential** - Change the **Event Type** filter to **Credential** and select an event from the list.

This event tracks how Aembit retrieves credentials to enable access. It shows whether Aembit was successful in retrieving the credential and which Credential Provider Aembit used.
For the quickstart sandbox environment, you’ll see that Aembit successfully:
* Identified the Client Workload, Server Workload, and Access Policy.
* Retrieved the Credential Provider, verifying that the Client Workload had the required credentials for secure access.
At this stage, everything is in place; the request was successfully authorized, credentials were securely retrieved, and the Client Workload can now access the Server Workload.
For more detailed insights into Access Credential Events and other reports, visit the [Reporting](/user-guide/audit-report/) page. These pages provide further guidance on using filters, understanding event data, and troubleshooting potential issues.
Quickstart completed!
Congratulations on completing the quickstart! You now have a solid foundation in Aembit’s key capabilities. This is just the beginning, and Aembit has much more to offer! Aembit’s full documentation provides in-depth guides and advanced techniques to help you expand your access policies and strengthen workload identity management.
For your next steps, you can either try configuring Aembit with your real client workloads or explore additional possibilities to tailor it to your needs. In both cases, see the following resources:
* **Server Workload Cookbook** - Offers ready-to-use recipes for popular APIs and services. Explore guides such as [Salesforce REST](/user-guide/access-policies/server-workloads/guides/salesforce-rest) and [GitHub REST](/user-guide/access-policies/server-workloads/guides/github-rest) to learn how to authorize secure access to these resources.
* **Exploring Deployment Models** - Aembit supports diverse deployment environments beyond Kubernetes. For detailed examples and guidance, visit the [Support Matrix](/reference/support-matrix) and explore related sub-pages to learn about configuring deployments for specific environments like [Virtual Machines](/user-guide/deploy-install/virtual-machine/), [AWS Lambda Containers](/user-guide/deploy-install/serverless/aws-lambda-container), and more.
Check out these guides and more to optimize your workloads with confidence!
## Next steps
[Section titled “Next steps”](#next-steps)
* [Core concepts](/get-started/concepts/) - Understand Aembit’s core concepts and how they work together.
* [Aembit User Guide](/user-guide/) - Dive deeper into Aembit’s features and capabilities.
* [Aembit API Guide](/api-guide/) - Access detailed technical documentation.
# Quickstart: Aembit core setup
> Aembit's quickstart core guide - practical experience automating and securing access between workloads
Aembit is a cloud-native, non-human identity and access management platform. It provides secure, seamless access management for workloads across diverse environments. It simplifies how organizations control and authorize access between client and Server Workloads**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads), ensuring that only the right workloads can access critical resources at the right time.
Aembit shifts the focus away from long-term credential management by enabling automated, secure access management for workloads connecting to services. By concentrating on managing access rather than secrets, Aembit provides a flexible and security-first approach to non-human identity across a wide range of infrastructures.
## In this guide
[Section titled “In this guide”](#in-this-guide)
This quickstart guide provides a practical introduction to Aembit’s capabilities. Here’s what you’ll do:
1. Set up a sandbox environment with pre-configured client and Server Workloads using Docker Desktop with Kubernetes.
2. Deploy workloads and configure a secure Access Policy between the client and server.
3. Gain practical experience managing automated, secure access between workloads.
**Estimated Time to Complete** - \~15 minutes (if prerequisites are already installed).
By completing this quickstart guide, you’ll have practical experience creating an example of Aembit’s capabilities, ensuring quick results as you implement access management in a real-world environment. Once you are comfortable with these foundational steps, Aembit offers the flexibility to manage access for more complex and scalable workloads across a range of infrastructure setups.
## Before you begin
[Section titled “Before you begin”](#before-you-begin)
Before starting Aembit’s quickstart guide, you must complete the following prerequisites:
1. [Sign up with Aembit](#sign-up-with-aembit) and you can access your Aembit Tenant**Aembit Tenant**: Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.[Learn more](/get-started/concepts/administration) at `https://.aembit.io`.
2. [Install Docker Desktop and enable Kubernetes](#install-docker-desktop-and-enable-kubernetes).
3. [Install Helm](#install-helm).
Note
The Aembit quickstart guide doesn’t require complex network configurations, such as a static external IP, outbound connection adjustments, or firewall rule changes. Aembit has designed these prerequisites to work securely and seamlessly within your local environment.
### Sign up with Aembit
[Section titled “Sign up with Aembit”](#sign-up-with-aembit)
Visit the [Sign Up page](https://useast2.aembit.io/signup) to create an account and set up your tenant for accessing the platform.
A Tenant in Aembit is your organization’s dedicated workspace within the platform. It isolates your workloads, Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies), and configurations, enabling you to manage your environment securely and efficiently.
Your Aembit Tenant ID is a unique identifier for your workspace, which you must use to access your Aembit Tenant at `https://.aembit.io`.
Look for a welcome email from Aembit. It may take a few minutes; check your Junk or Spam folders if you don’t see it.
### Install Docker Desktop and enable Kubernetes
[Section titled “Install Docker Desktop and enable Kubernetes”](#install-docker-desktop-and-enable-kubernetes)
Docker Desktop includes Docker Engine and Kubernetes, making it easier to manage your containerized applications.
1. Download and install Docker Desktop from the [official Docker website](https://docs.docker.com/get-started/get-docker/) for your operating system.
Once installed, open Docker Desktop.
2. Enable Kubernetes by going to **Settings -> Kubernetes** in Docker Desktop and toggling the **Enable Kubernetes** switch to the **On** position.

Security best practice
If you get errors or warnings about permissions on your `~/.kube/config` file being too permissive, tighten up the file’s permissions by running the following command:
```shell
chmod 600 ~/.kube/config
```
Locking down permissions on your `~/.kube/config` file is a security best practice since the config file contains sensitive credentials for accessing Kubernetes clusters.
### Install Helm
[Section titled “Install Helm”](#install-helm)
Helm deploys the pre-configured sandbox client and Server Workloads for this quickstart guide. A basic understanding of [Helm commands](https://helm.sh/docs/helm/) is helpful for deploying the sandbox workloads.
Select one of the following tabs for your operating system to install Helm:
* Windows
1. Download the [latest Helm version](https://github.com/helm/helm/releases) for Windows.
2. Run the installer and follow the on-screen instructions.
3. Once installed, open a Command Prompt or PowerShell terminal and verify the installation by running:
```cmd
helm version
```
**Expected Output:**
```cmd
version.BuildInfo{Version:"v3.x.x", GitCommit:"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", GitTreeState:"clean", GoVersion:"go1.x.x"}
```
* macOS
1. Use Homebrew to install Helm:
```shell
brew install helm
```
2. Verify the installation:
```shell
helm version
```
**Expected Output:**
```shell
version.BuildInfo{Version:"v3.x.x", GitCommit:"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", GitTreeState:"clean", GoVersion:"go1.x.x"}
```
* Linux
1. Download and install the latest Helm binary:
```shell
curl -fsSL -o get_helm.sh "https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3"
chmod 700 get_helm.sh
./get_helm.sh
```
2. Verify the installation:
```shell
helm version
```
**Expected Output:**
```shell
version.BuildInfo{Version:"v3.x.x", GitCommit:"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", GitTreeState:"clean", GoVersion:"go1.x.x"}
```
With these prerequisites complete, you are ready to deploy the sandbox workloads and configure secure access between workloads.
## Deploying workloads
[Section titled “Deploying workloads”](#deploying-workloads)
Make sure that your environment is ready for deployment by verifying the following:
* [Docker Desktop installed and Kubernetes enabled](#install-docker-desktop-and-enable-kubernetes).
* [Helm installed and configured correctly](#install-helm).
With these steps in place, you are ready to deploy the workloads.
### Install applications
[Section titled “Install applications”](#install-applications)
Re-installing? Clean up first
If you’ve run this quickstart before, remove the previous deployment before reinstalling to avoid conflicts. **Skip this step if this is your first time.**
```shell
helm uninstall aembit-quickstart -n aembit-quickstart
helm uninstall aembit -n aembit
kubectl delete namespace aembit-quickstart
kubectl delete namespace aembit
helm repo remove aembit
```
1. From your terminal, add the Aembit Helm chart repo by running:
```shell
helm repo add aembit https://helm.aembit.io
```
2. Deploy both the client and Server Workloads:
```shell
helm install aembit-quickstart aembit/quickstart \
-n aembit-quickstart \
--create-namespace
```
### Set up ingress routing
[Section titled “Set up ingress routing”](#set-up-ingress-routing)
Docker Desktop v4.38 and later use `kind` (Kubernetes in Docker) as the default Kubernetes provisioner. Under `kind`, the sandbox’s services don’t bind to `localhost`, so you reach the client and Server Workloads through an Ingress controller instead of directly. The quickstart chart creates the Ingress for you, so you only need to install an ingress controller for it to route traffic.
1. Install the ingress-nginx controller for `kind`:
```shell
kubectl apply -f https://kind.sigs.k8s.io/examples/ingress/deploy-ingress-nginx.yaml
```
2. Wait for the Ingress Controller to be ready:
```shell
kubectl wait --namespace ingress-nginx \
--for=condition=ready pod \
--selector=app.kubernetes.io/component=controller \
--timeout=120s
```
3. Confirm the Ingresses exist:
```shell
kubectl get ingress -n aembit-quickstart
```
**Expected Output:**
```shell
NAME CLASS HOSTS ADDRESS PORTS AGE
aembit-quickstart-client nginx client.quickstart.aembit.localhost localhost 80 30s
aembit-quickstart-server nginx server.quickstart.aembit.localhost localhost 80 30s
```
You can now reach the workloads at `http://client.quickstart.aembit.localhost` and `http://server.quickstart.aembit.localhost`.
### Verify deployments
[Section titled “Verify deployments”](#verify-deployments)
After deploying the applications, verify that everything is running correctly using the following commands:
1. Check the Helm release status:
```shell
helm status aembit-quickstart -n aembit-quickstart
```
**Expected Output:**
```shell
NAME: aembit-quickstart
LAST DEPLOYED: Wed Jan 01 10:00:00 2025
NAMESPACE: aembit-quickstart
STATUS: deployed
REVISION: 1
TEST SUITE: None
```
2. List all resources in the namespace:
```shell
kubectl get all -n aembit-quickstart
```
**Expected Output:**
```shell
NAME READY STATUS RESTARTS AGE
pod/aembit-quickstart-client-abcdef 1/1 Running 0 1m
pod/aembit-quickstart-server-abcdef 1/1 Running 0 1m
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/aembit-quickstart-client NodePort 10.109.109.55 8080:30080/TCP 1m
service/aembit-quickstart-server NodePort 10.109.104.236 9090:30090/TCP 1m
```
These outputs help you confirm that you’ve deployed the workloads and services correctly and are functioning as expected.
### Interacting with the applications
[Section titled “Interacting with the applications”](#interacting-with-the-applications)
In this section, you are going to interact with the pre-configured applications. This interaction demonstrates that the Client Workload can connect to the Server Workload but lacks the credentials to authenticate to it.
1. With the client and Server Workloads running, open the [**Client Workload**](http://client.quickstart.aembit.localhost)
2. Click **Get Data**.
**you’ll receive a failure response** since you haven’t deployed Aembit Edge, nor has Aembit injected the necessary credentials for the Client Workload to access the Server Workload yet.

In the next sections, you’ll deploy Aembit Edge. Making it so that Aembit automatically acquires and injects the credential on behalf of the Client Workload so it can then access the Server Workload.
## Deploying Aembit Edge
[Section titled “Deploying Aembit Edge”](#deploying-aembit-edge)
With your workloads deployed, it’s time to integrate Aembit Edge into your system.
Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge) consists of components that customers install within their environment. These components form the core of Aembit’s Workload IAM functionality.
Proceed with deploying Aembit Edge into your environment.
### Create a new Agent Controller
[Section titled “Create a new Agent Controller”](#create-a-new-agent-controller)
The Agent Controller is a helper component that facilitates the registration of other Aembit Edge Components.
1. In your Aembit Tenant, go to **Edge Components** from the left sidebar menu.
2. From the top ribbon menu, select **Deploy Aembit Edge**.
3. Select **Kubernetes** from the list of **Environments**.

4. In the **Prepare Edge Components** section, click to **New Agent Controller**. you’ll see the Agent Controller setup page displayed.
5. Enter a name, such as `Quickstart Agent Controller` (or another user-friendly name).
6. Add an optional description for the controller.
7. For now, ignore the Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) section, as you don’t need it for this quickstart guide.

8. Click **Save**.
Once saved, your newly created Agent Controller auto-selects from the list of available Agent Controllers.
This reveals the **Install Aembit Edge Helm Chart** section.
### Deploy the Aembit Edge
[Section titled “Deploy the Aembit Edge”](#deploy-the-aembit-edge)
As part of Aembit Edge, the Agent Proxy is automatically injected within the Client Workload pod. It manages workload identity and securely injects credentials for communication with Server Workloads.
1. In the **Install Aembit Edge Helm Chart** section, make sure that you select the Agent Controller you just created in the dropdown menu.
2. In the **New Agent Controller** section, click **Generate Code** to generate a Device Code.
The Device Code is a temporary one-time-use code, valid for 15 minutes, that you use during installation to authenticate the Agent Controller with your Tenant.
Make sure you complete the next steps before the code expires.

3. Since you already [installed the Aembit Helm repo](#install-applications), go ahead and install the Aembit Helm chart.
*From your terminal*, run the following command, making sure to replace:
* `` with your tenant ID (Find this in the Aembit website URL: `.aembit.io`)
* `` with the code you generated in the Aembit web UI
```shell
helm install aembit aembit/aembit \
--create-namespace \
-n aembit \
--set tenant=,agentController.deviceCode=
```
Tip
To reduce errors, copy the command from the Aembit Web UI for this step, as it populates your `` and `` for you.

Aembit Edge is now deployed in your Kubernetes cluster!
4. Check the current state of quickstart Client pod to confirm it is running without the Agent Proxy container.
The **`READY`** column for the `pod/aembit-quickstart-client-abcdef` should display **`1/1`**, indicating only the Client Workload container is running.
```shell
kubectl get all -n aembit-quickstart
```
**Expected Output:**
```shell
NAME READY STATUS RESTARTS AGE
pod/aembit-quickstart-client-abcdef 1/1 Running 0 1m
pod/aembit-quickstart-server-abcdef 1/1 Running 0 1m
```
5. Restart the quickstart Client pod to include the Agent Proxy in the deployment:
```shell
kubectl delete pods -l app=aembit-quickstart-client -n aembit-quickstart --grace-period=0 --force
```
6. After the pod restarts, verify that the `aembit-quickstart-client` pod now includes two containers: the Client Workload container and the Agent Proxy container.
After the pod restarts, check its state again. **`READY`** column for the `aembit-quickstart-client` pod should now display **`2/2`**, indicating that both the Client Workload container and the Agent Proxy container are running successfully.
```shell
kubectl get all -n aembit-quickstart
```
**Expected Output:**
```shell
NAME READY STATUS RESTARTS AGE
pod/aembit-quickstart-client-abcdef 2/2 Running 0 1m
pod/aembit-quickstart-server-abcdef 1/1 Running 0 1m
```
This step confirms that Aembit has injected Agent Proxy within the Client pod, enabling Aembit to securely manage credentials for communication between Client and Server Workloads.
## Configuring an Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies)
[Section titled “Configuring an ”](#configuring-an-)
Access Policies define the conditions for granting Client Workloads access to Server Workloads. Aembit evaluates access by:
1. Verifying if the Client and Server Workloads match the Access Policy.
2. A Trust Provider authenticates the Client Workload’s identity.
3. The Access Policy meets all Access Conditions.
In this quickstart guide, you have omitted configuring a Trust Provider to simplify your first walkthrough. However, Trust Providers are a critical component in securing all production deployments.
They enable Aembit to authenticate workloads without provisioning long-lived credentials or secrets, making sure that Aembit authenticates and authorizes only workloads it trusts.
Once authorized, Aembit delivers the necessary credentials to Agent Proxy, which it then uses to authenticate the Client workload to the Server Workload.
About Client Workload credentials
Aembit never releases credentials directly to Client Workloads. Instead, Aembit inject credentials into the traffic destined for the target Server Workload, providing secure communication.
1. From your Aembit Tenant, click **Access Policies** in the left sidebar menu.
2. Click **+ New** to open the Access Policy Builder.

The Access Policy Builder displays component cards in the right panel, with an **Access Policy** status card on the left. The **Access Policy** panel opens by default so you can name and save the policy first.
### Name the Access Policy
[Section titled “Name the Access Policy”](#name-the-access-policy)
Before configuring the policy components, name your Access Policy. You must provide a name before you can save the policy.
1. In the **Name** field, enter `Quickstart Policy` (or another descriptive name).
2. (Optional) Add a description to help identify the policy’s purpose.

3. Click **Save** to add these details to the policy.
### Configure a Client Workload
[Section titled “Configure a Client Workload”](#configure-a-client-workload)
Client Workloads**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) are software applications that access services provided by Server Workloads. These could be custom apps, CI/CD pipelines, or scripts running without user intervention.
1. In the **Client Workload** card in the right panel, click **+ Configure**.
2. Configure the Client Workload:
* **Name** - `Quickstart Client` (or another user-friendly name)
* **Client Identification** - `Kubernetes Pod Name Prefix`
* **Value** - `aembit-quickstart-client`
3. Click **Save** to add the Client Workload to the policy.

### Configure a Server Workload
[Section titled “Configure a Server Workload”](#configure-a-server-workload)
[Server Workloads](/user-guide/access-policies/server-workloads/guides/) serve requests from Client Workloads and can include APIs, gateways, databases, and more. The configuration settings define the Service Endpoint and Authentication methods, specifying the networking details and Aembit authenticates requests.
1. In the **Server Workload** card in the right panel, click **+ Configure**.
2. Configure the Server Workload:
* **Name** - `Quickstart Server` (or another user-friendly name)
* **Host** - `aembit-quickstart-server.aembit-quickstart.svc.cluster.local`
* **Application Protocol** - `HTTP`
* **Transport Protocol** - `TCP`
* **Port** - `9090`
* **Forward to Port** - `9090`
* **Authentication Method** - `HTTP Authentication`
* **Authentication Scheme** - `Bearer`
3. Click **Save** to add the Server Workload to the policy.

### Configuring a Credential Provider
[Section titled “Configuring a Credential Provider”](#configuring-a-credential-provider)
Credential Providers**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) supply the access credentials, such as OAuth tokens or API keys, that allow Client Workloads to authenticate with Server Workloads. Aembit can also request and manage tokens from third-party services.
Security Best Practice
In this QuickStart, you are using the API Key option for simplicity. However, Aembit recommends using short-lived credentials whenever possible to enhance security and reduce exposure to risks associated with long-lived credentials.
1. From your web browser, go to the [sandbox Server Workload](http://server.quickstart.aembit.localhost).
2. Click **Generate API Key**.
This generates a unique API key you’ll use in later in this section.
Generating more than one key
Avoid clicking the button multiple times, as only one API key (the last generated) remains active at a time. Copy the API key immediately after creating it, as you need it in the next step.
3. Copy the API key.

4. In the **Credential Provider** card in the right panel, click **+ Configure**.
5. Configure the Credential Provider:
* **Name** - `Quickstart API Key` (or another user-friendly name)
* **Credential Type** - `API Key`
* **API Key** - Paste the API key you generated from the Server Workload
6. Click **Save** to add the Credential Provider to the policy.

### Finalizing the Access Policy
[Section titled “Finalizing the Access Policy”](#finalizing-the-access-policy)
Once you have configured all components, click **Save Policy & Activate** in the header bar.
## Testing the Access Policy
[Section titled “Testing the Access Policy”](#testing-the-access-policy)
To test your newly configured Access Policy, go to the [sandbox Client Workload](http://client.quickstart.aembit.localhost) and click **Get Data**. Since you activated the Access Policy and Aembit Edge installed the necessary credential into the request, you should see a successful response.

Congratulations! You’ve created a Access Policy that’s securing access between workloads!
With just a few steps, you have deployed workloads, configured an Access Policy, and successfully authenticated requests, all without the complexity of manual credential management.
This quickstart guide is just the foundation of all the features that Aembit has to offer. It supports powerful capabilities for scaling, securing, and managing workload identity across many environments, providing security and efficiency as your needs grow.
#### Troubleshoot
[Section titled “Troubleshoot”](#troubleshoot)
If you encounter any issues or don’t see a successful response, the Aembit Web UI has a useful **Troubleshooter** that can help you identify potential problems:
1. Go to **Access Policies** and select the Access Policy you created for this quickstart guide.
2. In the **Access Policy** status card, open the **Troubleshooter** tab.
The **Troubleshooter** tab is available after you save the Access Policy.
This brings up the Troubleshooter with your Access Policy’s Client and Server Workloads already populated.

3. Inspect and make sure that the **Access Policy Checks**, **Client Workload Checks**, **Credential Provider Checks** and **Server Workload Checks** are **Active** (they have green checks).

4. For any sections that aren’t Active, go back to the respective section in the quickstart guide and double check your configurations.
Also, make sure all the [Prerequisites](#before-you-begin) are complete.
The Troubleshooter helps diagnose potential issues with your configuration. For more details, visit the [Troubleshooter Tool](/user-guide/troubleshooting/tenant-configuration) page.
Still need help? Please [submit a support request](https://aembit.io/support/) to Aembit’s support team.
## What’s next?
[Section titled “What’s next?”](#whats-next)
Now that you’ve completed the basics, it’s time to explore additional features and capabilities to get the most out of Aembit.
See [Quickstart: Add an Access Policy to the core setup](/get-started/quickstart/quickstart-access-policy) to learn how to:
* **Configure Trust Providers** to enhance workload identity verification and strengthen access control.
* **Set Up Access Conditions** to enforce time-based, geo-based, or custom rules for workload access.
* **Navigate Reporting Tools** to review access events, track policy usage, and analyze workload behavior.
Following the *Quickstart: Access Policy enhancements* page helps you expand beyond the core Aembit setup, guiding you toward features that enhance security, visibility, and scalability.
# Aembit security posture
> How Aembit approaches, implements, and maintains security
Using Aembit for workload credentials extends your security boundary. This section provides transparency into how Aembit protects your data, meets compliance requirements, and defends against threats.
 
Core security principles
* **Defense in depth**: Multiple layers of security controls, not single points of failure
* **Least privilege**: Components and services only have access they need
* **Zero trust**: Aembit verifies every request, regardless of source
* **Transparency**: Aembit documents security practices and makes them auditable
For more information about compliance, monitoring, and subprocessors, see the [Aembit Trust Center](https://app.drata.com/trust/9cc6b899-0c38-11ee-865f-029d78a187d9).

[Security architecture ](/get-started/security-posture/architecture)Component isolation, data protection, encryption in transit and at rest, and secure communication patterns.
→

[Security compliance ](/get-started/security-posture/security-compliance)SOC 2 Type II certification, ISO 27001 compliance, and data protection requirements.
→

[Threat model ](/get-started/security-posture/threat-model)Attack vectors, trust boundaries, and the controls that mitigate risks in Aembit deployments.
→
# Aembit software architecture
> Explanation and illustration of Aembit's software architecture
Aembit is a cloud-native, multi-tenant SaaS Workload IAM**Workload IAM**: Identity and Access Management for non-human entities (services, applications, automated workloads) rather than human users. Unlike traditional IAM that manages user access, Workload IAM manages machine-to-machine authentication and authorization.[Learn more](/get-started/how-aembit-works) platform for federated workloads that provides credential brokering**Credential brokering**: The process of mediating credential issuance between a requesting workload and a target resource. The broker verifies identity, evaluates policy, and issues short-lived credentials so that workloads never manage static secrets directly.[Learn more](/get-started/how-aembit-works) and access policy enforcement across diverse infrastructure environments.
## High-level architecture overview
[Section titled “High-level architecture overview”](#high-level-architecture-overview)
Aembit’s architecture consists of two primary systems:
* **Aembit Cloud**: A multi-tenant SaaS platform responsible for centralized management, policy enforcement, credential brokering, and audit logging.
* **Aembit Edge**: Lightweight components deployed in customer environments (Kubernetes clusters, VMs, CI/CD pipelines) that enforce access policies and broker credentials locally.
**Deployment:** Edge components deploy as containers (Kubernetes), VMs (Linux/Windows), or serverless functions (AWS Lambda/ECS Fargate). They require outbound HTTPS connectivity to Aembit Cloud (no inbound ports) and you can deploy them redundantly for high availability. Edge components are stateless, enabling flexible scaling. For detailed deployment options, see [Deploy Aembit Edge](/user-guide/deploy-install/).
### Key components
[Section titled “Key components”](#key-components)
* **Workloads**: Applications or services (clients and servers) that require access to resources.
* **Access Policies**: Declarative rules that define which workloads can access which resources, under what conditions.
* **Trust Providers**: Integrations with identity providers (AWS, Azure, Google Cloud) to verify workload identities.
* **Credential Providers**: Integrations that securely issue short-lived credentials (cloud IAM tokens, database passwords) to workloads.
* **Audit logs and workload events**: Comprehensive logging of access requests, policy evaluations, and credential issuance for compliance and forensics.
## Architecture diagram
[Section titled “Architecture diagram”](#architecture-diagram)
Below is a high-level D2 diagram representing Aembit’s architecture:

Aembit’s deployment model shows three zones: Aembit Cloud (SaaS, managed by Aembit), Your Infrastructure (where you deploy Edge components), and External Systems (existing identity providers and target workloads). Numbered arrows show a typical access flow from workload request through policy evaluation to credential delivery.
## Security design principles
[Section titled “Security design principles”](#security-design-principles)
Aembit’s architecture follows modern security principles:
* **Zero Trust**: Aembit authenticates every access request via workload identity and authorizes it against policy, with no implicit trust based on network location. This prevents lateral movement even if an attacker gains network access.
Technical example
Even if a container runs inside your trusted VPC, Aembit Edge requires identity attestation (via AWS IAM Role, Kubernetes Service Account, etc.) and policy evaluation before granting credentials. Network location alone is never sufficient. A compromised pod in your Kubernetes cluster can’t access production databases without valid service account credentials and an Access Policy authorizing that specific workload.
* **Least Privilege**: Aembit issues credentials dynamically for specific access requests only, with minimal scope and short validity periods. No long-lived static credentials exist in workload configurations or environment variables.
Technical example
When your application requests database access, Aembit issues credentials scoped to only that database. Each credential has a configurable TTL**TTL (Time to Live)**: The configured duration for which a credential, token, or cached value remains valid before expiring. Shorter TTLs reduce the window of exposure if a credential is compromised.. The credential never exists in your container’s environment variables or configuration files. It’s delivered just-in-time via the Aembit Edge proxy. If an attacker dumps your container’s memory or environment, they won’t find static database passwords.
* **Defense in Depth**: Multiple security layers protect credential access: identity attestation at Edge, policy evaluation in Cloud, credential generation by providers, and audit logging at all stages. Compromise of any single layer doesn’t expose credentials.
Technical example
To access AWS S3, a workload must first pass identity verification at Edge (a valid Kubernetes service account token). It must then match an Access Policy in Cloud (including any time-based or IP-based conditions) and receive temporary AWS STS credentials from the Credential Provider. An attacker who compromises only the Edge component can’t forge credentials without also controlling the Cloud policy engine and STS credential generation.
* **Separation of Duties**: Separate components with distinct responsibilities handle identity verification (Trust Providers), policy decisions (Aembit Cloud), and credential issuance (Credential Providers). No single system has full control over access decisions.
Technical example
AWS validates workload identity via IAM roles (Trust Provider), Aembit Cloud evaluates Access Policies based on that identity, and then AWS STS issues temporary credentials (Credential Provider). No single component can unilaterally grant access. The Trust Provider can’t issue credentials, and the Credential Provider can’t override policy decisions. This separation limits the blast radius of any individual component compromise.
## Next steps
[Section titled “Next steps”](#next-steps)
**To validate how this architecture addresses specific security scenarios:**
* [Threat Model](/get-started/security-posture/threat-model) for how the architecture prevents common attacks
* [Use Cases](/get-started/use-cases/) for practical security scenarios
**To plan your deployment:**
* [Deploy Aembit Edge](/user-guide/deploy-install/) for deployment overview and planning
* [Kubernetes Deployment](/user-guide/deploy-install/kubernetes/kubernetes) for Kubernetes clusters
* [VM Deployment](/user-guide/deploy-install/virtual-machine/) for Linux/Windows VMs
* [Serverless Deployment](/user-guide/deploy-install/serverless/) for Lambda/ECS Fargate
* [CI/CD Deployment](/user-guide/deploy-install/ci-cd/) for GitHub Actions and GitLab
**To understand component details:**
* [Aembit Edge Concepts](/get-started/concepts/aembit-edge) for Edge component details
* [Aembit Cloud Concepts](/get-started/concepts/aembit-cloud) for Cloud architecture details
* [How Aembit Works](/get-started/how-aembit-works) for end-to-end system flow
**To explore conceptual foundations:**
* [Conceptual Overview](/get-started/concepts/) for core concepts and terminology
* [Access Policies](/get-started/concepts/access-policies) for policy evaluation flow
* [Trust Providers](/get-started/concepts/trust-providers) for identity verification concepts
# Security compliance
> Overview of Aembit's security posture and compliance
Aembit is a cloud-native Workload IAM**Workload IAM**: Identity and Access Management for non-human entities (services, applications, automated workloads) rather than human users. Unlike traditional IAM that manages user access, Workload IAM manages machine-to-machine authentication and authorization.[Learn more](/get-started/how-aembit-works) platform committed to maintaining the highest standards of security, privacy, and compliance for its customers. The security program meets the needs of organizations with stringent regulatory and risk management requirements.
Looking for deployment architecture?
This page covers Aembit’s security compliance certifications and processes. For deployment architecture, infrastructure components, and integration details, see:
* [How Aembit Works](/get-started/how-aembit-works) for simplified architecture and components
* [Software Architecture](/get-started/security-posture/architecture) for detailed deployment zones and data flow
## How Aembit compliance supports your organization
[Section titled “How Aembit compliance supports your organization”](#how-aembit-compliance-supports-your-organization)
Aembit’s SOC 2 Type II**SOC 2 (Service Organization Control 2)**: An auditing standard for service providers that store customer data in the cloud. SOC 2 Type II reports demonstrate the effectiveness of security controls over time across five Trust Service Criteria - Security, Availability, Processing Integrity, Confidentiality, and Privacy.[Learn more(opens in new tab)](https://www.aicpa.org/soc2) and ISO/IEC 27001:2022**ISO/IEC 27001**: An international standard for information security management. Certification demonstrates that an organization has implemented comprehensive security controls and risk management processes aligned with ISO 27001 Annex A requirements.[Learn more(opens in new tab)](https://www.iso.org/isoiec-27001-information-security.html) certifications provide assurance that workload identity and access management operations follow rigorous security controls. These certifications can support your organization’s compliance with:
* **HIPAA Security Rule** (§164.308-312): SOC 2 controls for access management, audit logging, and encryption support healthcare data protection requirements
* **PCI-DSS Requirement 12**: Security policy enforcement and RBAC**RBAC (Role-Based Access Control)**: A security model that restricts system access based on user roles. In Aembit, RBAC controls which administrators can perform specific actions like creating policies, viewing audit logs, or managing credentials.[Learn more](/user-guide/administration/roles) align with PCI requirements for cardholder data environments
* **Sarbanes-Oxley Act (SOX) IT Controls**: SOC 2 audit provides evidence for SOX internal control assessments
* **FedRAMP Authorization**: ISO 27001 framework aligns with NIST 800-53 controls required for federal cloud systems
When you use Aembit to manage workload access:
* **Inherit audit evidence**: SOC 2 and ISO 27001 reports provide third-party validation you can reference in your own audits
* **Reduce compliance scope**: Centralized credential management reduces the number of systems requiring direct compliance assessment
* **Automate evidence collection**: Aembit’s audit logs provide tamper-proof records of access events for compliance reporting
For detailed control mappings and compliance reports, visit the [Aembit Trust Center](https://trust.aembit.io/) or contact .
## Service certifications
[Section titled “Service certifications”](#service-certifications)
Aembit’s Workload IAM platform has achieved the following certifications:
* **SOC 2 Type II**: Demonstrates the effectiveness of security, availability, and confidentiality controls.
* **ISO/IEC 27001:2022**: Validates the information security management system (ISMS)**ISMS (Information Security Management System)**: A systematic approach to managing sensitive information, ensuring confidentiality, integrity, and availability. ISO 27001 certifies that an organization's ISMS meets international standards for risk management and security controls.[Learn more(opens in new tab)](https://www.iso.org/isoiec-27001-information-security.html) and risk management practices.
For the most current certifications and reports, visit the [Aembit Trust Center](https://trust.aembit.io/).
## Compliance processes
[Section titled “Compliance processes”](#compliance-processes)
* **Continuous Monitoring**: Automated tools and manual reviews monitor controls and infrastructure.
* **Regular Audits**: Annual third-party audits for SOC 2 Type II and ISO 27001 validate compliance posture.
* **Penetration Testing**: Independent security firms conduct routine penetration tests.
* **Policy Enforcement**: Global policy compliance settings ensure consistent security requirements across all Access Policies.
* **Role-Based Access Control (RBAC)**: Granular role-based access control protects administrative actions and sensitive operations.
## Shared responsibility model
[Section titled “Shared responsibility model”](#shared-responsibility-model)
Aembit follows a shared responsibility model similar to other SaaS platforms:
### What Aembit secures (managed by Aembit)
[Section titled “What Aembit secures (managed by Aembit)”](#what-aembit-secures-managed-by-aembit)
* **Platform Infrastructure**: Cloud hosting, network security, infrastructure hardening
* **Security Controls**: Continuous monitoring, penetration testing, vulnerability management, audit processes
* **Compliance Programs**: SOC 2, ISO 27001 certifications, annual audits, regulatory updates
* **Service Availability**: High availability, disaster recovery, backup and restoration
Aembit fully manages all preceding compliance processes (monitoring, audits, penetration testing, RBAC for Aembit administration). Your team doesn’t configure or maintain these platform-level controls.
### What you secure (your responsibilities)
[Section titled “What you secure (your responsibilities)”](#what-you-secure-your-responsibilities)
* **Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies)**: Defining which workloads can access which resources and under what conditions
* **Workload Identity Verification**: Configuring Trust Providers and verifying workload identities in your environments
* **Credential Lifecycle**: Managing credential rotation policies and integration with your Credential Providers
* **Integration Security**: Ensuring secure communication (TLS), network access controls, and firewall rules for Edge Components
* **User Access Management**: Managing who can administer Aembit policies and with what permissions
For deployment architecture and operational details, see [Software Architecture](/get-started/security-posture/architecture).
## Ongoing commitment
[Section titled “Ongoing commitment”](#ongoing-commitment)
Aembit’s security and compliance program continuously evolves to address emerging threats and regulatory changes. Review the [Aembit Trust Center](https://trust.aembit.io/) for the latest updates.
## Exclusions and rationale
[Section titled “Exclusions and rationale”](#exclusions-and-rationale)
This overview excludes internal audit results, detailed control mappings, and proprietary operational procedures. For access to detailed reports (under non-disclosure agreement (NDA)), contact .
Evaluating Aembit for your organization?
**Next steps for your security review:**
1. **Request detailed compliance reports** at [Aembit Trust Center](https://trust.aembit.io/)
2. **Review the security architecture** at [Software Architecture](/get-started/security-posture/architecture) and [Threat Model](/get-started/security-posture/threat-model)
3. **Discuss your specific requirements** by contacting for NDA-protected detailed reports and compliance mapping
For general questions, see [What is Aembit?](/get-started/) or start with the [quickstart guides](/get-started/quickstart).
# Aembit in your threat model
> How and where Aembit fits into your threat model
New to Aembit?
This page explains Aembit’s threat model for security professionals evaluating workload identity and access management solutions.
If you’re looking for a basic overview of what Aembit does, start with:
* [What is Aembit?](/get-started) - High-level introduction
* [How Aembit Works](/get-started/how-aembit-works) - Simplified architecture explanation
* [Core Concepts](/get-started/concepts) - Foundational terminology and components
Aembit addresses the unique security challenges of managing access between workloads in modern, distributed environments. This section explains the threat modeling approach, the types of threats considered, and how Aembit’s controls mitigate those threats.
## Deployment model
[Section titled “Deployment model”](#deployment-model)
Aembit uses a hybrid deployment model that balances centralized control with distributed enforcement:
* **Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud):** Managed SaaS control plane operated by Aembit for policy management, authorization decisions, and audit logging.
* **Aembit Edge**Aembit Edge**: Aembit Edge represents components deployed within your operational environments that enforce Access Policies by intercepting traffic, verifying identities, and injecting credentials just-in-time.[Learn more](/get-started/concepts/aembit-edge):** Policy enforcement components deployed in your infrastructure as containers, sidecars, or proxies, depending on your integration pattern.
This model provides centralized policy management while keeping credential brokering close to your workloads for performance and security.
For detailed deployment patterns and architecture, see [Software Architecture](/get-started/security-posture/architecture).
## Threat modeling methodology
[Section titled “Threat modeling methodology”](#threat-modeling-methodology)
Aembit uses a structured, risk-based threat modeling process that systematically identifies, categorizes, and prioritizes potential security threats. This process follows these steps:
* **Identify Assets**: Workloads, credentials, policies, audit logs.
* **Enumerate Threats**: Unauthorized access, credential theft, supply chain attacks, insider threats, data exfiltration.
* **Assess Risks**: Evaluate likelihood and impact.
* **Define Mitigations**: Implement controls and monitoring.
## Key threat categories and mitigations
[Section titled “Key threat categories and mitigations”](#key-threat-categories-and-mitigations)
| Threat Category | Example Scenario | Aembit Mitigation |
| -------------------- | ----------------------------------------------- | ----------------------------------------------------- |
| Unauthorized Access | Compromised workload attempts access | Policy-based access control, identity verification |
| Credential Theft | Stolen API keys or tokens | Short-lived credentials, secure brokering, audit logs |
| Supply Chain Attacks | Malicious code in dependencies | Signed container images, policy enforcement |
| Insider Threats | Privileged user abuses access | RBAC, audit logging, separation of duties |
| Data Exfiltration | Sensitive data sent to unauthorized destination | Policy restrictions, monitoring, alerting |
## How Aembit fits into your threat model
[Section titled “How Aembit fits into your threat model”](#how-aembit-fits-into-your-threat-model)
Aembit acts as a control point for workload-to-resource access, providing:
* **Centralized Policy Enforcement**: Centrally managed, auditable policies govern all access.
* **Identity Federation**: Integrates with cloud and on-prem identity providers to verify workload identities.
* **Credential Brokering**: Issues ephemeral credentials**Ephemeral credentials**: Short-lived credentials issued on demand that automatically expire after a configured time period. Because they aren't stored persistently, they reduce the risk window if compromised., reducing the risk of long-lived secrets.
* **Comprehensive Auditing**: Aembit logs all access requests and policy decisions for compliance and forensics.
### Threat surfaces and controls
[Section titled “Threat surfaces and controls”](#threat-surfaces-and-controls)
The following diagram illustrates how Aembit mediates all workload access, enforcing policy, and logging events. Aembit denies and logs unauthorized attempts.

### Component definitions
[Section titled “Component definitions”](#component-definitions)
The preceding diagram shows how Aembit components interact:
* **Aembit Cloud** - Managed SaaS control plane for policy management, credential brokering, and audit logging. Operated by Aembit.
* **Aembit Edge** - Policy enforcement components deployed in your environment (as containers, sidecars, or proxies). Managed by you.
* **Protected Resource**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads)** - Your databases, APIs, or services requiring access control.
* **Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads)** - Your applications or services requesting access to protected resources.
* **Audit Logs** - Centralized event logs stored in Aembit Cloud for compliance and monitoring.
## Security implementation overview
[Section titled “Security implementation overview”](#security-implementation-overview)
### Authentication and authorization
[Section titled “Authentication and authorization”](#authentication-and-authorization)
* **Policy Model:** Policy-based access control with Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies)
* **Identity Verification:** OAuth 2.0/OIDC protocols
* **Policy Enforcement:** Distributed enforcement via Aembit Edge
### Credential management
[Section titled “Credential management”](#credential-management)
* **Ephemeral Credentials:** Short-lived credentials with configurable TTL**TTL (Time to Live)**: The configured duration for which a credential, token, or cached value remains valid before expiring. Shorter TTLs reduce the window of exposure if a credential is compromised.
* **Just-in-Time Issuance:** Credentials issued only when needed, never stored in application code
* **Automatic Rotation:** Supported for compatible Credential Providers**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers)
### Encryption and data protection
[Section titled “Encryption and data protection”](#encryption-and-data-protection)
* **Data in Transit:** TLS 1.2 or higher for all communications
* **Data at Rest:** AES-256 encryption for stored data
* **Key Management:** Centralized key management in Aembit Cloud
### Audit and monitoring
[Section titled “Audit and monitoring”](#audit-and-monitoring)
* **Centralized Logging:** All access requests logged to Aembit Cloud
* **SIEM Integration:** Export logs to external SIEM systems
* **Compliance Support:** Audit trail for regulatory requirements
### Detailed security information
[Section titled “Detailed security information”](#detailed-security-information)
For detailed cryptographic specifications, key management procedures, enterprise security commitments, incident response processes, and SLA details, [contact Aembit support](/support-overview).
## Customer responsibilities
[Section titled “Customer responsibilities”](#customer-responsibilities)
While Aembit provides robust controls, customers are responsible for:
* Securing their own workloads and environments.
* Configuring access policies appropriately.
* Monitoring audit logs and responding to alerts.
## Threat model scope
[Section titled “Threat model scope”](#threat-model-scope)
### In scope: threats Aembit addresses
[Section titled “In scope: threats Aembit addresses”](#in-scope-threats-aembit-addresses)
Aembit’s threat model focuses on workload-to-resource access and identity:
* **Credential Exposure and Theft** - Stolen API keys, leaked secrets, compromised credentials
* **Policy Enforcement** - Unauthorized access, privilege escalation, access policy violations
* **Identity Verification** - Workload impersonation, spoofing, man-in-the-middle attacks
* **Access Auditing** - Visibility into access patterns, compliance monitoring, forensics
### Out of scope: complementary controls
[Section titled “Out of scope: complementary controls”](#out-of-scope-complementary-controls)
Aembit addresses workload identity and access control. You remain responsible for:
* **Network Security** - DDoS protection, packet filtering, network segmentation
* **Application Security** - SQL injection, XSS, input validation, secure coding practices
* **Endpoint Security** - Host hardening, malware protection, patch management
* **Physical Security** - Data center security, hardware protection
### Additional security information
[Section titled “Additional security information”](#additional-security-information)
For Aembit’s compliance certifications and framework mappings, see [Security Compliance](/get-started/security-posture/security-compliance).
For operational security commitments, SLA details, incident response procedures, and enterprise security specifications, [contact Aembit support](/support-overview).
# Sign up for an Aembit Tenant
> How to sign up for an Aembit Tenant directly through Aembit or cloud providers
## Signup options
[Section titled “Signup options”](#signup-options)
Aembit provides multiple ways for you to sign up for your own Aembit Tenant**Aembit Tenant**: Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.[Learn more](/get-started/concepts/administration) to start securing your workloads with Aembit. Aembit Tenants are where you manage your Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies),
### Direct
[Section titled “Direct”](#direct)

[Aembit ](https://useast2.aembit.io/signup)Sign up directly with Aembit
→
### Cloud providers
[Section titled “Cloud providers”](#cloud-providers)

[AWS Marketplace ](https://aws.amazon.com/marketplace/pp/prodview-uubndvyt7slgu)Sign up through AWS Marketplace
→

[Azure Marketplace ](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aembitinc1743804383861.aembit_starter)Sign up through Azure Marketplace
→
## Pricing plans
[Section titled “Pricing plans”](#pricing-plans)
Sign up or upgrade anytime. Use Aembit to manage access between your workloads and sensitive services on-prem, in the cloud, and SaaS.
The following table details the available plans and their pricing structure, what each plan includes, and guidance on when to upgrade your plan:
| Plan | What’s included | When to upgrade |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- |
| Starter (Free) | 10 Client Workloads**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) 24 hours of event log retention Community support | You need more workloads. You need multi-tenancy. You want live Aembit support. |
| Teams (monthly) | 10 Client Workloads included Grow to 500 Workloads 3 [Resource Sets](/get-started/concepts/administration#resource-sets) 24 hours of event log retention Live support during Business Hours | You need to support more than 500 workloads. You have custom event log retention needs. You need 24x7 support. |
| Enterprise (custom) | Unlimited Workloads Unlimited Access Policies Custom event log retention Conditional access 24x7 support | You can adjust resources when you need. You can add private networking. |
For details about pricing, see the [Aembit Pricing page](https://aembit.io/pricing/) on the official Aembit website.
# Aembit use cases
> Find the right starting point for your Aembit implementation
Aembit replaces static secrets with identity-based access. It secures two kinds of non-human identity, AI agents**AI Agent**: A software workload that authenticates to systems, requests credentials, and accesses resources, either on behalf of a person or on its own. Aembit secures AI agents with the same identity-first model it uses for any workload. User-driven agents such as Claude Desktop also carry a blended identity that ties access to both the user and the agent.[Learn more](/get-started/use-cases/ai-agents) and workloads**Workload**: Any non-human entity (application, service, automation, AI agent, etc.) that needs to access resources.[Learn more](/get-started/concepts/how-aembit-works/#introducing-workload-iam), so find your starting point below based on what you’re securing.
New to Aembit?
Start with **CI/CD Pipelines**. It’s the fastest path to seeing Aembit in action, with no agent deployment required.
## AI
[Section titled “AI”](#ai)
Aembit secures AI access in both directions: AI agents reaching into your systems (directly or through MCP servers), and your own applications reaching out to LLM APIs. All three use cases share the same identity-first model.
[Securing AI agent access to your resources ](/get-started/use-cases/ai-agents)Secure Claude Desktop, Gemini CLI, and other MCP clients with user-level access control and full audit trails.
→
[Securing MCP server access ](/get-started/use-cases/mcp-server-access)Front your MCP servers with the Identity Gateway so AI agents hold no credentials and every request is audited per user.
→
[Securing your applications' access to LLM APIs ](/get-started/use-cases/ai-llm-access)Eliminate embedded API keys for OpenAI, Anthropic, Azure OpenAI, and other LLM APIs. Control costs and prevent denial of wallet attacks.
→
## Workloads
[Section titled “Workloads”](#workloads)
Applications, services, pipelines, and databases all need credentials to reach the resources they depend on. Aembit issues those credentials just-in-time from verified identity, with no static secrets to store or leak.
### Applications and services
[Section titled “Applications and services”](#applications-and-services)
[Credential Management ](/get-started/use-cases/credential-management)Unify access to AWS Secrets Manager, Azure Key Vault, and HashiCorp Vault through a single identity-based policy layer.
→
[Microservices Security ](/get-started/use-cases/microservices-security)Replace shared service accounts with per-workload identity using SPIFFE JWT-SVID or OIDC tokens in your service mesh.
→
### CI/CD and automation
[Section titled “CI/CD and automation”](#cicd-and-automation)
[CI/CD Pipelines ](/get-started/use-cases/ci-cd)Eliminate hardcoded secrets in GitHub Actions, GitLab CI, and Jenkins. No agent required; it uses your platform's OIDC tokens.
→
### Data and analytics
[Section titled “Data and analytics”](#data-and-analytics)
[Database Access ](/get-started/use-cases/database-access)Replace static database passwords with short-lived, identity-based credentials. No changes required on the database side.
→
### Infrastructure and platform
[Section titled “Infrastructure and platform”](#infrastructure-and-platform)
[Multicloud Environments ](/get-started/use-cases/multicloud)Authenticate workloads in AWS, Azure, and GCP using their native identity, with unified policies across all environments.
→
[Third-Party Access ](/get-started/use-cases/third-party-access)Securely connect to external services like GitLab or Snowflake with automatic credential rotation.
→
***
## Quick reference
[Section titled “Quick reference”](#quick-reference)
| If you’re… | Start with | Complexity |
| ------------------------------------------- | ----------------------------------------------------------------------- | ----------- |
| Securing AI assistants and MCP clients | [AI agent access](/get-started/use-cases/ai-agents) | Moderate |
| Centralizing and auditing MCP server access | [MCP server access](/get-started/use-cases/mcp-server-access) | Moderate |
| Protecting LLM API access | [LLM API access](/get-started/use-cases/ai-llm-access) | Quick start |
| Securing CI/CD pipelines | [CI/CD Pipelines](/get-started/use-cases/ci-cd) | Quick start |
| Consolidating vault access | [Credential Management](/get-started/use-cases/credential-management) | Moderate |
| Securing database access | [Database Access](/get-started/use-cases/database-access) | Moderate |
| Running Kubernetes microservices | [Microservices Security](/get-started/use-cases/microservices-security) | Moderate |
| Managing multiple cloud providers | [Multicloud Environments](/get-started/use-cases/multicloud) | Advanced |
| Connecting to external SaaS APIs | [Third-Party Access](/get-started/use-cases/third-party-access) | Moderate |
***
## See also
[Section titled “See also”](#see-also)
* [How Aembit works](/get-started/how-aembit-works) - Architecture and deployment model
* [Quickstart](/get-started/quickstart/) - Get started in minutes
* [Security posture](/get-started/security-posture/) - Security architecture and compliance
# Securing AI agent access to your resources
> How Aembit secures AI agent access to enterprise resources through the Model Context Protocol (MCP)
AI agents are fundamentally workloads, whether they’re user-driven assistants like Claude Desktop or autonomous decision-makers. They authenticate to systems, request credentials, and access enterprise resources. The same identity and access management principles that secure your applications and services apply to AI agents.
Everything Aembit has built for workload IAM (attestation methods, SPIFFE compatibility, credential issuance, access policies) extends to agentic AI. The difference is the workload type, not the security model.
Most organizations struggle with this because they treat AI agents as a special case. They either block agents entirely or distribute long-lived API keys that give every user’s agent identical access with no visibility or control.

Both traditional applications and AI agents follow the same path: authenticate with Aembit, receive short-lived credentials, and access enterprise resources under policy control.
### User-driven AI agents
[Section titled “User-driven AI agents”](#user-driven-ai-agents)
AI assistants like Claude Desktop or Gemini CLI that act on behalf of an authenticated user. These agents have a blended identity**Blended Identity**: An access model that combines a human user's identity (authenticated through an Identity Provider) with an AI agent's workload identity into a single access decision, enabling policies that evaluate both "who is this user" and "which agent are they using" simultaneously.[Learn more](/ai-guide/blended-identity): access ties to both the user’s identity (from your IdP) and the agent’s workload identity, so policies can scope permissions based on “who is using which agent to do what.”
The rest of this page focuses on user-driven agents, the most mature category and the one organizations are deploying today.
## What Aembit solves
[Section titled “What Aembit solves”](#what-aembit-solves)
Organizations want to deploy AI agents, but security and compliance requirements block progress. Without centralized identity controls, teams wait on security reviews, agents lack access to internal systems, and long-lived API keys distributed as workarounds create unmonitored risk.
Aembit’s Model Context Protocol (MCP) integrations bring identity-based access control to AI agents through [blended identity](/ai-guide/blended-identity/), combining the user’s identity with the agent’s workload identity in every access decision. Instead of distributing static credentials to each agent, Aembit authenticates the user behind the agent and identifies which agent they’re using. It then issues short-lived tokens based on your access policies.
Static API keys can’t scope per-agent or revoke access without rotation. Virtual Private Network (VPN)-based access doesn’t distinguish agents from users. AI vendor built-in auth is provider-specific and not unified across systems. Aembit treats AI agents as workload identities with the same attestation, policy, and audit capabilities used for any other workload.
With Aembit, you get:
* Blended identity access control that evaluates both the user (through your IdP) and the agent (through workload identity) in a single access decision, not just “who is this user?” but “who is this user, using which agent?”
* Credential isolation, so AI agents never see the actual credentials for backend systems
* Per-user credential scoping, where each user’s agent receives different downstream credentials based on their identity, even when all users share the same agent and policies
* A centralized audit trail that logs every agent request with both user identity and agent identity
* Instant revocation by disabling access for a specific user, agent type, or user-agent combination through policy changes, not credential rotation
## Real example: securing Claude Desktop access
[Section titled “Real example: securing Claude Desktop access”](#real-example-securing-claude-desktop-access)
Your team wants to use Claude Desktop to query Jira issues and search Confluence documentation. Without Aembit, you’d need to:
1. Create API tokens for Jira and Confluence
2. Distribute those tokens to every user’s Claude Desktop configuration
3. Hope nobody commits their config file to a repository
4. Accept that you have no idea which user made which API call
With Aembit, this flow looks different:

When a user opens Claude Desktop and connects to your MCP server, the [MCP Authorization Server](/ai-guide/mcp/authorization-server/) intercepts the connection. Aembit redirects the user to your identity provider to authenticate. Once authenticated, Aembit evaluates your [Access Policies](/get-started/concepts/access-policies/) to determine if this user, at this time, from this location, should have access.
If approved, Aembit issues a short-lived token that the MCP server validates. The user’s Claude Desktop session can now access Jira and Confluence through MCP. The actual API credentials never leave Aembit’s control.
How MCP OAuth 2.1 authorization works
The [Model Context Protocol (MCP) specification](https://spec.modelcontextprotocol.io/) defines how AI agents discover and connect to servers that provide context (data sources, tools, resources). MCP uses OAuth 2.1**OAuth 2.1**: An updated consolidation of the OAuth 2.0 specification that mandates PKCE for all clients, removes the implicit grant and resource owner password grant, and requires stricter security defaults.[Learn more(opens in new tab)](https://oauth.net/2.1/) with dynamic client registration, which means:
* AI agent clients don’t need static credentials to authenticate to the MCP Authorization Server (no pre-shared secrets)
* The agent registers itself at runtime, receives a client ID, and uses Proof Key for Code Exchange (PKCE)**PKCE (Proof Key for Code Exchange)**: An OAuth 2.0 extension that prevents authorization code interception attacks. The client creates a cryptographic challenge during the authorization request and proves possession of the original secret when exchanging the code for a token.[Learn more(opens in new tab)](https://oauth.net/2/pkce/) to complete the OAuth flow
* After user authentication, the MCP Authorization Server issues a token with a limited lifetime (default 1 hour), which the agent uses to access the MCP server
This differs from traditional OAuth 2.0 by eliminating client secrets, since AI agents running on user devices can’t protect stored secrets. It also requires PKCE for all clients, not just public clients.
MCP Authorization Server vs. MCP Identity Gateway
Aembit offers two components for securing MCP traffic:
**MCP Authorization Server** Issues short-lived tokens to AI agents after user authentication. The agent holds the token and presents it to the MCP server on each request. Implements blended identity through a single access policy that evaluates both user and agent.
**MCP Identity Gateway** Proxies all MCP traffic through Aembit, so the AI agent never holds any credential, not even the short-lived token. Every MCP request flows through the Identity Gateway, which validates the user’s identity and injects credentials on the fly. Extends blended identity across two policy hops, enabling per-user credential isolation for each downstream MCP server.
The Identity Gateway model provides the strongest security (zero credential exposure to the agent and per-user credential scoping) but introduces latency and a single point of failure. The authorization server model is simpler and sufficient for most use cases, as the short-lived tokens expire fast and scope to specific resources. Both models implement [blended identity](/ai-guide/blended-identity/), combining user and workload identity in every access decision.
### Why this architecture matters for AI agents
[Section titled “Why this architecture matters for AI agents”](#why-this-architecture-matters-for-ai-agents)
AI agents introduce security challenges that traditional secret management doesn’t address.
Unlike scripts or applications, AI agents make decisions about what to access and when. An agent might query your entire Jira backlog or search Confluence for sensitive keywords. Blended identity policies let you scope access based on both the user and the agent. You can allow your security team to use Claude Desktop for vulnerability data while restricting engineering to Jira and Confluence only.
As AI assistants become standard developer tools, every employee needs access to backend systems. Distributing static credentials to hundreds of agent configurations creates significant risk. Blended identity eliminates this problem. Aembit issues credentials per user per session, scopes them to specific resources, and never shares them across users or agents.
When an AI agent takes an action on behalf of a user, compliance teams need to know who was responsible. Aembit’s logging ties every MCP request to both a verified user identity and the specific agent that made the request.
Aembit’s AI agent security isn’t a separate product. It leverages the same [Trust Providers](/get-started/concepts/trust-providers/), [Credential Providers](/get-started/concepts/credential-providers/), and [Access Policies](/get-started/concepts/access-policies/) you use for securing service-to-service communication. The MCP Authorization Server is an integration layer on top of Aembit’s workload IAM foundation, and it extends to new agent types without rebuilding the security model.
### Audit and compliance for AI agents
[Section titled “Audit and compliance for AI agents”](#audit-and-compliance-for-ai-agents)
AI agents introduce a new audit challenge. When an agent takes an action, compliance teams need the same answers they require for human access: who was responsible, what did they access, and when did it happen?
Because Aembit’s blended identity model captures both user and agent identity, every access event includes full attribution. Aembit logs every AI agent request with both verified user identity and agent workload identity. It treats agent access events the same way you’d audit a human logging into a VPN or accessing a database. Logged events include:
* Authentication events, covering which user authenticated to which agent, at what time, from what location
* Authorization decisions, including which access policies evaluated, what conditions matched, and what access Aembit granted or denied
* Workload events, showing what resources the agent accessed, what operations it performed, and what credentials Aembit issued
Why audit for AI agents differs from traditional application logging
Traditional applications have predictable behavior: a web service queries the same database endpoints, a cron job runs the same script. AI agents make decisions in real time about what to access and how to use it. One user’s agent might query three Jira tickets; another might search your entire Confluence knowledge base.
This unpredictability means you can’t rely on static application logs to understand what happened. You need identity-based audit trails that tie every agent action to a responsible user, just like you would for human access to sensitive systems.
Aembit’s access logs provide this by capturing not just “an MCP request happened,” but “’s Claude Desktop agent accessed Jira at 2:34 PM, received access under policy ‘Jira-Read’, and made 3 API calls.”
For organizations with audit requirements around privileged access or regulatory compliance (SOC 2, HIPAA, PCI), this agent-level logging satisfies the same controls as human access monitoring.
## Supported AI platforms
[Section titled “Supported AI platforms”](#supported-ai-platforms)
Aembit’s MCP Authorization Server supports OAuth 2.1 with dynamic client registration, which means it works with MCP-compatible AI platforms including:
* Claude Desktop, the Anthropic desktop application with MCP support
* Gemini CLI, Google’s command-line AI assistant
* Custom MCP clients (any application implementing the MCP specification)
## Next steps
[Section titled “Next steps”](#next-steps)
### Start with the MCP Authorization Server
[Section titled “Start with the MCP Authorization Server”](#start-with-the-mcp-authorization-server)
* [MCP Authorization Server overview](/ai-guide/mcp/authorization-server/) covers how OAuth 2.1 authorization works for MCP clients
* [Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server) walks through configuring Aembit as your MCP authorization provider
### Understand blended identity
[Section titled “Understand blended identity”](#understand-blended-identity)
* [Blended identity](/ai-guide/blended-identity/) explains how Aembit combines user and workload identity for AI agent access control
### Configure identity and policies
[Section titled “Configure identity and policies”](#configure-identity-and-policies)
* [Trust Providers](/get-started/concepts/trust-providers/) for connecting your identity provider for user authentication
* [Access Policies](/get-started/concepts/access-policies/) for defining who can access which MCP servers and under what conditions
### Related use cases
[Section titled “Related use cases”](#related-use-cases)
* [MCP server access](/get-started/use-cases/mcp-server-access/) covers the MCP Identity Gateway, a centralized proxy that adds per-user credential isolation and zero credential exposure when agents reach many MCP servers
* [AI and LLM Access](/get-started/use-cases/ai-llm-access/) covers securing your applications’ access to AI APIs (OpenAI, Anthropic, etc.), which is distinct from securing AI agents’ access to your enterprise resources
* [Multicloud](/get-started/use-cases/multicloud/) explains how Aembit provides unified workload identity across cloud providers, relevant if your AI agents access resources across AWS, Azure, and GCP
# Securing your applications' access to LLM APIs
> How Aembit protects workload connections to LLM APIs like OpenAI, Azure OpenAI, and Anthropic
Applications that call LLM APIs like OpenAI, Anthropic, or Azure OpenAI typically embed static API keys in code.
Exfiltrated or misused keys let attackers consume API services at the victim’s expense. This attack pattern is called LLMjacking**LLMjacking**: The unauthorized use of stolen LLM API credentials to consume AI services at the victim's expense. Attackers obtain API keys through exposed repositories, compromised environments, or leaked credentials, then resell access or use it directly.[Learn more(opens in new tab)](https://sysdig.com/blog/llmjacking-stolen-cloud-credentials-used-in-new-ai-attack/).
Stolen credentials sell for as little as $30, and a single compromised key can generate significant unexpected charges in hours.
LLMjacking and denial of wallet attacks
**LLMjacking** is the unauthorized use of stolen LLM API credentials to consume AI services at the victim’s expense. Attackers obtain API keys through exposed repositories, compromised environments, or leaked credentials, then resell access or use it directly. Sysdig reported a 10x increase in LLMjacking attacks in mid-2024, and Pillar Security documented 35,000 attack sessions targeting exposed AI infrastructure between December 2025 and January 2026.
LLMjacking is a form of **denial of wallet (DoW) attack**, a broader class of attacks that exploit consumption-based billing models to inflict financial damage. Unlike traditional denial-of-service attacks that crash systems, denial of wallet**Denial of wallet**: An attack that exploits consumption-based billing models to inflict financial damage through excessive resource usage. Unlike denial-of-service attacks that crash systems, denial of wallet attacks drain budgets. attacks drain your budget through excessive resource consumption.
LLM APIs are particularly susceptible because of how they’re priced and provisioned:
* LLM API calls cost markedly more than typical cloud API calls
* Token-based pricing means long responses or large context windows multiply costs
* Many LLM providers allow unlimited usage with pay-as-you-go billing and no built-in rate limits
As an example, one experimental AI agent project making unconstrained calls to GPT-4 ran up about $4M-$15M in bills in a single week.
## What Aembit solves
[Section titled “What Aembit solves”](#what-aembit-solves)
Aembit eliminates embedded API keys and brings identity-based access control to LLM API access. Instead of distributing static credentials to applications, Aembit authenticates workloads and issues short-lived credentials based on your Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) rules.
* Applications request temporary credentials from Aembit instead of storing static API keys in code or configuration files.
* Access Policies enforce conditional access to prevent unauthorized or runaway LLM API usage that generates unexpected bills.
* Aembit logs every access request with verified workload identity, so you can track which workload accessed which LLM API, when, and under what conditions.
* Protecting LLM APIs uses the same Aembit pattern as any other API. If you’re already using Aembit for other resources, you don’t need any new features.
* Aembit verifies workload identity before granting access, replacing static keys with cryptographically attested identity.
LLM API credential vulnerabilities
Most LLM APIs use bearer token**Bearer token**: An authentication credential passed in HTTP headers where anyone who possesses the token can use it to access the protected resource. No additional proof of identity is required beyond holding the token itself. authentication, which means basic API keys passed in HTTP headers. This is one of the most rudimentary authentication methods.
* Keys often remain valid indefinitely until manually revoked.
* A single key typically grants full account access to all models and endpoints.
* The credential itself provides no protection against excessive usage.
* The API provider has no way to know which workload or user is actually making the call.
An exfiltrated key is functionally identical to a legitimate one. Without external controls like Aembit, there’s no way to distinguish between authorized and unauthorized usage until the bill arrives.
## Real example: Application accessing OpenAI API
[Section titled “Real example: Application accessing OpenAI API”](#real-example-application-accessing-openai-api)
Your organization runs a customer support chatbot that calls OpenAI’s GPT-4 API. Without Aembit, you’d need to:
1. Create an OpenAI API key
2. Store that key in your application’s environment variables or secrets manager
3. Manually rotate the key periodically and update all consuming applications
4. Accept that any compromise of your application, deployment pipeline, or secrets storage exposes the key
With Aembit, this flow looks different:

Application requests credentials from Aembit instead of storing them directly. Access Policy enforces which workloads can call the LLM API and under what conditions.
The flow works like this:
1. Your application needs to call the OpenAI API
2. [Aembit Edge](/get-started/concepts/aembit-edge) intercepts the request and asks Aembit for credentials
3. Aembit verifies the workload’s identity using a [Trust Provider](/get-started/concepts/trust-providers) (AWS IAM role, Kubernetes service account, Azure managed identity, etc.)
4. If the Access Policy allows this workload to access OpenAI, Aembit retrieves or generates the appropriate credential
5. Aembit returns a temporary credential to the application
6. The application uses that credential to call the OpenAI API
The application makes a standard HTTP request to OpenAI. Aembit handles authentication and authorization transparently, so your application code doesn’t change.
### Why this matters for AI and LLM access
[Section titled “Why this matters for AI and LLM access”](#why-this-matters-for-ai-and-llm-access)
LLM APIs bill per token and request, making them prime targets for LLMjacking. Attackers use stolen credentials to consume AI services at the victim’s expense. One experimental agent project ran up about $4M-$15M in bills in a single week of operation. Credential protection for LLM APIs has a direct budget impact.
While some LLM providers offer more sophisticated authentication options, the most common pattern across the LLM ecosystem remains static API keys with rudimentary security. Aembit upgrades this security model without requiring LLM providers to change anything.
Connecting to an LLM API is the same fundamental pattern as connecting to any other resource. If you’re already using Aembit for other resources, you can protect LLM API access immediately with the same capabilities, without any new features.
When an application makes thousands of LLM API calls, compliance, finance, and security teams need to know which workload was responsible. Aembit logs every access request with verified workload identity, creating an audit trail that ties API usage to specific applications.
## Supported LLM providers
[Section titled “Supported LLM providers”](#supported-llm-providers)
Aembit works with any LLM API that accepts standard authentication mechanisms like API keys, OAuth tokens, or bearer tokens. The integration is credential-provider-specific, not provider-specific. Configure Aembit with the appropriate [Credential Provider](/get-started/concepts/credential-providers) for your LLM service, and Aembit handles the rest.
Common LLM providers include:
* OpenAI (GPT-4, ChatGPT API), using API key authentication
* Anthropic (Claude API), using Workload Identity Federation or API key authentication
* Azure OpenAI Service, using Azure Entra managed identities or API keys
* Google Vertex AI (Gemini API), using GCP Workload Identity Federation
* AWS Bedrock, using AWS STS Federation
* Any HTTP-based LLM API that uses API keys, OAuth, or bearer tokens
See the [Credential Provider documentation](/get-started/concepts/credential-providers) for configuration details specific to your LLM provider’s authentication method.
## Next steps
[Section titled “Next steps”](#next-steps)
* [Learn about Access Policies](/get-started/concepts/access-policies) to control which workloads can access LLM APIs and under what conditions
* [Explore AI agent scenarios](/get-started/use-cases/ai-agents) where AI agents themselves become workloads accessing enterprise resources via the Model Context Protocol (MCP)
* [Review Trust Provider options](/get-started/concepts/trust-providers) to verify workload identity using your environment’s native identity system
* [Secure third-party SaaS API access](/get-started/use-cases/third-party-access/) beyond LLMs, including Salesforce, Slack, Snowflake, and other SaaS applications
# Securing CI/CD pipelines
> How Aembit secures workload access in CI/CD environments
Most teams running CI/CD pipelines manage secrets in environment variables, vaults, or hardcoded in scripts. Rotating these credentials is tedious and risky. Every rotation requires updating pipeline configurations, risking outages, and burning engineering hours. For regulated industries, auditability is critical: who accessed what, when, and why? CI/CD pipelines are particularly attractive targets because they often hold the highest privileges in the deployment chain. Static secrets stored in CI/CD systems also create attack vectors that many teams underestimate.
## Risks in CI/CD secret management
[Section titled “Risks in CI/CD secret management”](#risks-in-cicd-secret-management)
Keeping secrets out of code isn’t enough to protect them. Common CI/CD patterns leave credentials exposed in ways that teams often overlook.
Compromised pipeline credentials with high privileges
Teams often configure AWS administrator credentials, database root passwords, or API keys with full account access directly into CI/CD secret stores. A single compromised pipeline job (through dependency confusion, supply chain attacks, or malicious PR merges) can exfiltrate these credentials. For enterprise environments, this could enable multi-million dollar cloud resource abuse or data exfiltration. Consider a scenario where new development teams create AWS accounts and store administrator credentials in pipeline settings. A compromise could allow unauthorized resource provisioning, cryptomining operations, or sensitive data theft, creating both financial and regulatory exposure.
Secrets leaked through pipeline logs
Even with log masking showing asterisks instead of actual secrets, a compromised developer account can merge code that exfiltrates credentials via network requests. For example, malicious code could send environment variables to an external server in a legitimate-looking HTTP request. The secret never appears in logs, but it’s stolen anyway. Short-lived credentials limit the damage: even if exfiltrated, they expire before an attacker can exploit them.
Pipeline configurations committed to repos
Many teams version-control their GitLab CI YAML files or GitHub Actions workflow files. If these files reference secrets directly, even as variable names, and if those secrets are later exposed through environment dumps or logs, attackers can correlate variable names with actual values. Worse, if the configuration includes base64-encoded secrets for convenience, those are immediately compromised once someone clones the repo.
## What Aembit solves
[Section titled “What Aembit solves”](#what-aembit-solves)
Aembit assigns a unique identity to each CI/CD job using [Trust Providers](/get-started/concepts/trust-providers), which verify that the pipeline job is authentic. Instead of storing static secrets in your pipeline configuration, jobs request [credentials dynamically](/get-started/concepts/credential-providers) from Aembit at runtime. Aembit issues short-lived tokens or credentials based on [Access Policies](/get-started/concepts/access-policies) you define.
* Aembit removes static secrets from pipeline configurations, runners, and repository files, eliminating exposure through logs, version control, or compromised pipeline jobs.
* Aembit handles credential rotation centrally, with no pipeline downtime.
* Aembit logs every credential request for straightforward audits.
* Aembit secures access in both directions: your pipelines accessing external systems and external systems accessing your CI/CD platform APIs.
Example: External monitoring tools accessing GitHub APIs
Your security scanning tool needs to query GitHub for repository activity, open pull requests, and workflow run results. Instead of creating a long-lived Personal Access Token**Personal Access Token (PAT)**: A long-lived authentication token used as an alternative to passwords for API access. PATs are commonly used with services like GitLab, GitHub, and Jira, and are a frequent target for credential theft. for the scanning tool, Aembit provisions short-lived tokens on-demand. If an attacker compromises the scanning tool, the blast radius**Blast radius**: The scope of damage that can result from a security breach. A smaller blast radius means a compromised credential or component affects fewer systems and less data. covers only the current token’s lifetime, not months or years.
## Reduce secrets management costs
[Section titled “Reduce secrets management costs”](#reduce-secrets-management-costs)
Traditional secrets managers like AWS Secrets Manager and HashiCorp Vault charge per secret stored, per API call to retrieve that secret, and per rotation operation. For large organizations running hundreds or thousands of pipeline jobs daily, this adds up fast.
One large financial services company reported spending $500,000 annually on secrets management alone for their CI/CD infrastructure. Aembit issues credentials on-demand rather than storing thousands of static secrets, which reduces costs markedly while improving security. In this case, the organization projected reducing their secrets management spend to approximately $100,000 by eliminating per-secret storage costs and API call volume.
Why secrets-per-API pricing becomes expensive
Traditional secrets management charges per secret stored and per API call to retrieve that secret. In a CI/CD environment with hundreds of jobs running daily, each job reads multiple secrets like database credentials, API keys, and cloud provider tokens. The API call volume accumulates fast. Consider a financial services company with 50 teams each running 20 pipeline jobs per day, averaging 5 secret reads per job. That generates 5,000 secret retrievals daily—about 2 million per year. At typical pricing tiers, this becomes a substantial line item. Aembit eliminates per-secret storage costs by issuing credentials dynamically rather than storing them persistently.
## Real example: GitLab service account management
[Section titled “Real example: GitLab service account management”](#real-example-gitlab-service-account-management)
Suppose your team manages multiple CI/CD pipelines that need access to GitLab’s API. Each pipeline stores Personal Access Tokens (PATs) in your pipeline configuration or environment variables. Rotating these tokens is manual and error-prone, and auditing who accessed what’s difficult.
With Aembit, the workflow looks like this:

When a GitLab CI pipeline job starts, Aembit authenticates it using the [Gitlab Trust Provider](/user-guide/access-policies/trust-providers/gitlab-trust-provider). This verifies the job is legitimate before proceeding.
Once authenticated, the job requests credentials from Aembit. Aembit checks your [Access Policies](/get-started/concepts/access-policies) to determine if this job can access GitLab. If approved, Aembit retrieves or provisions a Personal Access Token (PAT) through the [Managed GitLab Account Credential Provider](/user-guide/access-policies/credential-providers/managed-gitlab-account).
Aembit injects this short-lived token into the job at runtime. The job uses it to call GitLab’s API, then the token expires automatically.
Next time the job runs, the process repeats with a fresh token. No manual rotation needed, no static secrets stored in your repository, and Aembit logs every access for compliance. If you need to revoke access to a specific job, update the [Access Policy](/user-guide/access-policies), not dozens of stored credentials.
### Why this architecture matters for CI/CD
[Section titled “Why this architecture matters for CI/CD”](#why-this-architecture-matters-for-cicd)
Unlike traditional secret management where static, long-lived tokens sit in pipeline configuration or environment variables, Aembit provisions short-lived credentials on-demand at job runtime.
If pipeline logs, artifacts, or repository history expose a token, its short lifespan limits the window of exposure and potential damage. Revoking access happens immediately through policy changes, with no need to rotate credentials across dozens of systems or runners. An employee departure or security incident triggers access revocation with a single policy update.
Aembit also logs every credential request and usage, so security and compliance teams can determine which workload accessed which system, and when.
## Beyond CI/CD: Platform engineering and automation orchestration
[Section titled “Beyond CI/CD: Platform engineering and automation orchestration”](#beyond-cicd-platform-engineering-and-automation-orchestration)
GitHub and GitLab increasingly serve as automation platforms for orchestrating activities across organizations, extending beyond traditional code commit, test, and deploy workflows. Platform engineering teams use these systems to manage configuration, provision resources, and coordinate activities across enterprise systems.
Example: Automating identity provider configuration
Some organizations use GitHub Actions or GitLab CI as an orchestration layer to manage configuration across enterprise systems. For example, a financial services company might use GitHub workflows to automate Okta user provisioning, group assignments, and policy updates whenever organizational changes occur. Traditional approaches require storing long-lived Okta API tokens in GitHub secrets, which creates a significant security risk if an attacker gains access to those secrets. Aembit eliminates this risk by issuing short-lived credentials dynamically to each workflow run.
Aembit secures credentials for both traditional CI/CD pipelines and these broader automation orchestration use cases. Whether your GitHub Actions workflow deploys code or configures your identity provider, the same architecture applies: verify job identity, check policy, issue short-lived credentials, and log everything.
## Supported platforms
[Section titled “Supported platforms”](#supported-platforms)
Aembit provides native integrations with major CI/CD platforms. Each integration uses your platform’s built-in identity capabilities for secure workload authentication:
* **GitLab** (including GitLab Dedicated and Self-Managed) - Uses GitLab CI tokens for authentication
* **GitHub** (via OIDC tokens) - Leverages GitHub’s native OIDC provider
Additionally, Aembit supports CI/CD platforms through OIDC**OpenID Connect (OIDC)**: An identity layer built on top of OAuth 2.0 that lets applications verify the identity of a user or workload and obtain basic profile information using JSON Web Tokens (JWTs).[Learn more(opens in new tab)](https://openid.net/developers/how-connect-works/) ID Token Trust Providers, including Jenkins and other systems that support OpenID Connect.
## Next steps
[Section titled “Next steps”](#next-steps)
**Choose your platform:**
* [GitLab CI/CD](/user-guide/deploy-install/ci-cd/gitlab) - Deploy Aembit Edge or use the GitLab CI/CD Component
* [GitHub Actions](/user-guide/deploy-install/ci-cd/github) - Deploy Aembit Edge with GitHub Actions
* [Jenkins Pipelines](/user-guide/deploy-install/ci-cd/jenkins-pipelines) - Inject credentials into Jenkins using OIDC
**Next, configure your platform’s Trust Provider:**
* [GitLab Trust Provider](/user-guide/access-policies/trust-providers/gitlab-trust-provider) - Authenticate GitLab CI jobs
* [GitHub Trust Provider](/user-guide/access-policies/trust-providers/github-trust-provider) - Authenticate GitHub Actions jobs
* [OIDC ID Token Trust Provider](/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider) - For Jenkins and other OIDC-compatible platforms
**Explore related use cases:**
* [Multicloud Access](/get-started/use-cases/multicloud/) - For pipelines deploying across AWS, Azure, and GCP
* [Database Access](/get-started/use-cases/database-access/) - For securing database connections from your applications
* [Third-Party SaaS Access](/get-started/use-cases/third-party-access/) - For pipelines that push to services like Datadog, PagerDuty, and Slack
# Securing credential management
> How Aembit enables you to centrally manage and control credentials in your environments
Teams running workloads in Kubernetes, VMs, or serverless environments need to distribute and rotate credentials. Manual rotation is error-prone and often gets skipped. Credentials end up in environment variables, configuration maps, or even checked into source control. When someone leaves the company or a secret leaks, rotating everything becomes an urgent task.
Why Kubernetes Secrets aren’t secure by default
Kubernetes Secrets are base64-encoded, not encrypted. Anyone with `kubectl` access and the right Role-Based Access Control (RBAC) permissions can decode them. The secrets sit in `etcd`, Kubernetes’ backing datastore, where they persist unencrypted unless you explicitly configure encryption at rest.
Even with encryption at rest enabled, any pod that mounts the secret and any user with RBAC read permissions can access the plaintext value. Kubernetes Secrets solve distribution (getting the secret to the pod) but not access control (restricting which workloads should have it) or lifecycle management (rotating the secret when it changes).
Aembit addresses all three: workloads receive credentials only after identity verification, Access Policies scope credentials to specific applications, and rotation happens transparently through the vault.
## What Aembit solves
[Section titled “What Aembit solves”](#what-aembit-solves)
Aembit centralizes credential management and ties access to [workload identity](/get-started/concepts/client-workloads). Aembit delivers credentials just-in-time to requesting workloads, scopes them to specific applications, and rotates them automatically:
* [Credential Providers](/user-guide/access-policies/credential-providers) integrate with AWS Secrets Manager, Azure Key Vault, HashiCorp Vault, and other secret storage systems
* Workloads authenticate to Aembit using their identity (Kubernetes ServiceAccount, VM metadata, OIDC token) via [Trust Providers](/get-started/concepts/trust-providers)
* Aembit retrieves the secret from your vault and injects it into the workload at runtime—no secrets stored in configuration files
* Rotating a secret in the vault is seamless because Aembit always delivers the latest version to requesting workloads
## Real example: Using cloud credential vaults
[Section titled “Real example: Using cloud credential vaults”](#real-example-using-cloud-credential-vaults)
Imagine you’re running Kubernetes workloads across multiple environments that all need database passwords. You’re storing these passwords in Kubernetes Secrets or ConfigMaps, which means they’re stored in `etcd` (Kubernetes’ database) and visible to anyone with cluster access. Rotating passwords is a manual process: update the secret, restart the deployment, hope nothing breaks.
Aembit changes this model entirely:

Your Kubernetes workloads authenticate to Aembit using their [Kubernetes ServiceAccount](/user-guide/access-policies/trust-providers/kubernetes-service-account-trust-provider). Aembit verifies this identity and checks whether your [Access Policies](/get-started/concepts/access-policies) permit the workload to request database credentials.
If approved, Aembit connects to your AWS Secrets Manager or Azure Key Vault to retrieve the current database password. You can see all available [credential providers](/user-guide/access-policies/credential-providers) for different vault systems.
Instead of storing the password in Kubernetes, Aembit injects it directly into the workload’s memory at runtime. The workload uses it to connect to the database, then Aembit automatically cleans it up.
When you rotate the password in your vault, you don’t need to update any Kubernetes manifests or restart deployments. The next time a workload requests credentials, it automatically gets the new password from your vault. You can [audit every credential request](/get-started/concepts/audit-report) for compliance, knowing exactly which workload accessed what secret and when.
### Why this matters for credential management
[Section titled “Why this matters for credential management”](#why-this-matters-for-credential-management)
Secrets stored in Kubernetes Secrets or ConfigMaps sit in `etcd` and are visible to anyone with cluster access. Rotating them means updating manifests, restarting pods, and coordinating across teams. One missed update breaks a deployment.
Aembit removes secrets from your infrastructure entirely. Workloads authenticate with their existing identity, Aembit retrieves the current credential from your vault, and the workload never stores it. Rotation happens in the vault and takes effect on the next request with no restarts or manifest changes.
## Supported platforms
[Section titled “Supported platforms”](#supported-platforms)
* AWS Secrets Manager
* Azure Key Vault
* HashiCorp Vault
* Snowflake (keypair rotation)
## Next steps
[Section titled “Next steps”](#next-steps)
* [Configure a Credential Provider](/user-guide/access-policies/credential-providers) for your vault system
* [Set up Trust Providers](/get-started/concepts/trust-providers/) to authenticate your workloads by identity
* [Define Access Policies](/get-started/concepts/access-policies/) to control which workloads can request which credentials
**Related use cases:**
* For securing database connections specifically, see [Database Access](/get-started/use-cases/database-access/)
* For credentials needed by CI/CD pipelines, see [CI/CD Pipelines](/get-started/use-cases/ci-cd/)
* For managing credentials across cloud providers, see [Multicloud Environments](/get-started/use-cases/multicloud/)
# Securing database access
> How Aembit replaces static database credentials with identity-based access for PostgreSQL, MySQL, Snowflake, and more
Databases and data warehouses hold your organization’s most sensitive data, including transaction records, customer information, financial data, and business intelligence. Static database credentials embedded in application code, configuration files, or environment variables create constant risk. If an attacker compromises the application, they gain persistent access to the underlying data stores.
## What Aembit solves
[Section titled “What Aembit solves”](#what-aembit-solves)
Aembit eliminates static database credentials by generating short-lived, database-native credentials on demand using workload identity. Your applications authenticate using their cloud identity (AWS IAM, Azure Managed Identity, Kubernetes service accounts), and Aembit translates that identity into the credentials your database requires.
* Applications never store database passwords, reducing the attack surface from persistent credentials
* Aembit generates credentials your database already understands (PostgreSQL passwords, MySQL tokens, Snowflake OAuth tokens), so there is no need to retrofit federation onto legacy systems
* Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) verify workload identity before issuing credentials, enforcing least-privilege access to specific databases
* Credentials expire after minutes or hours based on policy, and Aembit issues new ones automatically without manual rotation scripts
* Aembit logs every database access request with workload identity, timestamp, and policy decision, regardless of database type
* You manage access policies for PostgreSQL, MySQL, SQL Server, Snowflake, and MongoDB through a single control plane
How Aembit translates cloud identity into database credentials
Your workload authenticates to Aembit using AWS IAM, Azure Managed Identity, or Kubernetes service accounts. Aembit verifies that identity against your Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) configuration.
Once verified, Aembit generates database-specific credentials (a PostgreSQL username and password, for example). These credentials are valid for a limited time (typically minutes to hours, based on your policy).
The database itself doesn’t need to understand AWS IAM. It receives a standard PostgreSQL authentication request with a username and password. From the database’s perspective, this looks like normal authentication. The difference is that the credentials are dynamically generated, short-lived, and tied to a verified workload identity.
When the credentials expire, the application automatically requests new ones from Aembit. Aembit cleans up the database user and issues a new set of credentials. This rotation happens transparently to your application code.
## Real example: Application accessing production database
[Section titled “Real example: Application accessing production database”](#real-example-application-accessing-production-database)
A customer-facing order management application running in AWS needs to query a PostgreSQL database that stores transaction history and customer records. Without Aembit, the application would use a static database password stored in AWS Secrets Manager or environment variables. Those credentials never rotate and provide a constant attack surface.

With Aembit, the flow works like this:
1. The application workload authenticates to Aembit using its AWS IAM identity (no passwords or keys to manage)
2. Aembit’s Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) verifies the workload identity against policy (which AWS account, which role, which workload attributes)
3. The Access Policy checks whether this workload should access this specific database
4. Aembit’s Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) issues a short-lived PostgreSQL username and password
5. The application uses these credentials to connect to the database
6. When the credentials expire, the application requests new ones automatically
7. Aembit logs every access request, creating an audit trail of which workloads accessed the database
### Why this matters for database security
[Section titled “Why this matters for database security”](#why-this-matters-for-database-security)
The application never stores database passwords. Every credential is short-lived and bound to a specific workload identity. If an attacker compromises the application, they can’t extract long-lived database credentials because none exist.
Database vendors built many enterprise databases before SAML and OAuth existed. These databases authenticate with usernames and passwords or certificate-based authentication, not identity federation. Aembit bridges this gap. Your workloads authenticate with modern cloud identity (AWS IAM, Azure Managed Identity, Kubernetes service accounts), and Aembit translates that into the authentication protocol your database understands.
Why doesn’t every database support federation?
Each database uses different authentication protocols. PostgreSQL uses Salted Challenge Response Authentication Mechanism (SCRAM) or MD5, and MySQL uses its own authentication plugin system. Oracle supports multiple modes (password, Kerberos, certificate-based), and Snowflake uses OAuth tokens. Database vendors designed many of these protocols before modern identity federation standards like SAML and OAuth existed.
Retrofitting federation support into legacy database engines is technically complex and often not feasible for systems that have been in production for decades. Aembit solves this by acting as a translation layer. Workloads authenticate using modern cloud identity, and Aembit generates the legacy credentials the database requires.
### A good starting place for zero trust
[Section titled “A good starting place for zero trust”](#a-good-starting-place-for-zero-trust)
Databases hold your most sensitive data. Securing database access is often where organizations start their zero-trust**Zero trust**: A security model that requires verification of every access request regardless of network location. No user, workload, or device is implicitly trusted, even inside the network perimeter.[Learn more(opens in new tab)](https://csrc.nist.gov/publications/detail/sp/800-207/final) journey. Aembit supports the major enterprise databases and gives you coverage across most of your critical systems. The Trust Providers and Access Policies you configure for database access use the same model for API access, cloud services, and CI/CD pipelines. The identity-based access patterns you build here apply across all workload types, so each subsequent use case is faster to deploy.
## Supported databases
[Section titled “Supported databases”](#supported-databases)
Aembit supports the following databases and data warehouses. Each integration uses database-native authentication protocols, so the database side requires no changes.
**Relational databases:**
* [PostgreSQL](/user-guide/access-policies/server-workloads/guides/aws-postgres)
* [MySQL](/user-guide/access-policies/server-workloads/guides/aws-mysql)
* [Oracle Database](/user-guide/access-policies/server-workloads/guides/oracle-database)
**Data warehouses:**
* [Snowflake](/user-guide/access-policies/server-workloads/guides/snowflake)
For a complete list of supported databases, see [Server Workloads](/user-guide/access-policies/server-workloads/).
Why doesn’t Aembit support every database?
Each database uses different authentication protocols. PostgreSQL uses SCRAM or MD5, and MySQL uses its own authentication plugin system. Oracle supports multiple modes (password, Kerberos, certificate-based), and Snowflake uses OAuth tokens. Aembit must implement specific support for each protocol.
Rather than supporting every niche database, Aembit focuses on platforms that represent the majority of enterprise usage, targeting 80%+ coverage. Once you have Oracle, PostgreSQL, MySQL, and major cloud data warehouses, you cover most production databases. Specialized databases (like International Business Machines (IBM) DB2 or legacy systems) go through Aembit’s feature prioritization process based on customer demand.
## Next steps
[Section titled “Next steps”](#next-steps)
* [Quickstart guide](/get-started/quickstart/)
* [Configure your first Access Policy](/user-guide/access-policies/)
* [Server Workloads integration guides](/user-guide/access-policies/server-workloads/)
**Related use cases:**
* For applications accessing databases across AWS, Azure, and GCP, see [Multicloud access](/get-started/use-cases/multicloud/)
* For securing pipeline access to databases during deployments, see [CI/CD pipelines](/get-started/use-cases/ci-cd/)
* For protecting connections to third-party SaaS APIs (not just databases), see [Third-party SaaS access](/get-started/use-cases/third-party-access/)
# Securing MCP server access
> How Aembit's MCP Identity Gateway gives AI agents centralized, zero-credential access to your MCP servers.
Teams now connect AI agents**AI Agent**: A software workload that authenticates to systems, requests credentials, and accesses resources, either on behalf of a person or on its own. Aembit secures AI agents with the same identity-first model it uses for any workload. User-driven agents such as Claude Desktop also carry a blended identity that ties access to both the user and the agent.[Learn more](/get-started/use-cases/ai-agents) to a growing number of MCP servers**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server). Each new connection becomes another place to store credentials, another identity to track, and another blind spot in the audit trail. Aembit’s MCP Identity Gateway**MCP Identity Gateway**: A component that brokers MCP traffic between MCP clients and target MCP servers, validating authorization and presenting Aembit-managed credentials on each request.[Learn more](/ai-guide/mcp/identity-gateway/) addresses this by sitting in front of your MCP servers as a single, identity-aware control point for all MCP traffic.
This is the centralized, zero-credential model for MCP access. If you want the fastest path to identity-based access for the AI assistants your users run (Claude Desktop, Gemini CLI), use the MCP Authorization Server. Start with [AI agent access](/get-started/use-cases/ai-agents/). Use the Identity Gateway when you need one audited control point across many MCP servers and users, and want AI agents to hold no downstream credentials at all.
## What Aembit solves
[Section titled “What Aembit solves”](#what-aembit-solves)
Without a gateway in front of your MCP servers, AI agents connect to each server directly. That creates three problems at scale:
* Every agent holds a credential or token for every MCP server it reaches, multiplying the secrets you have to manage.
* All users behind a shared agent inherit the same access, so you can’t isolate or attribute requests to a person.
* MCP activity spreads across individual agent configurations, with no central policy or audit trail.
The MCP Identity Gateway is a data-plane proxy that Aembit operates as a managed service for your Tenant. AI agents connect to the Identity Gateway as if it were an MCP server. The Identity Gateway relays each request to the real MCP server using credentials that Aembit manages. The agent never receives those downstream credentials.
With Aembit, you get:
* Zero credential exposure, because AI agents never hold credentials for your MCP servers. The Identity Gateway holds them in memory and injects them per request.
* Per-user credential isolation, where many users share the same two access policies, yet each user’s requests use their own downstream credentials scoped to their identity.
* Centralized routing, where a single Identity Gateway endpoint reaches multiple MCP servers, so you add or remove servers through policy instead of reconfiguring every agent.
* Full attribution, because the Identity Gateway logs every request with the user identity, the agent identity, the target MCP server, and the policy decision.
## How it works
[Section titled “How it works”](#how-it-works)
AI agents connect to the Identity Gateway instead of connecting directly to your MCP servers. The Identity Gateway handles authentication and credential injection, so each request reaches the MCP server with the right credentials, and the agent holds none of them.

The Identity Gateway evaluates every MCP request against two Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies):
* The Client-to-Gateway policy validates which AI agent (MCP client**MCP Client**: An application (such as Claude Desktop, Claude Code, or Gemini CLI) that connects to MCP servers to access tools and resources on behalf of users.[Learn more](/user-guide/ai/mcp-auth-server/setup-mcp-auth-server/)) is connecting and authenticates the user through your identity provider with a Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers).
* The Gateway-to-Server policy authorizes the Identity Gateway to reach a specific MCP server and uses a Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) to obtain that user’s credentials for it.
Because the user’s identity rides in every request, the Identity Gateway extends blended identity**Blended Identity**: An access model that combines a human user's identity (authenticated through an Identity Provider) with an AI agent's workload identity into a single access decision, enabling policies that evaluate both "who is this user" and "which agent are they using" simultaneously.[Learn more](/ai-guide/blended-identity) across both hops, combining the human user and the AI agent in a single access decision.
For the full request flow, token exchange, and security model, see [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/). For a side-by-side comparison of the Identity Gateway and the MCP Authorization Server, see [AI agent access](/get-started/use-cases/ai-agents/).
## What you can put behind the Identity Gateway
[Section titled “What you can put behind the Identity Gateway”](#what-you-can-put-behind-the-identity-gateway)
A single Identity Gateway can front both the third-party SaaS MCP servers your agents consume and the MCP servers you build and operate yourself. It proxies both tool invocations and resource access, applying the same policies and credential isolation to each.
For how Aembit handles different MCP service types, including the current support and limitations for MCP apps, see [MCP servers and MCP apps](/ai-guide/mcp/mcp-servers-and-apps/).
## Next steps
[Section titled “Next steps”](#next-steps)
### Set up the Identity Gateway
[Section titled “Set up the Identity Gateway”](#set-up-the-identity-gateway)
* [MCP Identity Gateway overview](/ai-guide/mcp/identity-gateway/) covers what the Identity Gateway does and when to use it
* [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/) explains the architecture, two-policy model, and security boundaries
* [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/) walks through configuring your Tenant for the managed Gateway
### Configure identity and policies
[Section titled “Configure identity and policies”](#configure-identity-and-policies)
* [Trust Providers](/get-started/concepts/trust-providers/) for authenticating the user behind each agent
* [Credential Providers](/get-started/concepts/credential-providers/) for obtaining per-user credentials for each MCP server
* [Access Policies](/get-started/concepts/access-policies/) for defining who can reach which MCP servers and under what conditions
### Understand blended identity
[Section titled “Understand blended identity”](#understand-blended-identity)
* [Blended identity](/ai-guide/blended-identity/) explains how Aembit combines user and agent identity in every access decision
## Related use cases
[Section titled “Related use cases”](#related-use-cases)
* [AI agent access](/get-started/use-cases/ai-agents/) secures the AI assistants your users run, using the MCP Authorization Server for the fastest path to identity-based MCP access
* [LLM API access](/get-started/use-cases/ai-llm-access/) secures your own applications’ access to LLM APIs such as OpenAI, Anthropic, and Azure OpenAI
# Securing microservices
> How Aembit secures workload access between microservices
In microservices setups (Kubernetes, Elastic Container Service (ECS), VMs), services need to authenticate to each other. Teams often rely on shared secrets, static API keys, or network controls. This creates lateral movement**Lateral movement**: An attack technique where an adversary moves through a network after initial compromise, using stolen credentials or exploited trust relationships to access additional systems and escalate privileges. risks, stale credentials, and limited visibility into service-to-service communication.
## What Aembit solves
[Section titled “What Aembit solves”](#what-aembit-solves)
Aembit issues unique, verifiable identities to each microservice using [Trust Providers](/get-started/concepts/trust-providers). When Service A calls Service B, Aembit issues a signed authentication token. This can be an [OpenID Connect (OIDC) ID Token](/user-guide/access-policies/credential-providers/oidc-id-token). Alternatively, it can issue a [JWT-SVID Token](/user-guide/access-policies/credential-providers/spiffe-jwt-svid). JWT-SVID stands for Secure Production Identity Framework For Everyone (SPIFFE) JSON Web Token. Service B validates this token using standard cryptographic libraries. Your [Access Policies](/get-started/concepts/access-policies) control which services can communicate with each other, and Aembit logs every interaction for audit visibility.
With this approach, you can:
* Remove shared secrets and static API keys from your microservices configurations
* Use SPIFFE JWT-SVID for service mesh**Service mesh**: A dedicated infrastructure layer that manages service-to-service communication in a microservices architecture, typically through sidecar proxies. Handles concerns like load balancing, encryption, authentication, and observability.[Learn more(opens in new tab)](https://glossary.cncf.io/service-mesh/) environments (for example, Istio, Consul, Kuma)
* Use OIDC**OpenID Connect (OIDC)**: An identity layer built on top of OAuth 2.0 that lets applications verify the identity of a user or workload and obtain basic profile information using JSON Web Tokens (JWTs).[Learn more(opens in new tab)](https://openid.net/developers/how-connect-works/) tokens for custom or legacy services that support standard JWT validation
Choosing between JWT-SVID and OIDC tokens
Aembit signs both JWT-SVID and OIDC tokens as JWTs that prove workload identity. The difference is the ecosystem they target.
**JWT-SVID** follows the SPIFFE specification. Service meshes like Istio, Consul, and Kuma natively understand SPIFFE identities and can validate JWT-SVIDs without custom configuration. If you run a service mesh, JWT-SVID is the natural fit because your Envoy sidecars already know how to verify them.
**OIDC ID Tokens** follow the OpenID Connect standard. Services that already validate JWTs using standard libraries (most web frameworks include this) can verify OIDC tokens without any SPIFFE awareness. If your services don’t run in a service mesh or you’re integrating with legacy services, OIDC tokens require less infrastructure.
You can use both in the same environment. Use JWT-SVID for service mesh traffic and OIDC tokens for services outside the mesh.
## Real example: SPIFFE JWT-SVID in service mesh
[Section titled “Real example: SPIFFE JWT-SVID in service mesh”](#real-example-spiffe-jwt-svid-in-service-mesh)
Consider an Istio-on-Amazon-EKS environment where microservices need to authenticate with each other. Without Aembit, you would typically run separate SPIRE**SPIRE**: Secure Production Identity Runtime Environment — the reference implementation of the SPIFFE specification. SPIRE issues and manages cryptographic identities for workloads in distributed systems.[Learn more(opens in new tab)](https://spiffe.io/docs/latest/spire-about/) (Secure Production Identity Runtime Environment) infrastructure just to issue certificates to your services. That adds another cluster component to manage, patch, and monitor.
What running separate SPIRE infrastructure involves
SPIRE requires deploying and operating its own server and agent components in your cluster. The SPIRE Server manages identity registration and signs SVIDs. SPIRE Agents run as DaemonSets on every node, performing workload attestation and delivering SVIDs to pods.
This means a separate certificate authority to secure, a separate control plane to monitor for availability, and a separate upgrade cycle to track against Kubernetes versions. If the SPIRE Server goes down, services can’t get new SVIDs and authentication fails.
Aembit replaces this infrastructure with a managed service. Identity attestation, credential issuance, and policy evaluation happen through Aembit’s control plane, so you don’t run or maintain SPIRE components in your cluster.
Aembit replaces this separate infrastructure:

When a microservice pod starts in your Kubernetes cluster, Aembit’s [Trust Provider](/get-started/concepts/trust-providers) authenticates it. The Trust Provider uses the pod’s Kubernetes ServiceAccount to verify identity. The pod registers its identity with Aembit.
When the service needs to call another service, it requests a credential from Aembit. Aembit issues a [JWT-SVID Token](/user-guide/access-policies/credential-providers/spiffe-jwt-svid), a signed token in the SPIFFE standard format. Your [Access Policies](/get-started/concepts/access-policies) determine whether to grant the credential.
The service makes its request with this token in the Authorization header. The Istio Envoy proxies validate the token using SPIFFE standard verification. The request succeeds because Aembit confirmed the caller’s identity and verified that it has permission to access the target service.
You deploy Aembit as a sidecar in your [Kubernetes cluster](/user-guide/deploy-install/kubernetes), using the same deployment patterns as your other services. Compared to running separate SPIRE infrastructure, this reduces operational overhead while aligning with Zero Trust security practices. Aembit also gives you audit logs of every service-to-service interaction.
### Why this matters for microservices
[Section titled “Why this matters for microservices”](#why-this-matters-for-microservices)
Shared secrets and static API keys between services create lateral movement risk. If an attacker compromises one service, those credentials give access to every service that shares them.
With per-workload identity, each service authenticates individually. Compromising Service A doesn’t grant access to Service B because there are no shared credentials to steal. Access Policies define exactly which services can communicate, and Aembit logs every interaction for audit visibility.
## Supported platforms
[Section titled “Supported platforms”](#supported-platforms)
* Kubernetes (EKS, Azure Kubernetes Service (AKS), Google Kubernetes Engine (GKE))
* Istio, Consul, Kuma (via SPIFFE JWT-SVID)
* Any service supporting OIDC or JWT validation
## Next steps
[Section titled “Next steps”](#next-steps)
* [Deploy Aembit in Kubernetes](/user-guide/deploy-install/kubernetes) to get started with service-to-service identity
* [Configure JWT-SVID Credential Providers](/user-guide/access-policies/credential-providers/spiffe-jwt-svid) for SPIFFE-based service mesh environments
* [Configure OIDC ID Token Credential Providers](/user-guide/access-policies/credential-providers/oidc-id-token) for services that validate standard JWTs
**Related use cases:**
* For securing database connections from your microservices, see [Database Access](/get-started/use-cases/database-access/)
* For microservices spanning multiple cloud providers, see [Multicloud Environments](/get-started/use-cases/multicloud/)
* For microservices accessing third-party SaaS APIs, see [Third-Party Access](/get-started/use-cases/third-party-access/)
# Securing multicloud access
> How Aembit secures workload access between cloud providers
Most organizations run workloads across AWS, Azure, and Google Cloud Platform (GCP). When a workload in one cloud needs to access a resource in another, teams face a federation challenge. Each cloud has its own Identity and Access Management (IAM) system, and connecting them requires custom integration code, shared secrets, or complex federation setups.
Multicloud identity isn’t a networking problem. It’s not about connecting AWS to Azure with a VPN or interconnecting cloud networks. It’s about a specific workload in one cloud authenticating to a specific resource in another, the same Client Workload to Server Workload relationship that Aembit secures everywhere else.
Most multicloud environments aren’t planned from the start. Whether through acquisitions, strategic vendor diversification, or teams independently choosing the best tool for their job, most enterprises end up operating across AWS, Azure, GCP, or a combination. The challenge is that each cloud has its own identity system, and they weren’t designed to work together.
Terminology note
The following terms describe the same pattern but for different audiences: workloads in one cloud accessing resources in another
* **Multicloud** resonates with CISOs and strategic decision-makers who think about *multicloud strategy*
* **Crosscloud** resonates with DevOps engineers who need to wire different systems together
## What Aembit solves
[Section titled “What Aembit solves”](#what-aembit-solves)
Cloud providers aren’t incentivized to make cross-cloud identity straightforward. Each has built an IAM system optimized for keeping workloads within their own ecosystem. AWS IAM, Azure Managed Identity, and GCP Workload Identity Federation each work well internally. None of them provide a native way to authenticate a workload in one cloud to a resource in another.
Why cloud IAM systems don’t work together
AWS IAM, Azure Entra, and GCP IAM are each designed to authenticate and authorize workloads within their own cloud. They use different identity formats (AWS SigV4, Azure tokens, GCP JWTs), different policy languages, and different trust models. Cross-cloud federation requires custom integration work to translate between these systems—work that cloud providers don’t prioritize because their business model rewards keeping workloads within their ecosystem.
Aembit simplifies cross-cloud access by acting as a vendor-neutral translation layer between cloud identity systems. Aembit provides a single control plane for access policies across all your cloud environments. Define a policy once, and it applies whether the workload runs on AWS, Azure, or GCP. There’s no per-cloud policy duplication and no drift between environments. A workload in AWS can access resources in Azure or GCP without managing cross-cloud IAM federation directly. Each [Access Policy](/get-started/concepts/access-policies) connects one Client Workload to one Server Workload, regardless of which clouds they run in.
Aembit handles the identity translation:
* [Trust Providers](/get-started/concepts/trust-providers) verify workload identity using each cloud’s native identity system (AWS IAM, Azure Entra, GCP Workload Identity)
* [Credential Providers](/get-started/concepts/credential-providers) generate the credentials needed for the target resource in whatever format it requires
* You define policies in one place instead of configuring federation in each cloud’s IAM console
## When multicloud happens
[Section titled “When multicloud happens”](#when-multicloud-happens)
Multicloud environments don’t start with a strategy document. A company acquires a competitor running on Azure while the parent company runs on AWS. A data team adopts GCP BigQuery because it’s the best fit, while production services run on AWS EKS. A security mandate requires geographic redundancy across providers. These are business decisions, not infrastructure failures, but each one adds another identity system to manage.
Often it’s engineering teams and data teams operating in different clouds. Engineering runs production services on AWS while the data team builds analytics pipelines on GCP or Snowflake. Both teams need access to each other’s resources, and each manages credentials independently with no centralized visibility.
### When this applies
[Section titled “When this applies”](#when-this-applies)
This use case applies when your workloads need to authenticate across cloud boundaries. For example, an AWS Lambda calling an Azure SQL database, a GCP Cloud Run service pushing to an S3 bucket, or Kubernetes pods accessing resources in a different cloud. If your workloads stay within a single cloud provider’s ecosystem, native IAM handles this well. Aembit adds value when workloads need to cross those boundaries.
Many Aembit use cases involve multicloud scenarios. A CI/CD pipeline deploying to both AWS and Azure is both a CI/CD use case and a multicloud use case. A service accessing a SaaS API from GCP touches both third-party access and multicloud. This page focuses on the cross-cloud identity challenge specifically. See [CI/CD Pipelines](/get-started/use-cases/ci-cd/), [Database Access](/get-started/use-cases/database-access/), and [Third-Party SaaS Access](/get-started/use-cases/third-party-access/) for use-case-specific guidance that may also apply.
What traditional cross-cloud federation looks like
Without a vendor-neutral layer, teams typically handle cross-cloud access by:
* Storing long-lived credentials in secrets managers (AWS Secrets Manager, Azure Key Vault)
* Building custom integration code to handle authentication for each cloud
* Setting up complex OIDC federation between cloud identity providers
* Managing credential rotation scripts and update procedures
Each approach has security and operational drawbacks, which is why teams describe these as “workarounds” rather than solutions.
## Real example: AWS Lambda accessing Azure Blob Storage
[Section titled “Real example: AWS Lambda accessing Azure Blob Storage”](#real-example-aws-lambda-accessing-azure-blob-storage)
You might be managing this problem today by maintaining separate credentials for each cloud: an AWS access key, an Azure service principal, a GCP service account key. For a single service accessing resources in three clouds, that’s three sets of credentials to provision, rotate, audit, and revoke. Multiply that across dozens of services, and credential management becomes a significant operational and security burden.
To see how this works in practice, consider a common pattern: a service running in one cloud that needs to access a resource in another. Without Aembit, this means provisioning static credentials in the target cloud and distributing them to the source. This creates the kind of long-lived, hard-to-audit secrets that security teams want to remove.
Your organization runs data processing in AWS Lambda but stores results in Azure Blob Storage. Without Aembit, you’d need to:
1. Store Azure credentials in AWS Secrets Manager or Lambda environment variables
2. Manually rotate those credentials and update your Lambda configuration
3. Build custom code to handle Azure authentication
With Aembit, the Lambda function authenticates using its native AWS identity, and Aembit handles the Azure side:

The flow works like this:
1. Your Lambda function makes a request to Azure Blob Storage
2. [Aembit Edge](/get-started/concepts/aembit-edge) (deployed as a Lambda layer) intercepts the request
3. Aembit verifies the Lambda’s identity using the [AWS Role Trust Provider](/user-guide/access-policies/trust-providers/aws-role-trust-provider)
4. If the Access Policy allows this Lambda to access this Azure resource, Aembit provisions an Azure token using the [Azure Entra WIF Credential Provider](/user-guide/access-policies/credential-providers/azure-entra-workload-identity-federation)
5. Aembit injects the Azure token and forwards the request to Blob Storage
The Lambda makes a standard HTTP request to Azure. Aembit handles the cross-cloud authentication transparently.
### Why this matters for multicloud
[Section titled “Why this matters for multicloud”](#why-this-matters-for-multicloud)
Each cross-cloud access path gets its own Access Policy. If you have workloads in three clouds accessing resources in three clouds, you create policies for each specific access pattern you need, such as:
* AWS Lambda → Azure Blob Storage
* GCP Cloud Run → AWS S3
* Azure Functions → Snowflake (hosted on AWS)
Workloads authenticate using their native cloud identity, so there are no shared secrets between clouds and no long-lived credentials stored in environment variables or secrets managers.
Each policy specifies exactly which workload can access which resource. You can restrict access by workload attributes like AWS account ID, Azure subscription, or GCP project.
Aembit logs every cross-cloud access request in one place, regardless of which clouds your workloads use.
## Supported cross-cloud patterns
[Section titled “Supported cross-cloud patterns”](#supported-cross-cloud-patterns)
Aembit verifies Client Workload identity using [Trust Providers](/get-started/concepts/trust-providers). Each cloud platform has a corresponding Trust Provider that validates workloads running in that environment:
* [AWS Role Trust Provider](/user-guide/access-policies/trust-providers/aws-role-trust-provider) for EC2, ECS, Lambda, and EKS workloads
* [Azure Instance Metadata Service Trust Provider](/user-guide/access-policies/trust-providers/azure-metadata-service-trust-provider) for VMs, AKS, and Functions workloads
* [GCP Identity Token Trust Provider](/user-guide/access-policies/trust-providers/gcp-identity-token-trust-provider) for Compute Engine, GKE, and Cloud Run workloads
Aembit can provision credentials for resources in:
* [AWS](/user-guide/access-policies/credential-providers/aws-security-token-service-federation) (S3, DynamoDB, any AWS service)
* [Azure](/user-guide/access-policies/credential-providers/azure-entra-workload-identity-federation) (Blob Storage, Cosmos DB, any Azure service)
* [GCP](/user-guide/access-policies/credential-providers/google-workload-identity-federation) (Cloud Storage, BigQuery, any GCP service)
* Third-party services like [Snowflake](/user-guide/access-policies/server-workloads/guides/snowflake), [Databricks](/user-guide/access-policies/server-workloads/guides/databricks), and [more](/user-guide/access-policies/server-workloads/guides/)
## Next steps
[Section titled “Next steps”](#next-steps)
* For securing pipelines that deploy across clouds, see [CI/CD Pipelines](/get-started/use-cases/ci-cd/)
* For cross-cloud database access specifically, see [Database Access](/get-started/use-cases/database-access/)
* For third-party API access from any cloud, see [Third-Party SaaS Access](/get-started/use-cases/third-party-access/)
To configure your first cross-cloud access policy, see [Getting Started with Aembit](/get-started/).
# Securing third-party access
> How Aembit secures third-party access to your environment
Workloads often need to access third-party APIs, most commonly SaaS applications like Salesforce, Slack, GitLab, Snowflake, or Microsoft Graph. Managing credentials for these integrations is challenging because different SaaS providers implement different authentication methods: OAuth 2.0 (two-legged or three-legged), certificate-based auth, API keys, and more. When you need to rotate credentials or restrict access to certain workloads, this variety becomes a significant operational burden.
## What Aembit solves
[Section titled “What Aembit solves”](#what-aembit-solves)
Regardless of your organization’s multicloud posture (all-in on AWS, hybrid Azure/GCP, or still primarily on-premises), you almost certainly have SaaS applications powering your business processes.
Aembit manages third-party credentials as first-class objects and abstracts away provider-specific authentication. When a workload needs to access a third-party service, it authenticates to Aembit using its [workload identity](/get-started/concepts/client-workloads). Aembit checks your [Access Policies](/get-started/concepts/access-policies) to determine if this workload can access the service. If approved, Aembit provisions the necessary [credential](/get-started/concepts/credential-providers) (API key, OAuth token, or service account token) and injects it into the workload. Your application requests access to a SaaS service, and Aembit handles the OAuth flow, API key injection, or certificate exchange. Your code doesn’t change per provider.
Platform teams configure each SaaS provider’s authentication once in Aembit. Developers never see or manage credentials. They authenticate their workload identity, and Aembit handles the rest. Credentials are short-lived, automatically rotated, and scoped to the workloads that need them.
* [API Keys](/user-guide/access-policies/credential-providers/api-key), [OAuth 2.0 tokens](/user-guide/access-policies/credential-providers/oauth-client-credentials), and service account credentials are all first-class objects in Aembit
* Workload scoping ensures only approved services get credentials. [Access Conditions](/get-started/concepts/access-conditions) can add additional requirements (time-based, geo-based, etc.)
* Aembit automatically rotates credentials, so if someone compromises a key or a key needs replacement, workloads transparently get the new credential on next request
* For SaaS providers not yet supported as built-in credential providers, Aembit supports custom credential provider configurations. Contact support for guidance on custom integrations.
## Why SaaS authentication is complex
[Section titled “Why SaaS authentication is complex”](#why-saas-authentication-is-complex)
Every SaaS provider implements authentication differently. Salesforce supports OAuth 2.0 with JWT bearer tokens or client credentials. Snowflake uses key-pair authentication. Datadog expects API keys with application keys. Even providers that nominally use “OAuth” implement different grant types with different token lifetimes and scoping models. For platform teams managing access to dozens of SaaS APIs, this means learning and maintaining a different authentication flow for each one.
Your cloud IAM (AWS IAM, Azure Entra) handles access to cloud resources well, but it doesn’t help when your workload needs to authenticate to Salesforce or Slack. These SaaS providers have their own authentication systems, and you need to manage credentials for each one independently.
Modern enterprises use dozens or hundreds of SaaS applications, and the applications you’re building need to connect to many of these APIs. The variety of authentication methods across providers multiplies into a significant operational burden at scale.
Examples of authentication method variety across SaaS providers
Different SaaS applications require fundamentally different authentication approaches:
* Salesforce supports OAuth 2.0 two-legged (client credentials flow) or certificate-based authentication (X.509 certs for JWT bearer tokens). Your integration needs to handle both patterns.
* Slack only supports OAuth 2.0 three-legged (authorization code flow with user interaction for initial setup). No two-legged option, no API keys.
* Jira supports API tokens (bearer tokens) for Jira Cloud, but Jira Server/Data Center uses OAuth 1.0a or HTTP Basic Auth with PATs.
* GitLab uses Personal Access Tokens (PATs) or OAuth 2.0 applications, depending on your setup.
* Snowflake uses public key pair authentication (you generate a key pair, register the public key with Snowflake, and use the private key to sign JWTs).
Each of these requires different configuration, different rotation logic, and different security considerations. Across dozens of SaaS apps in a typical environment, this adds up to a significant operational burden.
## Real example: GitLab service account tokens
[Section titled “Real example: GitLab service account tokens”](#real-example-gitlab-service-account-tokens)
Your security team requires strict control over which applications can access GitLab’s API. You maintain lists of Personal Access Tokens (PATs)**Personal Access Token (PAT)**: A long-lived authentication token used as an alternative to passwords for API access. PATs are commonly used with services like GitLab, GitHub, and Jira, and are a frequent target for credential theft. manually, and developers store them in environment variables or configuration files. Rotating them requires coordinating with developers, updating multiple places, and hoping nothing breaks in the process. When someone leaves the team, there’s no reliable way to know which PATs to revoke.
With Aembit, this workflow looks different:

Your application authenticates to Aembit using its [workload identity](/get-started/concepts/client-workloads). This could be a Kubernetes ServiceAccount, AWS IAM role, or any other [supported identity method](/user-guide/access-policies/client-workloads/identification). Aembit verifies this identity.
The application requests credentials to access GitLab. Aembit checks your [Access Policy](/get-started/concepts/access-policies): “Is this workload allowed to access GitLab? What permissions should it have?”
If approved, Aembit uses the [Managed GitLab Account Credential Provider](/user-guide/access-policies/credential-providers/managed-gitlab-account) to either retrieve an existing Personal Access Token (PAT) or provision a new one. Aembit scopes this credential to exactly what the application needs, replacing broad administrator tokens with least-privilege access.
Aembit injects this PAT into the application at runtime. The application uses it to call GitLab, then Aembit automatically handles rotation on a schedule you define.
If you need to block an application from accessing GitLab, you remove it from the [Access Policy](/get-started/concepts/access-policies). Next time it requests credentials, Aembit denies the request. No stale PATs left behind, no manual revocation required.
Aembit [logs every credential request](/get-started/concepts/audit-report), making them auditable for compliance and security investigations.
### Why this matters for third-party access
[Section titled “Why this matters for third-party access”](#why-this-matters-for-third-party-access)
Each SaaS provider implements authentication differently, and your platform team has to learn and maintain each one. Aembit abstracts that complexity. Developers authenticate their workload identity, and Aembit handles the OAuth flow, API key injection, or certificate exchange regardless of the target service.
When someone leaves the team, revoking access means updating an Access Policy, not hunting down PATs across dozens of services. Credential rotation happens automatically on a schedule you define, not when someone remembers to do it.
Is this relevant to your environment?
Ask yourself:
* Are the applications you’re building connecting to SaaS APIs and services?
* How are you handling secrets and authentication for these integrations?
* Are you aware that AWS IAM, Azure Entra, and other cloud IAM solutions don’t help with SaaS authentication?
* Are you using a secrets manager? How often do you rotate these credentials?
## Supported integrations
[Section titled “Supported integrations”](#supported-integrations)
Aembit supports credential management for a wide range of SaaS providers, including Salesforce, Snowflake, Datadog, Slack, Jira, PagerDuty, and GitHub. These cover approximately 80% of common enterprise SaaS integrations. Each integration handles the provider’s specific authentication method (OAuth variants, API keys, certificates) so your application code stays consistent regardless of the target service. See the [authentication methods details](#why-saas-authentication-is-complex) in the preceding section for specifics, or visit the [Credential Providers documentation](/user-guide/access-policies/server-workloads/) for the full list of supported integrations and configuration details.
## Next steps
[Section titled “Next steps”](#next-steps)
* Configure your first SaaS credential provider. See [Credential Providers](/user-guide/access-policies/server-workloads/) for setup guides by provider.
* For securing LLM API connections specifically (OpenAI, Azure OpenAI, Anthropic), see [AI and LLM Access](/get-started/use-cases/ai-llm-access/)
* For pipelines that push data to SaaS services (Datadog, PagerDuty), see [CI/CD Pipelines](/get-started/use-cases/ci-cd/)
* For workloads accessing SaaS APIs from multiple cloud environments, see [Multicloud Access](/get-started/use-cases/multicloud/)
# AI Guide
> Aembit's AI and MCP ecosystem documentation
The AI Guide provides documentation for Aembit’s AI integrations, including the Model Context Protocol (MCP) ecosystem.
## MCP ecosystem
[Section titled “MCP ecosystem”](#mcp-ecosystem)
Aembit provides different components for securing AI agent communications using the Model Context Protocol:
* **[MCP Authorization Server](/ai-guide/mcp/authorization-server/)** - OAuth 2.1 authorization for MCP clients
* **[MCP Identity Gateway](/ai-guide/mcp/identity-gateway/)** - Centralized Access Policy enforcement and credential management for MCP clients
* [Connect Microsoft Copilot Studio](/ai-guide/mcp/identity-gateway/connect-copilot-studio/) - Connect Copilot Studio agents to enterprise MCP servers through the Gateway
* **[MCP Service](/ai-guide/mcp/mcp-server/)** - Query Aembit event logs using the Model Context Protocol
## Resources
[Section titled “Resources”](#resources)
* [Prompt Library](/ai-guide/prompt-library/) - Curated prompts for Aembit MCP integrations
# Understanding Blended Identities
> How Aembit combines user identity and AI agent workload identity into unified access decisions
Traditional IAM answers one of two questions: “who is this user?” (user identity) or “what is this workload?” (workload identity**Workload Identity**: A unique, verifiable identity assigned to a workload by Aembit.[Learn more](/get-started/concepts/how-aembit-works/#introducing-workload-iam)). AI agents require both answers at the same time.
When an employee uses Claude Desktop to query Jira, two identities are in play:
* **User identity** - the human, authenticated through your Identity Provider (Okta, Entra ID, Google). This determines *who* is responsible for the agent’s actions.
* **Workload identity** - the AI agent application itself, identified by properties like its OAuth redirect URL. This determines *which* agent is making the request.
Blended identity is an access model where Aembit evaluates both identities together in a single Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies). Instead of asking “is this a trusted workload?” or “is this an authorized user?” separately, Aembit asks: “is this specific user, using this specific agent, authorized to access this specific resource right now?”
## Why blended identity matters
[Section titled “Why blended identity matters”](#why-blended-identity-matters)
Without blended identity, organizations face a binary choice:
* **User-only identity** (traditional IAM) - You know who the user is but treat all agents identically. Every AI assistant gets the same access regardless of its trust level or capabilities.
* **Workload-only identity** (traditional workload IAM) - You know which agent is connecting but can’t distinguish between users behind it. All users of Claude Desktop get identical access with no per-user scoping.
Blended identity eliminates this trade-off. Access policies can express rules like:
* “Engineers can use Claude Desktop to access Jira, but only the security team can use it to access the vulnerability scanner”
* “This user can access Confluence through Claude Desktop but not through an untrusted third-party agent”
* “Revoke this specific user’s AI agent access without affecting other users or rotating shared credentials”
## How Aembit implements blended identity
[Section titled “How Aembit implements blended identity”](#how-aembit-implements-blended-identity)
Aembit implements blended identity through its Access Policy model, where policies evaluate user attributes and workload attributes simultaneously.
### MCP Authorization Server
[Section titled “MCP Authorization Server”](#mcp-authorization-server)
The [MCP Authorization Server](/ai-guide/mcp/authorization-server/) implements blended identity in a single access policy:
* The **Client Workload** identifies the AI agent by its OAuth redirect URL
* The **Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers)** validates the user’s identity through your IdP (OIDC or SAML claims)
* The **Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers)** issues a short-lived token scoped to both the user and the agent
The user authenticates through your IdP, the redirect URL identifies the agent, and the policy evaluates both before issuing a token.
### MCP Identity Gateway
[Section titled “MCP Identity Gateway”](#mcp-identity-gateway)
The [MCP Identity Gateway](/ai-guide/mcp/identity-gateway/) extends blended identity across two policy hops:
* **Client-to-Gateway policy** - Validates the AI agent’s identity (redirect URL) *and* the user’s identity (IdP claims) together. The Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) embeds the user’s identity into the access token using dynamic claim expressions like `${oidc.identityToken.decode.payload.email}`.
* **Gateway-to-Server policy** - Uses the Gateway’s workload identity plus the embedded user context to obtain per-user credentials for each downstream MCP server.
This architecture enables per-user credential isolation: each user’s AI agent receives different downstream credentials based on their identity, even though all users connect through the same Gateway.
### Per-user credential isolation
[Section titled “Per-user credential isolation”](#per-user-credential-isolation)
A key benefit of blended identity is that Aembit scopes credentials to individual users, not shared across an agent type. When the MCP Identity Gateway connects to a downstream MCP server on behalf of a user:
* The Gateway stores OAuth tokens per user, not per agent
* Each user completes their own authorization flow for each MCP server
* Revoking one user’s access doesn’t affect others
This means User A’s Claude Desktop session accesses Jira with User A’s permissions, while User B’s session uses User B’s permissions, even though both connect through the same Gateway with the same policies.
## Blended identity and audit
[Section titled “Blended identity and audit”](#blended-identity-and-audit)
Every access event logged by Aembit includes both identity dimensions:
* **Who** - The authenticated user (for example, `user@example.com`)
* **What agent** - The AI agent that made the request (for example, Claude Desktop via `https://claude.ai/...`)
* **Which resource** - The MCP server and operation accessed
* **Policy outcome** - Which Access Policy evaluated and whether Aembit granted or denied access
This dual attribution satisfies compliance requirements (SOC 2, HIPAA, PCI) that need clear accountability for every action - something that workload-only or user-only identity models can’t provide for AI agent access.
## Next steps
[Section titled “Next steps”](#next-steps)
* [Securing AI agent access](/get-started/use-cases/ai-agents/) - How blended identity fits into the broader AI agent security use case
* [MCP Authorization Server](/ai-guide/mcp/authorization-server/) - Blended identity in the authorization-only model
* [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/) - Blended identity in the full proxy model, including per-hop policy architecture
# MCP overview
> Overview of Aembit's Model Context Protocol (MCP) components
Aembit provides components for securing AI agent communications using the Model Context Protocol (MCP). These components enable AI agents to authenticate and access protected resources using workload identity.
## Components
[Section titled “Components”](#components)
| Component | Description | Status |
| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | --------- |
| [Authorization Server](/ai-guide/mcp/authorization-server/) | OAuth 2.1 authorization server for MCP clients | Available |
| [Identity Gateway](/ai-guide/mcp/identity-gateway/) | Transparent proxy that enforces access policies and injects workload identity credentials into MCP tool and resource requests | Available |
## Concepts
[Section titled “Concepts”](#concepts)
* [MCP servers and MCP apps](/ai-guide/mcp/mcp-servers-and-apps/) - How Aembit handles MCP servers and MCP apps differently
## Troubleshooting and observability
[Section titled “Troubleshooting and observability”](#troubleshooting-and-observability)
* [Troubleshoot MCP and AI IAM access](/user-guide/troubleshooting/mcp-ai-iam/) - End-to-end investigation guide that ties Access Authorization Events, Workload Events, and MCP Authorization Tracing together
* [MCP Authorization Tracing](/user-guide/audit-report/mcp-authorization-tracing/) - Live view of inbound MCP authorization requests at the Gateway
# MCP Authorization Server
> Secure OAuth 2.1 authorization for Model Context Protocol (MCP) clients and servers using Aembit Access Policies.
Aembit’s MCP**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/) Authorization Server secures MCP workloads using OAuth 2.1 authorization flows. It implements the authorization functionality defined in the [MCP specification](https://modelcontextprotocol.io/specification/2025-06-18/basic). AI agents and MCP clients authenticate and receive access tokens governed by Aembit Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies).
## What it does
[Section titled “What it does”](#what-it-does)
* **Handles OAuth for MCP** - Implements the OAuth 2.1 authorization code flow from the MCP specification so you don’t have to build it yourself
* **Works with existing MCP clients** - Supports Dynamic Client Registration**Dynamic Client Registration**: An OAuth mechanism that allows MCP clients to register with the Authorization Server at runtime without pre-configuration, receiving unique credentials for subsequent authorization requests.[Learn more](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#client-registration), so tools like Gemini CLI and Claude Desktop can connect without pre-configuration
* **Uses your existing identity provider** - Integrates with OIDC and SAML providers (Okta, Azure AD, Google) for user authentication, or skip user authentication entirely for use cases that don’t require it
* **Adds access control** - Apply Aembit Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) to restrict who can access which MCP servers, with optional time and location conditions
* **Runs in Aembit Cloud** - Available in v1.27+ with no additional agents to deploy
## When to use it
[Section titled “When to use it”](#when-to-use-it)
Use Aembit’s MCP Authorization Server when you need to:
* Secure MCP-compliant workloads or AI agents using OAuth 2.1 flows
* Apply fine-grained access control, including geo/time-based conditions and integration with OIDC identity providers
* Enable dynamic client registration and seamless integration with MCP clients like Claude Desktop and Gemini CLI, or use MCP Jam for testing and debugging your authorization flows
## How it works
[Section titled “How it works”](#how-it-works)
Aembit’s MCP Authorization Server processes requests through these steps:
1. **Client registration** - MCP clients register with the MCP Authorization Server using a [redirect URI](/user-guide/access-policies/client-workloads/identification/redirect-uri) as their identifier, via dynamic client registration
2. **Authorization request** - Clients initiate OAuth 2.1 flows. When **Enforce SSO** is on (the default), users authenticate through their configured identity provider. When Enforce SSO is off, the flow skips user authentication
3. **Policy evaluation** - Aembit evaluates Access Policies, including access conditions. When Enforce SSO is on, Trust Provider attestation also applies
4. **Token issuance** - On successful authorization, the server issues access tokens for use with MCP servers using the OIDC ID Token Credential Provider
5. **Token validation** - MCP servers validate tokens using standard [OIDC](https://openid.net/specs/openid-connect-core-1_0.html)/JWKS**JWKS**: JSON Web Key Set - A set of cryptographic keys published at a well-known endpoint, used to verify the signatures of JSON Web Tokens (JWTs) issued by an authorization server.[Learn more](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/) mechanisms. Aembit lets you configure the audience, issuer, subject claims, and token lifetime
For an architecture diagram showing these components, see [MCP Authorization Server architecture](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#mcp-authorization-server-architecture).
## Authentication support
[Section titled “Authentication support”](#authentication-support)
Aembit’s MCP Authorization Server supports human/user authentication through OIDC and SAML Identity Providers, as well as flows that skip user authentication entirely.
| Authentication type | Description | Supported? |
| ---------------------- | ------------------------------------------------------------------------------- | ---------- |
| Human/user (SSO) | Users authenticate via OIDC or SAML Identity Providers (Azure AD, Okta, Google) | ✅ |
| No user authentication | OAuth flow completes without user sign-in, for use cases like ChatGPT apps | ✅ |
| Non-human workload | Service accounts, AWS IAM roles, Azure Managed Identity | ❌ |
The **Enforce SSO** option on your Client Workload controls which flow applies. Enforce SSO is on by default, requiring user authentication. To skip user authentication, turn off Enforce SSO on your Client Workload. See [Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server/#create-a-client-workload) for configuration details.
### Choosing between OIDC and SAML
[Section titled “Choosing between OIDC and SAML”](#choosing-between-oidc-and-saml)
When Enforce SSO is on, Aembit’s MCP Authorization Server supports both OIDC and SAML identity providers. Both require a Credential Provider to generate access tokens, but they differ in Trust Provider support:
| Protocol | Trust Provider | Credential Provider |
| ------------------------------ | ------------------------------ | ------------------- |
| OIDC | OIDC ID Token Trust Provider | Required |
| SAML | SAMLv2 Response Trust Provider | Required |
| No user auth (Enforce SSO off) | None | Required |
* **OIDC**: Use the [OIDC ID Token Trust Provider](/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider/) in your Access Policy to validate identity tokens. A Credential Provider generates the access token.
* **SAML**: Use the [SAMLv2 Response Trust Provider](/user-guide/access-policies/trust-providers/saml-response-trust-provider/) in your Access Policy to validate SAML responses. A Credential Provider generates the access token.
* **No user auth**: When Enforce SSO is off, no Trust Provider or identity provider is needed. A Credential Provider still generates the access token.
When Enforce SSO is on, both protocols require an identity provider configured in your Aembit tenant under **Administration > Identity Providers**.
If you configure multiple identity providers for your tenant, users select their IdP during the authentication flow.
## Observability and troubleshooting
[Section titled “Observability and troubleshooting”](#observability-and-troubleshooting)
Aembit’s MCP Authorization Server uses the same observability and audit pipeline as the rest of Aembit Cloud. MCP-related activity appears in:
* **[Access Authorization Events](/user-guide/audit-report/access-authorization-events/)** — authorization decisions for MCP client and server workloads, including the `access.discovery` event type and Access Condition failures
* **[Workload Events](/user-guide/audit-report/workload-events/)** — request and response traffic for MCP flows, with MCP-specific user and workload fields
* **[MCP Authorization Tracing](/user-guide/audit-report/mcp-authorization-tracing/)** — live view of inbound MCP authorization requests at the Identity Gateway
For end-to-end investigation that ties these surfaces together, see [Troubleshoot MCP and AI IAM access](/user-guide/troubleshooting/mcp-ai-iam/).
View and export this data using Aembit’s standard tools: [Admin Dashboard](/user-guide/administration/admin-dashboard/) for interactive inspection, or [Log Streams](/user-guide/administration/log-streams/) to export to external systems such as a SIEM.
## In this section
[Section titled “In this section”](#in-this-section)
* [MCP Authorization Server concepts](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/) - URL configuration, token handling, and Access Policy components
* [Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server/) - Configure Access Policies and deploy the service
* [MCP Authorization Server reference](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/) - Configuration options, endpoints, and error codes
* [Troubleshoot the MCP Authorization Server](/ai-guide/mcp/authorization-server/troubleshooting-mcp-auth-server/) - Common errors and solutions
# MCP Authorization Server concepts
> Conceptual deep-dive of Aembit's MCP Authorization Server including access control, client authentication, token handling, and URL configuration.
This page covers the key concepts you need to understand when working with the Aembit Model Context Protocol (MCP) Authorization Server. For setup instructions, see [Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server/).
## Access control
[Section titled “Access control”](#access-control)
Aembit’s MCP Authorization Server uses Aembit Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) to control access. An Access Policy connects these components to answer key questions during authorization:
* **Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads)** - Identifies which MCP client is requesting access. For MCP, the redirect URI from Dynamic Client Registration serves as the client identifier. This enables granular policies per client application (such as Gemini CLI or MCP Jam).
* **Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads)** - Identifies which MCP server the client wants to access. The Server Workload configuration (host, port, path) must align with your MCP server’s URL and the `resource` parameter. See [URL configuration alignment](#url-configuration-alignment) for details.
* **Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers)** - Validates user identity during the authorization flow. For MCP with human authentication, the OIDC ID Token Trust Provider matches claims (issuer, audience, subject) from your identity provider to verify the user. When [Enforce SSO is off](#how-no-user-auth-authorization-works) on the Client Workload, no Trust Provider is needed.
* **Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions)** - Adds context-based restrictions such as time-of-day or geolocation. For geolocation conditions, both the MCP client’s IP and the user’s browser IP must satisfy the restriction.
* **Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers)** - Generates the access token that the MCP client uses to authenticate with the MCP server. The token includes an audience claim matching the Server Workload and uses the configured signing algorithm (ES256 (default) or RSA).
For step-by-step configuration, see [Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server/).
### Left-side and right-side auth
[Section titled “Left-side and right-side auth”](#left-side-and-right-side-auth)
The Access Policy components are also described using **left-side** and **right-side** terminology. These are terms you’ll encounter in Aembit documentation and support conversations.
* **Left-side auth** - the inbound authentication side. The Trust Provider validates user identity, and the Client Workload identifies which MCP client application is requesting access.
* **Right-side auth** - the outbound credential side. The Credential Provider generates the access token, and the Server Workload defines the MCP server the token targets.
## MCP Authorization Server architecture
[Section titled “MCP Authorization Server architecture”](#mcp-authorization-server-architecture)
This diagram shows how Aembit’s MCP Authorization Server fits into the MCP ecosystem. Aembit sits between MCP clients and MCP servers, applying Access Policy controls to authorization flows.
The authorization flow differs depending on your configuration. When **Enforce SSO** is on for your Client Workload (the default), users authenticate through your identity provider. Select your protocol to see the flow. When **Enforce SSO** is off, the flow skips user authentication entirely.
* OIDC

* SAML

* No user auth

### How OIDC authorization works
[Section titled “How OIDC authorization works”](#how-oidc-authorization-works)
1. **Initiate command** - The user runs a command in their MCP client (like Gemini CLI)
2. **Register and request auth** - The MCP client registers with Aembit and requests authorization
3. **Redirect to IdP** - Aembit redirects the user’s browser to the OIDC identity provider
4. **Authenticate** - The user signs in with their corporate credentials
5. **Return ID token** - The identity provider returns an OIDC ID token to Aembit’s Trust Provider
6. **Verify** - The Trust Provider validates the ID token claims (issuer, audience, subject)
7. **Check** - Access Conditions check contextual factors (time, location)
8. **Issue access token** - The Credential Provider generates a JWT access token
9. **Access with bearer token** - The MCP client uses the token to access the protected MCP server
### How SAML authorization works
[Section titled “How SAML authorization works”](#how-saml-authorization-works)
1. **Initiate command** - The user runs a command in their MCP client (like Gemini CLI)
2. **Register and request auth** - The MCP client registers with Aembit and requests authorization
3. **Redirect to IdP** - Aembit redirects the user’s browser to the SAML identity provider
4. **Authenticate** - The user signs in with their corporate credentials
5. **Return SAML assertion** - The identity provider returns a SAML assertion to Aembit’s Trust Provider
6. **Verify** - The SAMLv2 Response Trust Provider validates the SAML assertion
7. **Check** - Access Conditions check contextual factors (time, location)
8. **Issue access token** - The Credential Provider generates a JWT access token
9. **Access with bearer token** - The MCP client uses the token to access the protected MCP server
### How no-user-auth authorization works
[Section titled “How no-user-auth authorization works”](#how-no-user-auth-authorization-works)
1. **Initiate command** - The user runs a command in their MCP client (like Gemini CLI)
2. **Register and request auth** - The MCP client registers with Aembit and requests authorization
3. **Check** - Access Conditions check contextual factors (time, location) using the MCP client’s IP address
4. **Issue access token** - The Credential Provider generates a JWT access token
5. **Access with bearer token** - The MCP client uses the token to access the protected MCP server
No user authentication or Trust Provider
When Enforce SSO is off on the Client Workload, the MCP Authorization Server skips user authentication entirely. There is no browser redirect, no identity provider interaction, and no Trust Provider validation. The Credential Provider still generates the access token, and Access Conditions still apply.
For guidance on choosing between OIDC and SAML, see [MCP Authorization Server overview](/ai-guide/mcp/authorization-server/#choosing-between-oidc-and-saml).
## Client authentication
[Section titled “Client authentication”](#client-authentication)
Aembit’s MCP Authorization Server identifies MCP clients through two OAuth mechanisms:
Dynamic Client Registration (DCR)**Dynamic Client Registration**: An OAuth mechanism that allows MCP clients to register with the Authorization Server at runtime without pre-configuration, receiving unique credentials for subsequent authorization requests.[Learn more](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#client-registration) and Client ID Metadata Documents (CIMD)**Client ID Metadata Document**: A JSON document that an MCP client hosts at an HTTPS URL, containing its client\_id, client\_name, and redirect\_uris. When a client presents that URL as its OAuth client\_id, the Authorization Server fetches and validates the document, so the client can authenticate without Dynamic Client Registration (DCR).[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-11-25/basic/authorization#client-id-metadata-documents). This section covers both, along with how redirect URIs identify clients.
### Client registration
[Section titled “Client registration”](#client-registration)
With Dynamic Client Registration (DCR), MCP clients register themselves at runtime by sending a registration request to the `/register` endpoint. The Authorization Server returns a unique `client_id` for subsequent authorization requests.
For detailed DCR mechanics, see the [MCP authorization specification](https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization#2-3-2-dynamic-client-registration-dcr).
### Client ID Metadata Documents
[Section titled “Client ID Metadata Documents”](#client-id-metadata-documents)
With CIMD, an MCP client hosts a metadata document at an HTTPS URL and presents that URL as its `client_id`. When the client presents a URL-formatted `client_id`, Aembit fetches the document from that URL and validates the client’s metadata. Aembit processes a document only when an administrator has registered its URL on a Client Workload, which ensures only clients you register can obtain access tokens.
To configure a Client Workload that uses CIMD, see [CIMD Client ID](/user-guide/access-policies/client-workloads/identification/cimd-client-id/).
### Redirect URIs
[Section titled “Redirect URIs”](#redirect-uris)
In OAuth 2.1, a redirect URI is the callback URL where the Authorization Server sends users after they authenticate. When an MCP client registers through Dynamic Client Registration, it provides its redirect URI, which tells the Authorization Server where to send the authorization code after successful authentication.
For details on the OAuth 2.1 redirect flow, see [RFC 6749](https://datatracker.ietf.org/doc/html/rfc6749#section-3.1.2).
#### Redirect URIs as Client Workload identifiers
[Section titled “Redirect URIs as Client Workload identifiers”](#redirect-uris-as-client-workload-identifiers)
In Aembit Access Policies, the redirect URI serves a dual purpose. It’s both the OAuth callback URL and the identifier for your Client Workload. This enables granular access policies based on which MCP clients are requesting access. For step-by-step configuration, see [Redirect URI identifier](/user-guide/access-policies/client-workloads/identification/redirect-uri).
For example, if Gemini CLI registers with `http://localhost:7777/oauth/callback`, you would configure a Client Workload with the Redirect URI identifier type set to this value. This ensures only authorized MCP clients can obtain access tokens for your protected MCP servers.
#### Common redirect URI patterns
[Section titled “Common redirect URI patterns”](#common-redirect-uri-patterns)
Different MCP clients use different redirect URI formats depending on whether they run locally or remotely.
**Local development:**
| MCP client | Redirect URI |
| ---------- | -------------------------------------- |
| MCP Jam | `http://localhost:6274/oauth/callback` |
| Gemini CLI | `http://localhost:7777/oauth/callback` |
**Remote or cloud-hosted:**
| MCP client | Redirect URI |
| -------------- | --------------------------------------------- |
| Claude Desktop | `https://claude.ai/api/mcp/auth_callback` |
| Custom web app | `https://your-app.example.com/oauth/callback` |
Port numbers for loopback URIs
For loopback IP addresses (localhost and 127.0.0.1), Aembit ignores the port number during redirect URI matching. This means a Client Workload configured with `http://localhost:7777/oauth/callback` will match requests from any port like `http://localhost:8080/oauth/callback` or `http://localhost:3000/oauth/callback`. Wildcards aren’t supported in redirect URIs.
## Token handling
[Section titled “Token handling”](#token-handling)
This section covers token issuance, validation, and refresh behavior in the MCP authorization flow.
### Token audience
[Section titled “Token audience”](#token-audience)
The `audience` claim is a standard [JWT claim](https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.3) that identifies the intended recipient of a token - in this case, your MCP server.
In Aembit, you configure the audience value in your Credential Provider settings. This value must match exactly what your MCP server expects in its token verifier configuration. For example, `https://mcp.acme-corp.example.com` and `https://mcp.acme-corp.example.com/` (with trailing slash) are different values and cause validation to fail.
### Credential acquisition
[Section titled “Credential acquisition”](#credential-acquisition)
Aembit’s MCP Authorization Server supports acquiring credentials for downstream services through Aembit’s Credential Provider system.
#### Supported credential types
[Section titled “Supported credential types”](#supported-credential-types)
When an MCP client successfully authenticates, the Authorization Server provides OIDC ID Tokens (JWT tokens) for accessing protected MCP servers.
Configure the credential type in your Access Policy’s Credential Provider settings. See [Credential Providers](/user-guide/access-policies/credential-providers/) for available options.
### Token refresh
[Section titled “Token refresh”](#token-refresh)
OIDC ID Token and Aembit Access Token Credential Providers support optional refresh token configuration for MCP Authorization Server flows. When you enable refresh token support on a Credential Provider, the MCP Authorization Server returns a refresh token alongside the access token during OAuth token requests. Clients can exchange a refresh token for a new access token and a new refresh token, maintaining an active session without completing a new authorization flow.
Key behaviors:
* **Single-use tokens** - Each refresh token works for a single exchange. Every exchange returns a new refresh token.
* **Absolute Token Lifetime** - Controls the total duration during which refresh tokens remain valid after the initial token issuance. This lifetime doesn’t reset with each exchange.
* **Lifetime constraint** - The Absolute Token Lifetime must be greater than the access token Lifetime to allow at least one token exchange.
* **MCP-only** - The MCP Authorization Server only returns refresh tokens for MCP flows. Agent Proxy flows don’t return refresh tokens, even when you enable this option on the Credential Provider.
To configure refresh token support, see [OIDC ID Token](/user-guide/access-policies/credential-providers/oidc-id-token) or [Aembit Access Token](/user-guide/access-policies/credential-providers/aembit-access-token).
## URL configuration alignment
[Section titled “URL configuration alignment”](#url-configuration-alignment)
Three URLs must align for the MCP authorization flow to succeed:
| Component | Configuration | Example value |
| ---------- | ---------------------------------- | --------------------------------------- |
| MCP Client | Target URL | `https://mcp.acme-corp.example.com/mcp` |
| MCP Server | `resource` | `https://mcp.acme-corp.example.com` |
| Aembit | Server Workload (host, port, path) | `mcp.acme-corp.example.com:443/mcp` |
The `resource` parameter omits the path (`/mcp`) because it identifies the server origin for token audience matching, not the specific endpoint. The MCP client and Aembit Server Workload include the full path to specify the MCP endpoint mount location. If these URLs don’t match, you encounter [URL mismatch errors](/ai-guide/mcp/authorization-server/troubleshooting-mcp-auth-server/#url-mismatch-errors).
### Why alignment matters
[Section titled “Why alignment matters”](#why-alignment-matters)
During the OAuth flow:
1. The MCP client connects to your MCP server using its target URL
2. The MCP client receives protected resource metadata (including the `resource` parameter) from your MCP server
3. Aembit verifies the `resource` parameter matches the Server Workload configuration in the Access Policy
4. The MCP client requests a token from the Aembit MCP Authorization Server
5. The Aembit MCP Authorization Server validates the request against your Server Workload configuration
A mismatch at any step causes the authorization flow to fail.

## Related resources
[Section titled “Related resources”](#related-resources)
* [MCP Authorization Server overview](/ai-guide/mcp/authorization-server/)
* [Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server/)
* [MCP Authorization Server reference](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/)
* [Troubleshooting](/ai-guide/mcp/authorization-server/troubleshooting-mcp-auth-server/)
* [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/) - How left-side and right-side auth apply in the Gateway context
# MCP server environment variables (for Aembit MCP Authorization Server)
> Reference for environment variables to configure MCP servers to use the Aembit MCP Authorization Server
These environment variables configure your MCP server (resource server), so it can use the Aembit MCP Authorization Server. Use these environment variables to configure your MCP server and **not** the Aembit-hosted MCP Authorization Server.
## MCP server environment variables
[Section titled “MCP server environment variables”](#mcp-server-environment-variables)
The following environment variables configure your MCP server to work with the Aembit MCP Authorization Server.
### `MCP_SERVER_HOST`
[Section titled “MCP\_SERVER\_HOST”](#mcp_server_host)
Default - `0.0.0.0`
The network interface address your MCP server binds to.
*Example*:\
`0.0.0.0`
***
### `MCP_SERVER_PORT`
[Section titled “MCP\_SERVER\_PORT”](#mcp_server_port)
Default - `8000`
The port your MCP server listens on.
*Example*:\
`8000`
***
### `MCP_SERVER_URL` Required
[Section titled “MCP\_SERVER\_URL ”](#mcp_server_url)
Default - not set
The public URL of your MCP server. OAuth callbacks and token audience validation use this URL. It must match the URL that MCP clients use to connect to your server and the Server Workload configuration in Aembit.
See [URL configuration alignment](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#url-configuration-alignment) for details on ensuring your URLs match correctly.
*Example*:\
`http://localhost:8000`
***
### `AEMBIT_MCP_AUTH_SERVER` Required
[Section titled “AEMBIT\_MCP\_AUTH\_SERVER ”](#aembit_mcp_auth_server)
Default - not set
The URL of the Aembit MCP Authorization Server for your tenant. This URL uses the `.mcp.` subdomain.
You can find this URL in the **Aembit MCP Authorization Server URL** field when you configure a Server Workload with the MCP application protocol.
*Example*:\
`https://abc123.mcp.useast2.aembit.io`
***
### `AEMBIT_ISSUER` Required
[Section titled “AEMBIT\_ISSUER ”](#aembit_issuer)
Default - not set
The token issuer URL used during JWT verification. This URL uses the `.id.` subdomain, **not** the `.mcp.` subdomain.
Caution
The issuer URL must use the `.id.` subdomain (for example, `abc123.id.useast2.aembit.io`). Using the `.mcp.` subdomain causes token verification to fail.
See [Tenant URL patterns](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/#tenant-url-patterns) for details on Aembit subdomain usage.
*Example*:\
`https://abc123.id.useast2.aembit.io`
***
### `AEMBIT_JWKS_URI` Required
[Section titled “AEMBIT\_JWKS\_URI ”](#aembit_jwks_uri)
Default - not set
The JSON Web Key Set (JWKS) endpoint for token signature verification. Your MCP server uses this endpoint to retrieve the public keys needed to validate access tokens issued by the Aembit MCP Authorization Server.
*Example*:\
`https://abc123.mcp.useast2.aembit.io/.well-known/openid-configuration/jwks`
## Related resources
[Section titled “Related resources”](#related-resources)
For an example of how to use these environment variables in a Python MCP server, see [Test with a demo MCP server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server/#test-with-a-demo-mcp-server) in the setup guide.
* [MCP Authorization Server reference](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/)
* [Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server/)
* [Tenant URL patterns](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/#tenant-url-patterns)
# MCP Authorization Server reference
> Configuration options, endpoints, and error codes for the Aembit MCP Authorization Server.
This reference documents the configuration options, endpoints, and error codes for the Aembit Model Context Protocol (MCP) Authorization Server.
## Configuration concepts
[Section titled “Configuration concepts”](#configuration-concepts)
MCP servers require specific configuration to work with Aembit’s MCP Authorization Server. Most settings are standard OAuth concepts from the MCP specification—the exact field names vary by MCP server implementation.
| Concept | Purpose | Aembit value | Required by |
| ---------------------------- | ------------------------------------------------------ | ------------------------------------------------------------------------------- | ----------- |
| **Authorization Server URL** | Where MCP clients discover OAuth endpoints | `https://[tenant].mcp.[region].aembit.io` | MCP spec |
| **Resource Server URL** | Identifies your MCP server for token audience matching | Your MCP server’s public URL | MCP spec |
| **JWKS Endpoint** | Public keys used for token signature verification | `https://[tenant].mcp.[region].aembit.io/.well-known/openid-configuration/jwks` | RFC 8414 |
| **Token Issuer** | OIDC issuer URL of token validation | `https://[tenant].id.[region].aembit.io` (note: `.id.` subdomain) | RFC 8414 |
| **Token Audience** | Expected audience claim in issued tokens | Must match your Credential Provider configuration | RFC 8707 |
| **Signing Algorithm** | Algorithm for token signatures | `ES256` (default) or RSA | Aembit |
### MCP server configuration
[Section titled “MCP server configuration”](#mcp-server-configuration)
Looking for the Aembit MCP Server?
This section covers configuring third-party MCP servers to work with Aembit’s MCP Authorization Server. For information about Aembit’s own MCP Server, see [Aembit MCP Server](/ai-guide/mcp/mcp-server/).
MCP servers must specify their Authorization Server so unauthenticated clients know where to authenticate. Configuration methods and field names vary by implementation—your MCP server may use JSON, YAML, environment variables, or other formats. Use the values from the preceding table and consult your MCP server’s documentation for the correct field names.
For step-by-step configuration instructions, see [Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server/#mcp-server-requirements). For environment variable-based configuration, see the [MCP server environment variables reference](/ai-guide/mcp/authorization-server/env-vars-mcp-auth-server/).
## Tenant URL patterns
[Section titled “Tenant URL patterns”](#tenant-url-patterns)
Aembit uses different subdomains for different services. When configuring your MCP server, use the correct subdomain for each service.
| Service | URL pattern | Example |
| --------------- | ------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| MCP Auth Server | `https://[tenant].mcp.[region].aembit.io` | `https://abc123.mcp.useast2.aembit.io` |
| Token Issuer | `https://[tenant].id.[region].aembit.io` | `https://abc123.id.useast2.aembit.io` |
| JWKS | `https://[tenant].mcp.[region].aembit.io/.well-known/openid-configuration/jwks` | `https://abc123.mcp.useast2.aembit.io/.well-known/openid-configuration/jwks` |
Replace `[tenant]` with your Aembit tenant ID and `[region]` with your deployment region (for example, `useast2`).
Token issuer subdomain
The token issuer uses the `.id.` subdomain, not `.mcp.`. Ensure your MCP server’s `issuer` configuration uses the correct subdomain.
## Endpoints
[Section titled “Endpoints”](#endpoints)
| Endpoint | Method | Description |
| ---------------------------------------------- | ------ | --------------------------------------------------------- |
| `/.well-known/openid-configuration` | GET | OIDC discovery metadata document |
| `` | GET | JWKS public keys, as advertised in the discovery document |
| `` | POST | Dynamic Client Registration (DCR) |
| `` (e.g. `/authorize`) | GET | OAuth 2.1 authorization endpoint |
| `` (e.g. `/token`) | POST | OAuth 2.1 token endpoint |
All endpoints except `/.well-known/openid-configuration` are discovered via the metadata document and must not be hard-coded; the preceding examples (`/authorize`, `/token`) illustrate typical paths only.
### Endpoint response examples
[Section titled “Endpoint response examples”](#endpoint-response-examples)
#### OAuth authorization server metadata
[Section titled “OAuth authorization server metadata”](#oauth-authorization-server-metadata)
```http
GET /.well-known/oauth-authorization-server
```
Response:
```json
{
"issuer": "https://[tenant].mcp.[region].aembit.io",
"authorization_endpoint": "https://[tenant].mcp.[region].aembit.io/connect/authorize",
"token_endpoint": "https://[tenant].mcp.[region].aembit.io/connect/token",
"jwks_uri": "https://[tenant].mcp.[region].aembit.io/.well-known/openid-configuration/jwks",
"registration_endpoint": "https://[tenant].mcp.[region].aembit.io/register",
"scopes_supported": ["openid", "profile", "email"],
"response_types_supported": ["code", "token", "id_token", "id_token token", "code id_token", "code token", "code id_token token"],
"response_modes_supported": ["form_post", "query", "fragment"],
"grant_types_supported": ["authorization_code"],
"code_challenge_methods_supported": ["plain", "S256"],
"client_id_metadata_document_supported": true
}
```
#### Protected resource metadata
[Section titled “Protected resource metadata”](#protected-resource-metadata)
```http
GET
```
Response:
```json
{
"resource": "http://your-mcp-server:8000/mcp",
"authorization_servers": ["https://[tenant].mcp.[region].aembit.io"]
}
```
## HTTP headers
[Section titled “HTTP headers”](#http-headers)
The MCP authorization flow uses these headers:
### Response headers
[Section titled “Response headers”](#response-headers)
| Header | Description |
| ------------------ | --------------------------------------------------------------------------------------------- |
| `WWW-Authenticate` | Returned with 401 responses, contains `resource_metadata_url` pointing to MCP server metadata |
Example 401 response header:
```text
WWW-Authenticate: Bearer resource_metadata_url="http://localhost:8000/mcp"
```
### Request headers
[Section titled “Request headers”](#request-headers)
| Header | Description |
| --------------- | ------------------------------------------------------ |
| `Authorization` | Bearer token for authenticated requests to MCP servers |
Example authenticated request:
```text
Authorization: Bearer
```
## Error codes
[Section titled “Error codes”](#error-codes)
The following table contains common HTTP status codes returned by the MCP Authorization Server (this isn’t an exhaustive list):
| Code | Description |
| ---- | ----------------------------------------------------------------- |
| 400 | Invalid request (malformed parameters or missing required fields) |
| 401 | Unauthorized (authentication failed) |
| 403 | Forbidden (Access Policy mismatch) |
| 404 | Not found (endpoint or resource doesn’t exist) |
| 429 | Too many requests (rate limit exceeded) |
| 500 | Internal server error |
## Supported components
[Section titled “Supported components”](#supported-components)
| Component | Options |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Identity providers | OpenID Connect (OIDC) with MFA support; SAML 2.0 |
| Client Workload identification | [Redirect URI](/user-guide/access-policies/client-workloads/identification/redirect-uri) and [CIMD Client ID](/user-guide/access-policies/client-workloads/identification/cimd-client-id); supports Dynamic Client Registration (DCR) and Client ID Metadata Documents (CIMD) |
| Server Workload protocol | MCP application protocol |
| Trust Providers | OIDC ID Token; [SAMLv2 Response](/user-guide/access-policies/trust-providers/saml-response-trust-provider/) |
When Enforce SSO is off on the Client Workload, no Trust Provider is required. For guidance on choosing between OIDC and SAML, see [MCP Authorization Server overview](/ai-guide/mcp/authorization-server/#choosing-between-oidc-and-saml).
## Dynamic client registration (DCR) support
[Section titled “Dynamic client registration (DCR) support”](#dynamic-client-registration-dcr-support)
Aembit’s MCP Authorization Server supports Dynamic Client Registration (DCR) as defined in RFC 7591, allowing MCP clients to register automatically without pre-configuration.
### Client registration requirements
[Section titled “Client registration requirements”](#client-registration-requirements)
When implementing DCR in your MCP client:
| Requirement | Value |
| -------------------------------------- | ------------------------------- |
| **Grant Type** | `authorization_code` (required) |
| **Response Type** | `code` (required) |
| **Authentication Method** | `private_key_jwt` (recommended) |
| **Proof Key for Code Exchange (PKCE)** | Required per MCP specification |
### Registration behavior
[Section titled “Registration behavior”](#registration-behavior)
* **Automatic registration**: Clients can self-register on first connection
* **Standards compliance**: Follows RFC 7591 Dynamic Client Registration specification
* **Unique credentials**: Each client receives a unique `client_id`
* **Redirect URI matching**: Exact match required (port ignored for localhost per MCP spec)
### Implementation notes
[Section titled “Implementation notes”](#implementation-notes)
Ensure your MCP client library supports DCR. The client must:
1. Discover the `registration_endpoint` from the OAuth/OIDC metadata document (exposed at `/.well-known/openid-configuration`)
2. Send a POST request with `redirect_uris`, `grant_types`, and `response_types`
3. Store the returned `client_id` for subsequent requests
4. Include PKCE (`code_challenge` and `code_challenge_method`) in authorization requests
## Client ID Metadata Document (CIMD) support
[Section titled “Client ID Metadata Document (CIMD) support”](#client-id-metadata-document-cimd-support)
Aembit’s MCP Authorization Server also supports OAuth Client ID Metadata Documents (CIMD). Instead of registering through DCR, an MCP client hosts a metadata document at an HTTPS URL, and that URL serves as its `client_id`. An administrator registers the URL on a Client Workload, and Aembit fetches and validates the document at runtime.
The hosted document and its URL must use HTTPS, omit query strings and fragments, return `application/json`, stay within 8 KB, and set a `client_id` that exactly matches the fetch URL. Aembit must reach the URL directly, without redirects or private IP ranges.
For configuration steps and the full requirements, see [CIMD Client ID](/user-guide/access-policies/client-workloads/identification/cimd-client-id/).
## Access token information
[Section titled “Access token information”](#access-token-information)
Aembit’s MCP Authorization Server issues standard OAuth 2.1 JWT access tokens for use with MCP resource servers.
### Token validation for resource servers
[Section titled “Token validation for resource servers”](#token-validation-for-resource-servers)
MCP resource servers validate access tokens using standard OAuth practices:
| Validation Step | Description |
| -------------------------- | -------------------------------------------------------------------------- |
| **Signature verification** | Verify using the Authorization Server’s public key from JWKS endpoint |
| **Issuer (`iss`)** | Confirm matches your expected Authorization Server (uses `.id.` subdomain) |
| **Audience (`aud`)** | Confirm matches your resource server URL |
| **Expiration (`exp`)** | Confirm token hasn’t expired |
| **Scope** | Confirm token includes required scopes for the request |
### Standard claims
[Section titled “Standard claims”](#standard-claims)
Tokens issued by the MCP Authorization Server include these standard claims:
| Claim | Description |
| ------- | -------------------------------------------------------- |
| `iss` | Token issuer - your Aembit tenant’s `.id.` subdomain |
| `aud` | Intended audience - your MCP resource server URL |
| `sub` | Authenticated user identifier from the identity provider |
| `scope` | Authorized scopes for the request |
| `exp` | Token expiration timestamp |
| `iat` | Token issuance timestamp |
### JWKS endpoint
[Section titled “JWKS endpoint”](#jwks-endpoint)
Token validation keys are available at:
```text
https://[tenant].mcp.[region].aembit.io/.well-known/openid-configuration/jwks
```
Resource servers should cache JWKS responses and refresh periodically per standard OAuth practices. Resource servers should obtain this from the `jwks_uri` field in the discovery document.
## MCP server token configuration
[Section titled “MCP server token configuration”](#mcp-server-token-configuration)
### Configurable token claims
[Section titled “Configurable token claims”](#configurable-token-claims)
MCP servers validate tokens using these configurable claims:
* `aud` (audience)
* `iss` (issuer)
* `sub` (subject)
Token lifetime is configurable on the MCP server side.
### Token algorithm
[Section titled “Token algorithm”](#token-algorithm)
Aembit supports two signing algorithms for access tokens:
* **ES256** - ECDSA with P-256 and SHA-256
* **RSA** - RSA signatures
Algorithm selection
Aembit typically uses ES256 by default and supports RSA-based algorithms, as configured in your Credential Provider.
Configure your MCP server’s JWT verifier to match the algorithm in your Credential Provider settings:
```python
token_verifier = JWTVerifier(
# ... other configuration
algorithm="ES256", # or "RS256" if using RSA
)
```
## Related resources
[Section titled “Related resources”](#related-resources)
* [MCP specification (version 2025-06-18)](https://modelcontextprotocol.io/specification/2025-06-18/basic)
* [MCP Authorization Server overview](/ai-guide/mcp/authorization-server/)
* [Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server/)
# Set up the MCP Authorization Server
> How to configure Access Policies and register MCP clients for the Aembit MCP Authorization Server.
Model Context Protocol (MCP), like many other AI-related technologies, is still novel when it comes to security best practices.
This page explains how to configure the Aembit MCP**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/) Authorization Server.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
Before you begin, ensure you have:
* An Aembit Tenant**Aembit Tenant**: Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.[Learn more](/get-started/concepts/administration) with admin access
* If using user authentication (Enforce SSO on), at least one identity provider configured in **Administration > Identity Providers**:
* [OIDC 1.0](/user-guide/administration/identity-providers/create-idp-oidc/) - Requires an [OIDC ID Token Trust Provider](/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider) and a [Credential Provider](/user-guide/access-policies/credential-providers/)
* [SAML 2.0](/user-guide/administration/identity-providers/create-idp-saml/) - Requires a [SAMLv2 Response Trust Provider](/user-guide/access-policies/trust-providers/saml-response-trust-provider/) and a [Credential Provider](/user-guide/access-policies/credential-providers/)
* An MCP server**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server) (cloud, on-premises, or local demo)
* An MCP client**MCP Client**: An application (such as Claude Desktop, Claude Code, or Gemini CLI) that connects to MCP servers to access tools and resources on behalf of users.[Learn more](/user-guide/ai/mcp-auth-server/setup-mcp-auth-server/) (for example, [MCP Jam](https://www.mcpjam.com/) or Gemini CLI)
For details on the differences between OIDC and SAML flows, see [Choosing between OIDC and SAML](/ai-guide/mcp/authorization-server/#choosing-between-oidc-and-saml).
## Configure an Access Policy
[Section titled “Configure an Access Policy”](#configure-an-access-policy)
Configure your Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) with these components:
### Create a Client Workload
[Section titled “Create a Client Workload”](#create-a-client-workload)
Create a Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) to represent the MCP clients that will request access to your MCP servers. For MCP, use the [**Redirect URI**](/user-guide/access-policies/client-workloads/identification/redirect-uri) identifier type - this allows MCP clients to register dynamically at runtime through [Dynamic Client Registration](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/#dynamic-client-registration-dcr-support). For details on how redirect URIs work in MCP, see [Redirect URIs](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#redirect-uris).
For general Client Workload configuration guidance, see [Client Workloads](/user-guide/access-policies/client-workloads/).
1. Log into your Aembit Tenant.
2. Go to **Client Workloads** in the left sidebar.
3. Click **+ New** to open the Client Workload form.
4. Enter the **Name** and optional **Description** for your MCP client.
5. Under **Client Identification**, select **Redirect URI** from the dropdown.
6. In the **Value** field, enter the redirect URI that your MCP client uses for OAuth callbacks.
Each MCP client uses a specific redirect URI for OAuth callbacks. Enter the redirect URI for your client:
* Local host
**Local development:**
| MCP client | Redirect URI |
| ---------- | -------------------------------------- |
| MCP Jam | `http://localhost:6274/oauth/callback` |
| Gemini CLI | `http://localhost:7777/oauth/callback` |
Local development
For local development, you can use either `127.0.0.1` or `localhost`. The MCP specification allows ephemeral ports, so the Authorization Server ignores port numbers in redirect URIs when matching policies against local IP addresses. See [Redirect URIs](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#redirect-uris).
* Remote/cloud
**Remote or cloud-hosted:**
| MCP client | Redirect URI |
| -------------- | --------------------------------------------- |
| Claude Desktop | `https://claude.ai/api/mcp/auth_callback` |
| Custom web app | `https://your-app.example.com/oauth/callback` |
7. (Optional) Under **Custom Claims**, add any claims your MCP server requires from the authenticated user’s identity. Enter each claim as a key-value pair. Values can be strings or arrays.
8. Under **MCP Authorization Configuration**, configure the **Enforce SSO** option:
* **On** (default) - Users must authenticate through your configured identity provider during the OAuth flow. Configure a [Trust Provider](#create-a-trust-provider) and [Credential Provider](#create-a-credential-provider) in your Access Policy.
* **Off** - The OAuth flow completes without user authentication. You don’t need a Trust Provider, but you must still configure a [Credential Provider](#create-a-credential-provider).
For architecture diagrams comparing these flows, see [MCP Authorization Server architecture](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#mcp-authorization-server-architecture).
9. Click **Save** to create the Client Workload.
### Create a Server Workload
[Section titled “Create a Server Workload”](#create-a-server-workload)
Create a Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads) to represent the MCP server you want to protect. The configuration must match the URL that MCP clients connect to and your MCP server’s resource server URL. The specific configuration name varies by implementation (for example, FastMCP uses `resource_server_url`).
For general Server Workload configuration guidance, see [Server Workloads](/user-guide/access-policies/server-workloads/).
1. In Aembit, go to **Server Workloads** in the left sidebar.
2. Click **+ New** to open the Server Workload form.
3. Enter the **Name** and optional **Description** for your MCP server.
4. In the **Host** field, enter the hostname where your MCP server runs (for example, `mcp.acme-corp.example.com`).
5. From the **Application Protocol** dropdown, select **MCP**.
6. In the **Port** field, enter the port your MCP server listens on (for example, `443` for HTTPS).
7. (Optional) In the **URL Path** field, enter the path if your MCP server uses one (for example, `/mcp`).
When you select **MCP** as the application protocol, Aembit automatically configures HTTP Authentication with the Bearer scheme. The **Aembit MCP Authorization Server URL** field displays the auto-generated authorization server URL that MCP clients use for OAuth discovery.
URL alignment
The Host, Port, and URL Path must match exactly with:
* The URL your MCP clients connect to
* The resource server URL in your MCP server configuration (for example, `resource_server_url` in FastMCP)
See [URL configuration alignment](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#url-configuration-alignment) for details.
8. Click **Save** to create the Server Workload.
### Create a Trust Provider
[Section titled “Create a Trust Provider”](#create-a-trust-provider)
Enforce SSO only
A Trust Provider is only required when Enforce SSO is on for your Client Workload. If you turned off Enforce SSO, skip this step.
Create a Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) to validate user identity during the MCP authorization flow. The Trust Provider verifies that incoming identity tokens match your expected claims.
For detailed configuration including advanced claim matching, see [OIDC ID Token Trust Provider](/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider).
1. In Aembit, go to **Trust Providers** in the left sidebar.
2. Click **+ New** to open the Trust Provider form.
3. Enter the **Name** and optional **Description** for your Trust Provider.
4. From the **Trust Provider** dropdown, select **OIDC ID Token**.
5. Configure the **Attestation Method**:
* **Method** - Select `OIDC Discovery` (recommended for standard OIDC providers).
* **OIDC Endpoint** - Enter your identity provider’s discovery URL, for example: `https://login.microsoftonline.com/{tenant}/v2.0`.
6. Configure **Match Rules** to validate identity token claims:
* **Audience (`aud`)** - The intended recipient of the token. Set this to your Aembit identity provider client ID. This ensures your MCP server only accepts tokens issued for your application.
* **Issuer (`iss`)** - (Optional) The identity provider URL that issued the token.
* **Subject (`sub`)** - (Optional) The user identifier pattern to match.
Avoid wildcards
You can use `*` as a wildcard to allow any value, but Aembit doesn’t recommend this approach. Wildcards weaken your security posture by allowing tokens from unintended sources. Always specify explicit values when possible, especially for the `aud` (audience) claim.
7. Click **Save**. Aembit displays your new Trust Provider in the list of Trust Providers.
### Configure Access Conditions (optional)
[Section titled “Configure Access Conditions (optional)”](#configure-access-conditions-optional)
Optionally configure Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions) to add additional security requirements such as time-based restrictions or geolocation-based access control. For details, see [Access Conditions](/user-guide/access-policies/access-conditions/).
### Create a Credential Provider
[Section titled “Create a Credential Provider”](#create-a-credential-provider)
Create a Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) to configure how Aembit issues tokens that MCP servers use to authenticate requests. The Credential Provider type depends on your identity provider protocol:
* **OIDC identity providers:** Use an OIDC ID Token Credential Provider. For configuration details, see [Create an OIDC ID Token Credential Provider](/user-guide/access-policies/credential-providers/oidc-id-token).
* **SAML identity providers:** Use an OIDC ID Token Credential Provider. Aembit translates the SAML response into an OIDC-compatible token for downstream MCP servers.
1. In Aembit, go to **Credential Providers** in the left sidebar.
2. Click **+ New** to open the Credential Provider form.
3. Enter the **Name** and optional **Description** for your Credential Provider.
4. Under **Credential Type**, select **OIDC ID Token**.
5. Configure the following fields:
* **Subject** - Select `Dynamic` or `Literal`. Use Dynamic to extract the subject from the incoming identity token. For details, see [Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc).
* **Audience** - Your MCP server’s base URL (for example, `https://mcp.acme-corp.example.com`). Must match the [token audience](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#token-audience) your server expects.
* **Lifetime** - Token validity in minutes, for example `60` (1 hour). Adjust based on security requirements.
* **Signing Algorithm Type** - Select `ES256` or RSA.
Aembit auto-generates the **Issuer** field based on your tenant configuration.
6. (Optional) Add **Custom Claims** if your MCP server requires additional token claims.
7. Click **Save** to create the Credential Provider.
## Use MCP clients
[Section titled “Use MCP clients”](#use-mcp-clients)
After configuring your Access Policy, connect an MCP client to your protected MCP server. The following clients support OAuth 2.1 with Dynamic Client Registration, which allows them to automatically discover and authenticate with the Aembit MCP Authorization Server.
Select your MCP client to see configuration instructions:
* MCP Jam
[MCPJam Inspector](https://www.mcpjam.com/) is an MCP client that provides visual testing and debugging for your MCP servers. It includes an OAuth debugger that displays each step of the authentication flow. This helps troubleshoot issues that are otherwise invisible due to redirects.
To start the MCPJam Inspector:
```shell
npx @mcpjam/inspector@latest
```
The inspector launches in your browser at `http://127.0.0.1:6274`.
**Local development configuration:**
| Field | Value |
| -------------- | ---------------------------- |
| **Transport** | Streamable HTTP |
| **Server URL** | `http://localhost:8000/mcp` |
| **Auth** | OAuth 2.1 with Dynamic (DCR) |
**Remote server configuration:**
| Field | Value |
| -------------- | ------------------------------------- |
| **Transport** | Streamable HTTP |
| **Server URL** | `https://your-server.example.com/mcp` |
| **Auth** | OAuth 2.1 with Dynamic (DCR) |
When running the inspector in Docker and connecting to a host machine server, use `http://host.docker.internal:PORT` instead of `http://localhost:PORT`.
The debugger displays each step of the authorization flow:
1. Initial MCP request (401 response)
2. Metadata retrieval
3. Dynamic client registration
4. Authorization request
5. Token exchange
6. Authenticated MCP request
MCPJam Inspector supports Standard Input/Output (STDIO), Server-Sent Events (SSE), and streamable HTTP connections, with OAuth 2.1 and bearer token authentication.
**Network considerations:** MCPJam uses a backend proxy server to fetch OAuth metadata. If your MCP server has restricted network access, you may need to allow MCPJam’s proxy IP ranges. See [MCPJam backend proxy error](/ai-guide/mcp/authorization-server/troubleshooting-mcp-auth-server/#mcpjam-backend-proxy-error) for details.
* Gemini CLI
Gemini CLI supports automatic discovery and registration with the MCP Authorization Server.
**Key details:**
* Supports OAuth 2.0 authentication for remote MCP servers
* Automatic OAuth discovery for servers that support it
* Manages tokens automatically after initial authentication
**Authentication commands:**
* `/mcp auth` - List servers requiring authentication
* `/mcp auth serverName` - Authenticate with a specific server
Add your MCP server to the Gemini CLI [settings.json](https://geminicli.com/docs/tools/mcp-server/) file:
| Scope | File path |
| ------------- | ------------------------- |
| User (global) | `~/.gemini/settings.json` |
| Project | `.gemini/settings.json` |
Add the `mcpServers` configuration:
```json
{
"mcpServers": {
"TestMCPServer": {
"httpUrl": "http://localhost:8000/mcp"
}
}
}
```
The CLI handles OAuth discovery and registration automatically when it encounters a 401 response from the MCP server.
* Claude Desktop
Claude Desktop supports MCP servers through **Settings > Connectors**.
Adding remote MCP servers
Add remote MCP servers through the Connectors UI, not via `claude_desktop_config.json`.
**Key details:**
* Supports OAuth 2.1 with Dynamic Client Registration (DCR)
* OAuth callback URL: `https://claude.ai/api/mcp/auth_callback`
* Available on Pro, Max, Team, and Enterprise plans
**Configuration:**
1. Navigate to **Settings > Connectors**
2. Add your MCP server URL (for example, `http://localhost:8000/mcp`)
3. Optionally configure OAuth `client_id` and `client_secret` in **Advanced settings**
4. Complete OAuth authentication when prompted
For more information, see [Building Custom Connectors via Remote MCP Servers](https://support.claude.com/en/articles/11503834-building-custom-connectors-via-remote-mcp-servers).
* Claude Code
Claude Code supports MCP servers through the CLI or configuration files.
**Key details:**
* Supports OAuth 2.0 for MCP servers
* Supports Dynamic Client Registration (DCR)
* Uses `/mcp` command to manage authentication
* Automatic token storage and refresh
**Add via CLI:**
```shell
claude mcp add --transport http test-mcp-server http://localhost:8000/mcp
```
**Add via `.mcp.json`:**
```json
{
"mcpServers": {
"TestMCPServer": {
"url": "http://localhost:8000/mcp"
}
}
}
```
| Scope | File path |
| --------------------- | --------------------------- |
| Project (team-shared) | `.mcp.json` at project root |
| User | `claude mcp add` command |
To authenticate, run `/mcp` within Claude Code and select **Authenticate**.
For more information, see [Claude Code MCP Documentation](https://code.claude.com/docs/en/mcp).
If you encounter authentication errors, see [Troubleshoot the MCP Authorization Server](/ai-guide/mcp/authorization-server/troubleshooting-mcp-auth-server/).
## MCP server requirements
[Section titled “MCP server requirements”](#mcp-server-requirements)
To work with Aembit’s MCP Authorization Server, your MCP server needs certain configuration settings. Most of these are standard OAuth concepts from the MCP specification—the exact field names vary by MCP server implementation.
| Concept | Purpose | Aembit value | Required by |
| ---------------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------- | ----------- |
| **Authorization Server URL** | Where MCP clients discover OAuth endpoints | `https://[tenant].mcp.[region].aembit.io` | MCP spec |
| **Token Issuer** | OIDC issuer URL of token validation | `https://[tenant].id.[region].aembit.io` | RFC 8414 |
| **JWKS URI** | Public keys used for token signature verification | `https://[tenant].mcp.[region].aembit.io/.well-known/openid-configuration/jwks` | RFC 8414 |
| **Token Audience** | Must match your Credential Provider configuration | Your MCP server’s public URL | RFC 8707 |
| **Token Algorithm** | Signing algorithm for access tokens | `ES256` (default) or RSA | Aembit |
Token algorithm
The MCP specification doesn’t mandate a specific signing algorithm. Aembit supports ES256 (default) and RSA—configure your MCP server’s token verifier to match your Credential Provider settings.
Consult your MCP server’s documentation for how to configure these settings. For a complete reference, see [Configuration concepts](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/#configuration-concepts).
Issuer subdomain
When configuring your MCP server’s token verification, the `issuer` must use the `.id.` subdomain (for example, `abc123.id.useast2.aembit.io`), **not** the `.mcp.` subdomain. See [Tenant URL patterns](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/#tenant-url-patterns) for details.
## Test with a demo MCP server
[Section titled “Test with a demo MCP server”](#test-with-a-demo-mcp-server)
If you don’t have an existing MCP server, you can use this [FastMCP](https://gofastmcp.com/) demo server to test your Aembit configuration. This example shows one way to configure the settings from the preceding table—your production MCP server may use different field names or configuration methods.
Replace the placeholder values with your Aembit tenant details, then run with `python server.py`.
* server.py
```python
from fastmcp import FastMCP
from fastmcp.server.auth import RemoteAuthProvider
from fastmcp.server.auth.providers.jwt import JWTVerifier
from pydantic import AnyHttpUrl
import json
# Replace [your-tenant-id] and [region] with your Aembit tenant details.
# Find these values in the Server Workload form after selecting MCP protocol.
cfg = {
"host": "0.0.0.0",
"port": 8000,
"mcp_server_url": "http://localhost:8000",
# Authorization server uses .mcp. subdomain
"auth_server": "https://[your-tenant-id].mcp.[region].aembit.io",
# Token issuer uses .id. subdomain (NOT .mcp.)
"issuer": "https://[your-tenant-id].id.[region].aembit.io",
"jwks_uri": "https://[your-tenant-id].mcp.[region].aembit.io/.well-known/openid-configuration/jwks",
}
# Configure JWT verification against Aembit's JWKS endpoint
token_verifier = JWTVerifier(
jwks_uri=cfg["jwks_uri"],
issuer=cfg["issuer"],
audience=cfg["mcp_server_url"], # Audience must match server URL
algorithm="ES256", # Or "RS256" if using RSA in your Credential Provider
)
# Configure OAuth 2.1 discovery - returns 401 with auth server URL
auth = RemoteAuthProvider(
token_verifier=token_verifier,
authorization_servers=[AnyHttpUrl(cfg["auth_server"])],
base_url=cfg["mcp_server_url"],
)
# Initialize server with authentication
mcp = FastMCP(
"Aembit Test MCP Server",
host=cfg["host"],
port=cfg["port"],
auth=auth,
)
@mcp.tool()
def get_server_status() -> str:
"""Get server status - confirms authentication succeeded."""
return json.dumps({
"server": "Aembit Test MCP Server",
"status": "running",
"authenticated": True,
"message": "Successfully authenticated via Aembit!"
})
if __name__ == "__main__":
print(f"Starting server on {cfg['mcp_server_url']}/mcp")
mcp.run(transport="streamable-http")
```
* requirements.txt
```text
fastmcp>=2.11.0
httpx
uvicorn
pyjwt[crypto]
pydantic
```
**Key configuration notes:**
* The `issuer` uses the `.id.` subdomain (for example, `abc123.id.useast2.aembit.io`), not `.mcp.`
* The `algorithm` must match your Credential Provider setting—ES256 (default) or RSA (see [Token algorithm](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/#token-algorithm))
* The `audience` must match your server’s public URL exactly
For URL configuration details, see [URL configuration alignment](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#url-configuration-alignment).
## Troubleshooting
[Section titled “Troubleshooting”](#troubleshooting)
For common errors and solutions, see [Troubleshoot the MCP Authorization Server](/ai-guide/mcp/authorization-server/troubleshooting-mcp-auth-server/).
## Next steps
[Section titled “Next steps”](#next-steps)
* Review the [MCP Authorization Server reference](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/) for configuration options and endpoints
* Learn more about [Access Policies](/user-guide/access-policies/)
# Troubleshoot the MCP Authorization Server
> Common errors and solutions when configuring the Aembit MCP Authorization Server.
This guide covers common errors you may encounter when setting up or using the Aembit Model Context Protocol (MCP) Authorization Server.
Event-based troubleshooting
For runtime failures that surface as generic errors in the MCP client start with [Troubleshoot MCP and AI IAM access](/user-guide/troubleshooting/mcp-ai-iam/). That guide walks through Access Authorization Events, Workload Events, and MCP Authorization Tracing in order.
Use this page for configuration-time errors visible to the MCP client during setup.
## Quick reference
[Section titled “Quick reference”](#quick-reference)
| Error | Jump to |
| ----------------------------------- | ----------------------------------------------------------------------------------- |
| `redirect_uri mismatch` | [Redirect URI mismatch](#redirect-uri-mismatch) |
| `Protected resource does not match` | [Resource URL mismatch](#resource-url-mismatch) |
| `No Identity Providers Available` | [No identity providers available](#no-identity-providers-available) |
| `scope is required` | [Missing scope parameter](#missing-scope-parameter) |
| `Backend debug proxy error` | [MCPJam backend proxy error](#mcpjam-backend-proxy-error) |
| `invalid_client_metadata` | [Client registration failures](#client-registration-failures) |
| `code_verifier doesn't match` | [Proof Key for Code Exchange (PKCE) validation failures](#pkce-validation-failures) |
| `No matching Access Policy found` | [Access Policy not found](#access-policy-not-found) |
| `Token exchange failed` | [Token exchange failures](#token-exchange-failures) |
| `JWT signature verification failed` | [Key authentication failures](#key-authentication-failures) |
| `Required SAML attribute not found` | [SAML attribute mapping errors](#saml-attribute-mapping-errors) |
| `Failed to parse SAML metadata` | [SAML metadata errors](#saml-metadata-errors) |
## URL mismatch errors
[Section titled “URL mismatch errors”](#url-mismatch-errors)
URL mismatches are among the most common configuration issues. Three URLs must align for the MCP authorization flow to succeed.
### Redirect URI mismatch
[Section titled “Redirect URI mismatch”](#redirect-uri-mismatch)
**Error:**
```text
Error: redirect_uri mismatch
```
**Cause:** The redirect URI registered in your Aembit Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) doesn’t match the callback URL your MCP client uses.
**Resolution:**
1. Check your Client Workload configuration in Aembit
2. Verify the redirect URI matches your MCP client’s callback URL exactly
3. For local development, ensure you’re consistent with `localhost` vs `127.0.0.1`
### Resource URL mismatch
[Section titled “Resource URL mismatch”](#resource-url-mismatch)
**Error:**
```text
Error: Protected resource http://server-a:8080/mcp does not match expected http://server-b:8080/mcp (or origin)
```
**Cause:** The URL your MCP client connects to doesn’t match the resource server URL configured in your MCP server.
**Resolution:**
1. Check your MCP server’s resource server URL configuration
2. Ensure your MCP client connects to the exact same URL
3. See [URL configuration alignment](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#url-configuration-alignment) for details
## No identity providers available
[Section titled “No identity providers available”](#no-identity-providers-available)
**Error:**
```text
No Identity Providers Available
```
**Cause:** The Access Policy's**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) doesn’t have an associated identity provider configured.
**Resolution:**
1. Verify your Access Policy includes a Trust Provider
2. Ensure the Trust Provider is an OIDC ID Token Trust Provider
3. Confirm the Trust Provider has an identity provider (IdP) linked to it
4. Check that the IdP is correctly configured with your OIDC provider (Azure AD, Okta, Google, etc.)
## Missing scope parameter
[Section titled “Missing scope parameter”](#missing-scope-parameter)
**Error:**
```json
{"StatusCode":400,"Error":"scope is required","Custom":{}}
```
**Cause:** The MCP client didn’t send a `scope` parameter during the OAuth flow. This typically indicates a Trust Provider configuration issue.
**Resolution:**
1. Verify you configured a Trust Provider and added it to your Access Policy
2. Check that you correctly configured the Trust Provider for OIDC ID Token authentication
3. Ensure the Trust Provider’s IdP settings match your identity provider
Active development
This is an area of active development. Contact Aembit support if the issue persists after verifying Trust Provider configuration.
## MCPJam backend proxy error
[Section titled “MCPJam backend proxy error”](#mcpjam-backend-proxy-error)
**Error:**
```text
Backend debug proxy error: 500 Internal Server Error
```
**Cause:** MCPJam uses a backend proxy server to fetch OAuth metadata. If your MCP server’s firewall only allows specific IP addresses, your firewall blocks MCPJam’s proxy servers.
**Resolution:**
1. Open your firewall to allow MCPJam’s proxy IP ranges
2. Or use a different MCP client that performs OAuth entirely in the browser
MCPJam limitation
This limitation only affects MCPJam when connecting to remote MCP servers with restricted network access. Local development typically doesn’t encounter this issue.
## Dynamic client registration issues
[Section titled “Dynamic client registration issues”](#dynamic-client-registration-issues)
### Client registration failures
[Section titled “Client registration failures”](#client-registration-failures)
**Error:**
```text
Error: invalid_client_metadata
```
**Cause:** The MCP client’s registration request is missing required fields or contains invalid values.
**Resolution:**
1. Verify your Dynamic Client Registration (DCR) request includes `authorization_code` in `grant_types`
2. Verify your DCR request includes `code` in `response_types`
3. Check that `redirect_uris` contains valid, correctly formatted URLs
4. Ensure redirect URIs match exactly with your Client Workload configuration
### PKCE validation failures
[Section titled “PKCE validation failures”](#pkce-validation-failures)
**Error:**
```text
Error: invalid_grant - code_verifier doesn't match code_challenge
```
**Cause:** The PKCE code verifier doesn’t match the code challenge sent during authorization.
**Resolution:**
1. Verify your client generates a proper `code_challenge` from the `code_verifier`
2. Ensure `code_challenge_method` is set to `S256`
3. Check for URL encoding issues in code values
4. Confirm the same `code_verifier` is used throughout the flow
## Policy evaluation errors
[Section titled “Policy evaluation errors”](#policy-evaluation-errors)
### Access Policy not found
[Section titled “Access Policy not found”](#access-policy-not-found)
**Error:**
```text
Error: No matching Access Policy found
```
**Cause:** No Access Policy matches the combination of Client Workload (redirect URI) and Server Workload for this request.
**Resolution:**
1. Verify you have an Access Policy that connects your Client Workload to your Server Workload
2. Check that the redirect URI in your Client Workload matches the MCP client’s registered redirect URI
3. Confirm the Server Workload’s host, port, and path match your MCP server configuration
4. Ensure the Access Policy is active (not turned off)
### Token exchange failures
[Section titled “Token exchange failures”](#token-exchange-failures)
**Error:**
```text
Error: Token exchange failed
```
**Cause:** The client failed to exchange the authorization code for an access token.
**Resolution:**
1. Verify the authorization code hasn’t expired (codes are short-lived)
2. Check that the `code_verifier` matches the `code_challenge` from the authorization request
3. Confirm the redirect URI in the token request matches the one used in authorization
4. Review the Credential Provider configuration for your Access Policy
## Identity provider issues
[Section titled “Identity provider issues”](#identity-provider-issues)
### Key authentication failures
[Section titled “Key authentication failures”](#key-authentication-failures)
**Error:**
```text
Error: invalid_client - JWT signature verification failed
```
**Cause:** Public/private key mismatch between your identity provider and Aembit configuration.
**Resolution:**
1. Verify the public key uploaded to your IdP matches the private key configured in Aembit
2. Check the key format (PEM or JWKS)
3. Ensure the key ID (`kid`) matches between systems
4. Test the key pair independently using a JWT library
### SAML attribute mapping errors
[Section titled “SAML attribute mapping errors”](#saml-attribute-mapping-errors)
**Error:**
```text
Error: Required SAML attribute not found
```
**Cause:** Your SAML Identity Provider isn’t returning the required user attributes in the SAML assertion.
**Resolution:**
1. Verify your SAML Trust Provider configuration includes the correct attribute mappings
2. Check your IdP’s attribute release policy to ensure it sends required attributes
3. Confirm the attribute names match between your IdP configuration and Aembit Trust Provider
4. Test the SAML assertion using your IdP’s testing tools to verify attribute contents
### SAML metadata errors
[Section titled “SAML metadata errors”](#saml-metadata-errors)
**Error:**
```text
Error: Failed to parse SAML metadata
```
**Cause:** The SAML metadata URL is inaccessible or the metadata format is invalid.
**Resolution:**
1. Verify the metadata URL is accessible from Aembit’s servers
2. Check that the metadata XML is valid and well-formed
3. If using a metadata file, ensure you exported it correctly from your IdP
4. Verify your IdP’s signing certificate hasn’t expired
## Related resources
[Section titled “Related resources”](#related-resources)
* [MCP Authorization Server overview](/ai-guide/mcp/authorization-server/)
* [Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/setup-mcp-auth-server/)
* [MCP Authorization Server reference](/ai-guide/mcp/authorization-server/reference-mcp-auth-server/)
# MCP Identity Gateway
> Identity federation for MCP clients connecting to MCP servers through Aembit.
The **Aembit Model Context Protocol**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/) (MCP) Identity Gateway** is a data-plane gateway that sits between AI agents and MCP servers. It centralizes how AI agents connect to MCP servers by enforcing Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies), performing secure token exchange, and providing visibility into MCP activity.
## What it does
[Section titled “What it does”](#what-it-does)
* **Proxies MCP traffic** - AI agents connect to the MCP Identity Gateway as if it were an MCP server. The Gateway connects to downstream MCP servers and relays requests and responses, including both tool invocations and resource access.
* **Enforces identity-aware policies** - The Gateway validates the AI agent’s access token on every MCP request and requests evaluation of the Gateway-to-Server policy from Aembit Cloud to authorize access to the target MCP server. Aembit Cloud evaluates the Client-to-Gateway policy when the AI agent initially connects and obtains an access token. A Trust Provider validates user identity, and OAuth 2.0 Authorization Code Credential Providers manage per-user credentials.
* **Performs secure token exchange** - The Gateway obtains and manages credentials for MCP servers so that AI agents never hold direct credentials for enterprise systems. Supported credential types include OAuth 2.0 tokens (via Authorization Code flow) and API keys. The Gateway obtains credentials per-request and caches them for 60 seconds—it never persists them to disk. For details on the token exchange flow, see [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/).
* **Centralizes MCP routing** - AI agents connect to the Gateway endpoint instead of connecting directly to MCP servers. The Gateway routes requests to the configured MCP server based on policy.
* **Provides auditability** - The Gateway produces structured logs that capture agent identity, user identity, target MCP server, and policy decisions. These logs integrate with [Log Streams](/user-guide/administration/log-streams/) for centralized observability.
## When to use it
[Section titled “When to use it”](#when-to-use-it)
Use the MCP Identity Gateway when you need:
* Centralized policy enforcement for all MCP traffic from AI agents, including both tool invocations and resource access
* Auditability for which user and agent accessed which MCP server, tools, and resources
* Guarantees that AI agents never hold reusable credentials to critical systems
The MCP Identity Gateway targets those who need to secure, control, and audit access from AI agents to third-party and custom-built MCP servers. A single Identity Gateway can route traffic to multiple MCP servers while sharing centralized policies across many users, with each user’s access isolated by their own credentials.
## Deployment options
[Section titled “Deployment options”](#deployment-options)
Aembit offers the MCP Identity Gateway in two deployment models:
* **Aembit-managed (recommended)** - Aembit operates the Gateway for your Tenant at `https://.mcpgateway.aembit.io`, handling provisioning, TLS termination, certificate renewal, and runtime operations. Aembit runs the managed service on Kubernetes on your behalf. To request an endpoint, contact your Aembit representative, then see [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/).
* **Self-hosted (secondary)** - You run the Gateway as a service on a Linux host you provision and maintain, for cases where it must stay in your own infrastructure. See [Self-host the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/self-host-mcp-gateway/).
## How it works
[Section titled “How it works”](#how-it-works)
The following diagram shows the request flow from a user through the MCP Identity Gateway:

1. A user sends a prompt to their large language model (LLM) client (AI agent).
2. The AI agent connects to the MCP Identity Gateway and presents a signed JSON Web Token (JWT) that identifies the agent and user.
3. The Gateway validates the token, requests policy evaluation from Aembit Cloud, and proxies the request to the MCP server using credentials that Aembit manages. If token validation or policy evaluation fails, the Gateway rejects the request (fail-closed).
4. The MCP server processes the request and returns a response.
5. The Gateway relays the response back to the AI agent.
The AI agent never receives credentials for the MCP server—the Gateway handles credential exchange transparently.
For architecture details, see [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/).
## Identity validation
[Section titled “Identity validation”](#identity-validation)
The MCP Identity Gateway validates identity through three distinct processes: initial authentication (one-time setup), per-request token validation, and per-request access policy evaluation.
### Initial authentication (one-time setup)
[Section titled “Initial authentication (one-time setup)”](#initial-authentication-one-time-setup)
Before an AI agent can make MCP requests, it must obtain credentials through a one-time authentication flow:
1. **User authentication** - The user authenticates to their identity provider (such as Google, Okta, or Microsoft Entra ID) through single sign-on (SSO).
2. **Access token issuance** - The identity provider issues a signed access token containing the user’s identity claims (`iss`, `sub`, `aud`, `email`).
3. **Aembit access token issuance** - The Aembit Authorization Server validates the access token and issues an Aembit-signed access token (an OAuth 2.0 access token in JWT format).
4. **Token storage** - The AI agent stores the Aembit access token for subsequent MCP requests.
This authentication process happens once during MCP client configuration. The AI agent reuses the stored token for all subsequent requests until it expires.
### Token validation (per request)
[Section titled “Token validation (per request)”](#token-validation-per-request)
On every MCP request, the Gateway validates the token before processing:
1. **JWT format** - The AI agent presents an access token (a signed JWT) with each request.
2. **Signature validation** - The Gateway validates the token signature using Aembit’s signing keys (JWKS).
3. **Audience check** - The token `aud` claim must match the Gateway URL.
4. **Claims extraction** - The Gateway extracts user identity and agent identity from the token.
5. **Trust Provider validation** - The configured Trust Provider validates the token issuer, audience, and key material for your identity provider.
If token validation fails, the Gateway rejects the request immediately.
### Access policy evaluation (per request)
[Section titled “Access policy evaluation (per request)”](#access-policy-evaluation-per-request)
After token validation succeeds, the Gateway requests policy evaluation from Aembit Cloud:
1. **Client-to-Gateway policy** - Validates which MCP client is connecting and which user it represents.
2. **Gateway-to-Server policy** - Authorizes access to the target MCP server. Optional Access Conditions can enforce time-based or geographic restrictions.
3. **Credential retrieval** - The Credential Provider retrieves the user’s OAuth tokens for the target MCP server.
If policy evaluation fails, the Gateway rejects the request and logs the decision.
For details on the security model, see [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/).
## Security properties
[Section titled “Security properties”](#security-properties)
The MCP Identity Gateway provides the following security guarantees:
* **Credential isolation** - AI agents never receive credentials for MCP servers. The Gateway obtains and manages credentials on their behalf.
* **Fail-closed behavior** - If token validation or policy evaluation fails, the Gateway rejects the request. The Gateway denies requests by default unless a policy explicitly allows them.
* **Audit trail** - The Gateway logs MCP traffic with agent identity, user identity, target server, and policy decision so you can see which agents and users accessed which MCP servers and when.
* **Centralized policy** - Aembit policies govern access, not scattered configurations in individual agents.
**What the Gateway doesn’t do:**
* The Gateway doesn’t replace the MCP server’s internal authorization logic.
## Troubleshooting and observability
[Section titled “Troubleshooting and observability”](#troubleshooting-and-observability)
* [Troubleshoot MCP and AI IAM access](/user-guide/troubleshooting/mcp-ai-iam/) - End-to-end investigation guide for MCP authorization and Gateway failures
* [MCP Authorization Tracing](/user-guide/audit-report/mcp-authorization-tracing/) - Live view of inbound MCP authorization requests at the Gateway
* [Access Authorization Events](/user-guide/audit-report/access-authorization-events/) - Authorization decisions made by Aembit Cloud, including the `access.discovery` event type
* [Workload Events](/user-guide/audit-report/workload-events/) - Request and response traffic that flowed through the Gateway, including MCP-specific fields
## In this section
[Section titled “In this section”](#in-this-section)
* [Concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/) - Architecture, security model, token handling, access policies, deployment patterns, and operational considerations
* [Client workload identification](/ai-guide/mcp/identity-gateway/client-workload-identification/) - How the Gateway identifies users in multi-user deployments
* [Setup](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/) - Configure your Aembit Tenant for the managed Gateway, with validation steps
* [Connect Microsoft Copilot Studio](/ai-guide/mcp/identity-gateway/connect-copilot-studio/) - Connect Copilot Studio agents to enterprise MCP servers through the Gateway
* [Self-host](/ai-guide/mcp/identity-gateway/self-host-mcp-gateway/) - Deploy and operate the Gateway on your own Linux host (secondary option)
* [Reference](/ai-guide/mcp/identity-gateway/reference-mcp-gateway/) - Token formats, proxied MCP methods, session management, and workload events
* [Environment variables](/ai-guide/mcp/identity-gateway/env-vars-mcp-gateway/) - Operator reference for the environment variables Aembit sets when provisioning a Gateway
# Client workload identification in MCP Identity Gateway
> How the MCP Identity Gateway identifies which user is making requests in multi-user shared Gateway scenarios.
Every MCP request through Aembit’s Identity Gateway carries a blended identity**Blended Identity**: An access model that combines a human user's identity (authenticated through an Identity Provider) with an AI agent's workload identity into a single access decision, enabling policies that evaluate both "who is this user" and "which agent are they using" simultaneously.[Learn more](/ai-guide/blended-identity): the AI agent’s workload identity *and* the human user’s identity. When multiple users share a single MCP Identity Gateway, the Identity Gateway needs to determine which user is behind each request. This page explains how the Identity Gateway resolves the user side of that blended identity and how that identification flows through Access Policies, credential isolation, and audit events.
## How identification works
[Section titled “How identification works”](#how-identification-works)
The MCP Identity Gateway identifies users through the OAuth identity embedded in their access token. When a user first connects through an AI agent, the following happens:
1. The user authenticates with their Identity Provider (IdP) through single sign-on (SSO)
2. The Aembit Authorization Server validates the IdP token and issues an Aembit access token
3. The Aembit access token embeds the user’s identity claims (such as email, subject, or preferred username)
4. The AI agent presents this token with every subsequent MCP request
The Identity Gateway extracts identity claims from the token on each request. These claims are the foundation for all downstream identification: policy evaluation, credential isolation, and audit logging.
## What the Identity Gateway uses for identification
[Section titled “What the Identity Gateway uses for identification”](#what-the-identity-gateway-uses-for-identification)
The Identity Gateway relies on claims from your IdP token to identify users. You configure which claims to use when you set up the Client-to-Gateway Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies).
Common identification claims:
| Claim | Example value | When to use |
| -------------------- | ------------------ | --------------------------------------------------------------------------------------- |
| `email` | `jane@example.com` | Most common. Works when all users have unique email addresses in your IdP. |
| `sub` | `auth0\|abc123` | Use when email isn’t guaranteed unique or when you need a stable, immutable identifier. |
| `preferred_username` | `jdoe` | Use when your IdP provides a human-readable username that’s unique across users. |
You specify the claim in the Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) dynamic claim expression:
```plaintext
${oidc.identityToken.decode.payload.}
```
Replace `` with the claim from your IdP that uniquely identifies users.
For details on configuring identity claims, see [User identity in MCP traffic](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/#user-identity-in-mcp-traffic).
## What identification impacts
[Section titled “What identification impacts”](#what-identification-impacts)
User identification affects three areas of the MCP Identity Gateway:
### Access policies
[Section titled “Access policies”](#access-policies)
The Client-to-Gateway policy uses the user’s identity to determine whether to allow the request. The Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) validates that the token was issued by a trusted IdP and that the user’s claims meet the policy requirements.
The Identity Gateway-to-Server policy authorizes the Identity Gateway to access MCP servers on behalf of the authenticated user. The user’s identity determines which credentials the Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) retrieves.
### Credential isolation
[Section titled “Credential isolation”](#credential-isolation)
Each user gets their own set of credentials for each MCP server. When User `A` connects to an MCP server through the Identity Gateway, Aembit stores User `A`’s credentials in isolation from User `B`’s credentials.
This isolation means:
* Users can’t access each other’s MCP server sessions
* Revoking one user’s access doesn’t affect other users
* Audit trails show per-user credential usage
### Audit and workload events
[Section titled “Audit and workload events”](#audit-and-workload-events)
Workload events in Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) capture the user identity associated with each request. This enables you to answer questions like:
* Which user accessed which MCP server and when?
* Which tools did a specific user invoke?
* Are there unusual access patterns for a particular user?
## Multi-user shared Identity Gateway
[Section titled “Multi-user shared Identity Gateway”](#multi-user-shared-identity-gateway)
The most common deployment pattern is a single MCP Identity Gateway shared by multiple users. In this model:
* All users connect to the same Identity Gateway URL
* Each user authenticates with their own IdP credentials
* The Identity Gateway identifies each user by the claims in their access token
* Aembit evaluates Access Policies and credentials per-user, not per-Identity Gateway
This works because the Identity Gateway is stateless for authentication purposes. It doesn’t maintain user sessions in the traditional sense. Instead, it extracts the user’s identity from the access token on every request and evaluates policies accordingly.
## See also
[Section titled “See also”](#see-also)
* [Blended identity](/ai-guide/blended-identity/) - How Aembit combines user and workload identity in access decisions
* [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/) - Architecture and security model
* [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/) - Deploy and configure the Identity Gateway
* [About MCP User-Based Access Tokens](/user-guide/access-policies/credential-providers/about-mcp-user-based-access-token/) - Per-user credential management
# MCP Identity Gateway concepts
> Architecture, token handling, access policies, and deployment patterns for the MCP Identity Gateway.
This page explains how the MCP Identity Gateway works, including its architecture and policy model. For setup instructions, see [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/) (managed) or [Self-host the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/self-host-mcp-gateway/).
## Core actors
[Section titled “Core actors”](#core-actors)
The MCP Identity Gateway architecture involves:
* **AI Agent (MCP Client**MCP Client**: An application (such as Claude Desktop, Claude Code, or Gemini CLI) that connects to MCP servers to access tools and resources on behalf of users.[Learn more](/user-guide/ai/mcp-auth-server/setup-mcp-auth-server/))** - MCP-capable AI agents (such as Claude) that connect to the Gateway
* **MCP Identity Gateway** - The data-plane proxy. Aembit operates it as a managed service for your Tenant at `https://.mcpgateway.aembit.io` (replace `` with your Aembit Tenant ID), or you [self-host it](/ai-guide/mcp/identity-gateway/self-host-mcp-gateway/) on your own Linux host.
* **Aembit Cloud** - Evaluates access policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) and provides credentials via Credential Providers**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers)
* **Identity Provider (IdP)** - Your IdP (Okta, Google, Entra ID) authenticates users
* **MCP servers**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server)** - The target services providing tools and resources
## User identity in MCP traffic
[Section titled “User identity in MCP traffic”](#user-identity-in-mcp-traffic)
Unlike typical workload-to-workload scenarios, MCP traffic involves a human user operating an AI agent. This means every MCP request carries **two identities**:
* **MCP client identity (workload)** - The AI agent application making the request, identified by its OAuth redirect URL (for example, `https://claude.ai/api/mcp/auth_callback`)
* **User identity (human)** - The person using the AI agent, identified by claims from your IdP such as their email address
The MCP Identity Gateway uses both identities for access control. The MCP client identity determines *which* AI agents can connect, while the user identity determines *who* can access which MCP servers and enables per-user credential isolation.
In the client-to-Gateway policy, the Credential Provider extracts the user’s identity from their IdP token. You specify this using a dynamic claim expression like `${oidc.identityToken.decode.payload.}`. Replace `` with a claim from your IdP that uniquely identifies users (such as `email`, `sub`, or `preferred_username`). This embeds the user’s identity in the access token, enabling Aembit to:
* Enforce per-user access policies
* Store OAuth tokens for each user in isolation
* Provide user-level audit trails showing who accessed which MCP servers
## MCP Identity Gateway architecture
[Section titled “MCP Identity Gateway architecture”](#mcp-identity-gateway-architecture)
The following diagram shows how traffic flows through the MCP Identity Gateway. The flow is identical in both deployment models; only where the Gateway runs differs—inside Aembit’s managed service, or inside your own environment when you self-host.
* Aembit-managed

* Self-hosted

### Authorization flows
[Section titled “Authorization flows”](#authorization-flows)
The Gateway orchestrates two flows: initial authentication and per-request authorization.
#### Initial authentication
[Section titled “Initial authentication”](#initial-authentication)
The AI agent initiates an OAuth flow with the Aembit Authorization Server, which redirects the user to their Identity Provider for authentication. After validating the user’s OIDC token against the Client-to-Gateway policy, Aembit issues a long-lived access token. This token embeds the user’s identity and enables per-user access policies. This happens once per AI agent.
#### Per-request authorization
[Section titled “Per-request authorization”](#per-request-authorization)
For each request, the Gateway validates the access token locally, then requests an assessment from Aembit Cloud. The Policy Engine evaluates the Gateway-to-Server policy and returns credentials if allowed. The Gateway proxies the request using those credentials. The Gateway is stateless—every request triggers fresh policy evaluation with per-request credentials.
## Identity-aware access policies
[Section titled “Identity-aware access policies”](#identity-aware-access-policies)
The MCP Identity Gateway evaluates every MCP interaction against Aembit access policies. The MCP Identity Gateway requires **two access policies** to function:

You configure one Client-to-Gateway policy per MCP Identity Gateway and one Gateway-to-Server policy per MCP server—not one policy per user. This model supports many users sharing the same policies while maintaining per-user credential isolation through the Credential Provider.
**Client-to-Gateway policy** - Validates which MCP client is connecting (by redirect URL) and authenticates the user through your IdP via a Trust Provider. This policy handles blended access: both the AI agent identity and the user identity.
**Gateway-to-Server policy** - Authorizes the Gateway to access MCP servers on behalf of authenticated users. The Credential Provider manages access to the MCP server, with optional Access Conditions for time or GeoIP restrictions. Use [MCP User-Based Access Token](/user-guide/access-policies/credential-providers/about-mcp-user-based-access-token/) when the MCP server requires per-user OAuth credentials (most SaaS MCP servers). Use [OAuth 2.0 Authorization Code](/user-guide/access-policies/credential-providers/oauth-authorization-code/) when the server accepts a shared, administrator-authorized token.
Each user completes an OAuth flow once per MCP server. If unauthorized, the Gateway denies the request and logs the event.
### Left-side and right-side auth
[Section titled “Left-side and right-side auth”](#left-side-and-right-side-auth)
The Client-to-Gateway and Gateway-to-Server policies are also called **left-side auth** and **right-side auth**. These are terms you’ll encounter in Aembit documentation and support conversations.
The naming is positional: the Gateway sits in the middle of every MCP request. The left side is the inbound connection from MCP clients; the right side is the outbound connection to MCP servers.
* **Left-side auth (Client-to-Gateway)** - Controls who can connect to the Gateway. Validates MCP client identity and authenticates users through your IdP. One left-side policy per MCP client and Gateway combination.
* **Right-side auth (Gateway-to-Server)** - Controls where the Gateway routes traffic and how it authenticates to each destination. One right-side policy per MCP server, so a Gateway routing to multiple servers has multiple right-side policies.
## Token exchange
[Section titled “Token exchange”](#token-exchange)
A central design principle: the MCP Identity Gateway scopes credentials to where they’re needed:
* **Agent → MCP Identity Gateway** - The AI agent holds a token that identifies the agent and user. This token is only valid against the MCP Identity Gateway.
* **MCP Identity Gateway → MCP server** - The MCP Identity Gateway holds a token that’s valid against the MCP server. The MCP Identity Gateway never exposes this token to the AI agent.
This separation allows you to:
* Revoke or change access by updating Aembit policies without reconfiguring AI agents
* Rotate MCP-side credentials without redistributing anything to AI agents
* Prove for audit purposes that AI agents never received direct credentials for sensitive systems
## Security model
[Section titled “Security model”](#security-model)
The MCP Identity Gateway enforces four security boundaries:
* **Token validation** - The MCP Identity Gateway validates incoming tokens against the configured Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) before processing any request. Aembit rejects unauthenticated requests immediately with a `401` response and they’re never forwarded to MCP servers.
* **Transport security** - All connections use Transport Layer Security (TLS) 1.2 or higher. The MCP Identity Gateway terminates TLS from clients and initiates new TLS connections to MCP servers.
* **Credential isolation** - The MCP Identity Gateway holds downstream credentials only in memory and never exposes them to AI agents.
* **Policy enforcement** - The MCP Identity Gateway evaluates every request against Aembit access policies before proxying it.
## MCP resource support
[Section titled “MCP resource support”](#mcp-resource-support)
The MCP Identity Gateway proxies MCP resource requests using the same infrastructure that handles tool requests. Resources require no additional configuration. The same access policies, authentication flows, and credential isolation that govern tool requests apply automatically to resource requests.
### What are MCP resources?
[Section titled “What are MCP resources?”](#what-are-mcp-resources)
Among the capabilities that MCP servers can expose, **tools** and **resources** are the most relevant to the Identity Gateway.
* **Tools** are actions that an LLM decides to invoke, such as sending an email or querying a database. The LLM selects which tool to call and provides the required parameters.
* **Resources** are data that an application or user retrieves for context, such as reading a file, fetching a database schema, or loading documentation. The client application (not the LLM) decides which resources to include.
| Aspect | Tools | Resources |
| ----------------- | ----------------------------------------------- | ----------------------------------------------------- |
| **Purpose** | Perform actions | Provide context data |
| **Who initiates** | The LLM decides when to invoke | The application or user decides what to include |
| **Input** | Parameterized (JSON Schema) | Single URI |
| **Output** | Structured results | Raw content (text or binary) |
| **Example** | `tools/call` with `{"name": "send_email", ...}` | `resources/read` with `{"uri": "file:///schema.sql"}` |
Think of tools as **actions you can take** and resources as **reference material you can read**.
### How the Gateway handles resources
[Section titled “How the Gateway handles resources”](#how-the-gateway-handles-resources)
The Gateway proxies resource discovery and retrieval using the same request flow as tools. Clients can list available resources across all connected MCP servers and read individual resources by URI. The existing two-policy model (client-to-Gateway and Gateway-to-server) applies identically. You don’t need to create separate policies for resources.
For the specific MCP methods the Gateway proxies, see the [proxied MCP methods](/ai-guide/mcp/identity-gateway/reference-mcp-gateway/#proxied-mcp-methods) reference.
For more on the distinction between MCP servers and MCP apps, see [MCP servers and MCP apps](/ai-guide/mcp/mcp-servers-and-apps/).
## Next steps
[Section titled “Next steps”](#next-steps)
**Get started:**
* [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/) - Deploy and configure the Gateway
**Learn more:**
* [Client workload identification](/ai-guide/mcp/identity-gateway/client-workload-identification/) - How the Gateway identifies users in multi-user deployments
* [MCP servers and MCP apps](/ai-guide/mcp/mcp-servers-and-apps/) - How Aembit handles different types of MCP services
* [Environment variables](/ai-guide/mcp/identity-gateway/env-vars-mcp-gateway/) - Configuration reference
* [Reference](/ai-guide/mcp/identity-gateway/reference-mcp-gateway/) - Networking, logging, and operational details
* [About MCP User-Based Access Tokens](/user-guide/access-policies/credential-providers/about-mcp-user-based-access-token/) - When to use this Credential Provider and how it works
* [Configure MCP User-Based Access Token](/user-guide/access-policies/credential-providers/mcp-user-based-access-token/) - Step-by-step configuration guide
* [MCP Authorization Server concepts](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/) - How left-side and right-side auth apply in the Authorization Server context
# Connect Microsoft Copilot Studio
> Connect Microsoft Copilot Studio agents to enterprise MCP servers through the Aembit MCP Identity Gateway.
Microsoft Copilot Studio agents can reach your enterprise MCP servers through the Aembit Model Context Protocol (MCP)**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/) Identity Gateway. Copilot Studio connects to the Gateway as an MCP client**MCP Client**: An application (such as Claude Desktop, Claude Code, or Gemini CLI) that connects to MCP servers to access tools and resources on behalf of users.[Learn more](/user-guide/ai/mcp-auth-server/setup-mcp-auth-server/), and the Gateway enforces your Aembit Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) and presents per-user credentials to each downstream MCP server.
This guide covers the Copilot Studio side of the connection. For the Aembit Tenant configuration, see [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/).
## How it works
[Section titled “How it works”](#how-it-works)
The following diagram shows the high-level flow from a Copilot Studio agent through the Gateway to an MCP server:

1. A Copilot Studio agent connects to the Gateway over Streamable HTTP transport and presents an OAuth 2.0 access token that identifies the agent and user.
2. The Gateway validates the token, requests policy evaluation from Aembit Cloud, and proxies the request to the target MCP server using credentials that Aembit manages.
3. The MCP server processes the request and returns a response.
4. The Gateway relays the response back to the Copilot Studio agent.
Copilot Studio never receives credentials for the MCP server. The Gateway handles credential exchange on each request.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
Before you begin, ensure you have:
* A provisioned MCP Identity Gateway endpoint running version `1.32.5006` or higher.
* Both Access Policies from [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/) configured and active: client-to-Gateway and Gateway-to-server.
* A Microsoft Copilot Studio tenant with licensing that allows custom agents and tools.
* Permission in Copilot Studio to create agents, add tools, and create connections.
* An Aembit role that can edit the Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) for the client-to-Gateway policy, so you can add the Copilot Studio redirect URI.
## Create a Copilot Studio agent
[Section titled “Create a Copilot Studio agent”](#create-a-copilot-studio-agent)
If you don’t already have an agent to connect, create one.
1. In Copilot Studio, go to **Agents** and click **+ Create a Blank Agent**.
2. Enter a name for the agent.
3. Click **Create**.
## Create the MCP tool in Copilot Studio
[Section titled “Create the MCP tool in Copilot Studio”](#create-the-mcp-tool-in-copilot-studio)
Create a tool that points Copilot Studio at your Gateway endpoint.
1. In Copilot Studio, go to **Tools** and click **+ New Tool**.
2. Select **Model Context Protocol**.
3. Configure the tool with the following settings:
| Field | Value |
| ------------------ | --------------------------------------------------------------------------------------------- |
| Friendly name | A short, descriptive name for the tool |
| Server description | A required description of the MCP server |
| MCP Gateway URL | Your Gateway endpoint with the `/mcp` path suffix (for example, `https:///mcp`) |
| Authentication | Select **OAuth 2.0** |
| Type | Select **Dynamic Discovery** |
4. Click **Create**. After Copilot Studio creates the tool, refresh your browser to see it.
The Gateway URL must end in `/mcp`
The Gateway exposes MCP traffic at the `/mcp` path. Use `https:///mcp`—the `/me` path is deprecated for this use case.
Recreate the tool after a Gateway upgrade
Creating the tool caches the OAuth-protected-resource parameters but doesn’t establish a connection. If you upgrade the Gateway to a Copilot-compatible version after creating the tool, delete and recreate the tool so Copilot Studio re-reads the OAuth-protected-resource metadata.
## Assign the tool to the agent and connect
[Section titled “Assign the tool to the agent and connect”](#assign-the-tool-to-the-agent-and-connect)
Assign the tool to your agent and complete the OAuth connection. The first connection attempt surfaces the Copilot Studio redirect URI in Aembit, which you then add to the Client Workload.
1. In Copilot Studio, go to **Agents**, open your agent, and select the **Tools** tab.
2. Click **+ Add a tool**, select **All**, and search for your tool’s friendly name.
3. Select the tool, open the **Not Connected** dropdown, and click **Create new connection**, then **Create**. An OAuth pop-up opens and Copilot Studio attempts to authenticate.
4. Capture the redirect URI and add it to the Client Workload:
1. In your Aembit Tenant, open MCP Authorization Tracing**MCP Authorization Tracing**: A live view in the Aembit Tenant that surfaces each inbound authorization request as MCP Identity Gateway receives it, including the redirect URI, resource, matched Client Workload, and Access Policy outcome.[Learn more](/user-guide/audit-report/mcp-authorization-tracing/) to view the inbound authorization request and copy the full redirect URI.
2. Add the redirect URI to the **Client Workload** in your client-to-Gateway Access Policy.
For testing, the wildcard redirect URI `https://global.consent.azure-apim.net/redirect/*` is acceptable. For production, add the exact redirect URI captured from MCP Authorization Tracing.
5. Retry the connection. Complete single sign-on (SSO) and the OAuth consent flow. When the connection succeeds, the dropdown turns green.
6. Click **+ Add and Configure**. This step fetches the OAuth access token.
Sign-in fails without the redirect URI
If the Client Workload doesn’t yet include the redirect URI, the connection fails during sign-in. Add the redirect URI from MCP Authorization Tracing to the Client Workload, then retry the connection.
## Test the connection
[Section titled “Test the connection”](#test-the-connection)
1. Open your agent and click **Test**.
2. Ask the agent: **“What MCP tools do you have access to?”** Copilot Studio prompts you to connect first.
3. Click **Connect**, then **Submit** to establish the MCP connection.
4. Return to the **Test** panel and click **Retry**. The agent lists the tools available through the Gateway.
## Connect the Microsoft MCP Server for Enterprise (Microsoft Graph)
[Section titled “Connect the Microsoft MCP Server for Enterprise (Microsoft Graph)”](#connect-the-microsoft-mcp-server-for-enterprise-microsoft-graph)
The Microsoft MCP Server for Enterprise, which exposes Microsoft Graph, doesn’t support OAuth discovery. Configure its Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) manually in the Gateway-to-server Access Policy. Use the **MCP User-Based Access Token** Credential Provider type.
Use user-based authentication
The Microsoft MCP Server for Enterprise requires **user-based** authentication.
Before configuring the Credential Provider, register an application in Microsoft Entra ID:
1. Create the Aembit Credential Provider first (without the OAuth client values) to obtain its ID.
2. In Microsoft Entra ID, create a single-tenant app registration with the **Web** platform and redirect URI `https:///userauth//callback`, where `` is the Credential Provider ID.
3. Copy the **Application (client) ID** for use as the Client ID.
4. Create a client secret and copy its **Value** for use as the Client Secret.
5. Add the **Microsoft MCP Server for Enterprise** API permission. Granting the permission requires the **Application Administrator** or **Cloud Application Administrator** role.
6. Note your Microsoft Entra **tenant ID** (a GUID) for the OAuth URLs.
Then configure the **MCP User-Based Access Token** Credential Provider in the Gateway-to-server Access Policy. For the full configuration reference, see [Configure MCP User-Based Access Token](/user-guide/access-policies/credential-providers/mcp-user-based-access-token/). Because discovery isn’t available for this server, enter the OAuth values manually:
| Field | Value |
| ----------------- | --------------------------------------------------------------------------- |
| MCP Server URL | `mcp.svc.cloud.microsoft/enterprise` |
| Authorization URL | `https://login.microsoftonline.com//oauth2/v2.0/authorize` |
| Token URL | `https://login.microsoftonline.com//oauth2/v2.0/token` |
| Scopes | `api://e8c77dc2-69b3-43f4-bc51-3213c9d915b4/.default` |
| Resource | `e8c77dc2-69b3-43f4-bc51-3213c9d915b4` |
| Client ID | The Application (client) ID from your app registration |
| Client Secret | The client secret value from your app registration |
| PKCE Required | Enabled |
Add `offline_access` to Scopes
You can optionally append `offline_access` to the **Scopes** value, so it reads `api://e8c77dc2-69b3-43f4-bc51-3213c9d915b4/.default offline_access`. Microsoft Entra ID then issues a refresh token for unattended token renewal.
For the matching Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads), use these values:
| Field | Value |
| -------------------- | ------------------------- |
| Host | `mcp.svc.cloud.microsoft` |
| Port | `443` (TLS enabled) |
| URL Path | `/enterprise` |
| Application Protocol | MCP |
## Limitations and troubleshooting
[Section titled “Limitations and troubleshooting”](#limitations-and-troubleshooting)
Copilot Studio has some limitations. The following guidance helps you work with them.
### Practical tool limit
[Section titled “Practical tool limit”](#practical-tool-limit)
Microsoft Copilot Studio limitation
While the Aembit MCP Identity Gateway places no limit on tools, Microsoft Copilot Studio limits how many MCP tools an agent can load.
In practice, Copilot Studio drops tools once the total across your assigned MCP servers exceeds 70, showing an error message instead of loading them all.
Because the Gateway returns tools in the order the upstream servers respond, the specific tools that drop vary between sessions.
To stay within the limit:
* Assign fewer Access Policies to each agent.
* Use Copilot Studio’s per-tool toggles to enable only the tools the agent needs.
* Split integrations across child agents, where each child agent has its own tool budget.
### Entity and tool name length
[Section titled “Entity and tool name length”](#entity-and-tool-name-length)
* Keep **Server Workload** and **Credential Provider** names to 15 characters or fewer. Longer names can cause silent connection failures.
* Keep MCP tool names to 64 characters or fewer, including the server-name prefix that the Gateway adds.
### Copilot Studio caches the tool list
[Section titled “Copilot Studio caches the tool list”](#copilot-studio-caches-the-tool-list)
Copilot Studio caches the list of tools it loads from the Gateway. After a Gateway upgrade or a policy change, refresh your browser or delete and recreate the tool so Copilot Studio re-reads the current tool list.
## Next steps
[Section titled “Next steps”](#next-steps)
* [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/) - Configure the two Access Policies the Gateway requires
* [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/) - Architecture, security model, and token handling
* [MCP Authorization Tracing](/user-guide/audit-report/mcp-authorization-tracing/) - View inbound MCP authorization requests at the Gateway
# MCP Identity Gateway environment variables (self-hosted only)
> Environment variables for configuring a self-hosted MCP Identity Gateway.
This page is the configuration reference for [self-hosting the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/self-host-mcp-gateway/). You supply these environment variables on the install command when you run the Gateway on your own host, and they configure how it operates at install time.
Self-hosted only
These variables apply only to self-hosted deployments.
If you use the Aembit-managed service, you don’t configure any of these. Aembit sets them when it provisions your Gateway endpoint.
For Tenant-side configuration (Identity Provider, Trust Provider, and Access Policies), which applies to both deployment models, see [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/).
## Required variables
[Section titled “Required variables”](#required-variables)
### `AEMBIT_AUTHORIZATION_SERVER` Required
[Section titled “AEMBIT\_AUTHORIZATION\_SERVER ”](#aembit_authorization_server)
Default - not set
URL of the Aembit authorization server for this Aembit Tenant. The format is `https://.mcp..aembit.io/`.
Replace `` with your Aembit Tenant ID, visible in the Aembit Tenant URL (for example, `abc123` in `https://abc123.aembit.io`). Aembit Tenants use the `useast2` region. In the future, Aembit may add more regions, making this value dynamic.
See [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/) for detailed configuration steps.
*Example*:\
`https://abc123.mcp.useast2.aembit.io/`
***
### `AEMBIT_MCP_GATEWAY_URL` Required
[Section titled “AEMBIT\_MCP\_GATEWAY\_URL ”](#aembit_mcp_gateway_url)
Default - not set
Public URL of this MCP Identity Gateway instance. This is the URL that MCP clients use to connect.
*Example*:\
`https://mcp-gateway.example.com`
***
### `AEMBIT_AGENT_CONTROLLER_URL` Required
[Section titled “AEMBIT\_AGENT\_CONTROLLER\_URL ”](#aembit_agent_controller_url)
Default - not set
URL of the local Agent Controller. Must point to localhost because the MCP Identity Gateway and Agent Controller must run on the same host. The Agent Controller registers the MCP Identity Gateway with Aembit Cloud and provides it with the credentials and configuration needed to operate. This local-only communication ensures credentials never traverse the network. For architecture details, see [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/).
*Example*:\
`http://localhost:5000`
***
### `AEMBIT_TLS_CERT_CHAIN_PATH` Required
[Section titled “AEMBIT\_TLS\_CERT\_CHAIN\_PATH ”](#aembit_tls_cert_chain_path)
Default - not set
Sensitive - No
Filesystem path to the TLS certificate chain file (PEM format). Must include the full chain (leaf certificate and intermediates). The certificate Common Name (CN) or Subject Alternative Name (SAN) must match the hostname in `AEMBIT_MCP_GATEWAY_URL`.
*Example*:\
`/etc/ssl/certs/fullchain.pem`
***
### `AEMBIT_TLS_PRIVATE_KEY_PATH` Required
[Section titled “AEMBIT\_TLS\_PRIVATE\_KEY\_PATH ”](#aembit_tls_private_key_path)
Default - not set
Sensitive - Yes
Filesystem path to the TLS private key file (PEM format). Store in a secrets manager for production.
*Example*:\
`/etc/ssl/private/privkey.pem`
***
## Optional variables
[Section titled “Optional variables”](#optional-variables)
### `AEMBIT_LOG_LEVEL`
[Section titled “AEMBIT\_LOG\_LEVEL”](#aembit_log_level)
Default - `info`
Log verbosity level. Options: `trace`, `debug`, `info`, `warn`, `error`, `off`. Use `info` or higher for production; `trace` and `debug` may log sensitive information.
*Example*:\
`debug`
***
### `AEMBIT_METRICS_PORT`
[Section titled “AEMBIT\_METRICS\_PORT”](#aembit_metrics_port)
Default - `9091`
Port number for the Prometheus-compatible metrics endpoint. The MCP Identity Gateway exposes metrics at `/metrics` on this port.
Port `9091` avoids a collision with the Agent Controller, which uses port `9090` for its own metrics endpoint on the same host.
*Example*:\
`9092`
***
### `AEMBIT_TRUSTED_ISSUER_DOMAINS`
[Section titled “AEMBIT\_TRUSTED\_ISSUER\_DOMAINS”](#aembit_trusted_issuer_domains)
Default - not set
Additional trusted issuer domains for token validation. When set, MCP Identity Gateway also accepts tokens from these domains beyond the default Aembit Cloud domain.
This variable is primarily for testing and development environments where MCP Identity Gateway needs to work with non-production Aembit Cloud instances or mocked services. Most production deployments don’t need this variable.
*Example*:\
`test.aembit-eng.com`
## Example installation
[Section titled “Example installation”](#example-installation)
Production security
The following example shows environment variables on the command line for clarity. In production, use an environment file with restricted permissions (`chmod 600`) or inject values from a secrets manager so configuration values don’t appear in shell history or process listings.
```shell
sudo AEMBIT_AUTHORIZATION_SERVER=https://abc123.mcp.useast2.aembit.io/ \
AEMBIT_MCP_GATEWAY_URL=https://mcp-gateway.example.com \
AEMBIT_TLS_CERT_CHAIN_PATH=/etc/ssl/certs/fullchain.pem \
AEMBIT_TLS_PRIVATE_KEY_PATH=/etc/ssl/private/privkey.pem \
AEMBIT_AGENT_CONTROLLER_URL=http://localhost:5000 \
AEMBIT_LOG_LEVEL=info \
./install
```
## Validation and failure behavior
[Section titled “Validation and failure behavior”](#validation-and-failure-behavior)
The MCP Identity Gateway validates configuration at startup and fails closed on errors.
### Startup validation
[Section titled “Startup validation”](#startup-validation)
When the MCP Identity Gateway starts, it validates:
* **Required variables** - You must set all required environment variables
* **URL format** - Authorization server and controller URLs must be well-formed
* **TLS certificates** - Certificate and key files must exist and be readable
* **Agent Controller connectivity** - The MCP Identity Gateway must reach the Agent Controller on localhost
If any validation fails, the MCP Identity Gateway exits immediately with an error message.
### Runtime caching
[Section titled “Runtime caching”](#runtime-caching)
During operation, the MCP Identity Gateway caches data from Aembit Cloud to maintain availability:
| Data type | Cache duration |
| ----------------------------- | -------------- |
| Assigned MCP server workloads | 60 seconds |
| Access policy directives | 60 seconds |
| Credentials | 60 seconds |
If Aembit Cloud becomes unreachable, the MCP Identity Gateway continues operating with cached data until the cache expires.
### Verifying configuration
[Section titled “Verifying configuration”](#verifying-configuration)
After installation, verify the MCP Identity Gateway is running:
```shell
sudo systemctl status aembit_mcp_gateway
```
Check the logs for startup errors:
```shell
sudo journalctl -u aembit_mcp_gateway -n 50
```
## Agent Controller environment variables
[Section titled “Agent Controller environment variables”](#agent-controller-environment-variables)
The MCP Identity Gateway requires an Agent Controller running on the same host. The Agent Controller uses its own set of environment variables during installation.
### `AEMBIT_TENANT_ID` Required
[Section titled “AEMBIT\_TENANT\_ID ”](#aembit_tenant_id)
Default - not set
Aembit Tenant ID.
*Example*:\
`123abc`
***
### `AEMBIT_AGENT_CONTROLLER_ID` Required
[Section titled “AEMBIT\_AGENT\_CONTROLLER\_ID ”](#aembit_agent_controller_id)
Default - not set
ID of the Agent Controller as configured in Aembit.
*Example*:\
`01234567-89ab-cdef-0123-456789abcdef`
***
### `AEMBIT_STACK_DOMAIN`
[Section titled “AEMBIT\_STACK\_DOMAIN”](#aembit_stack_domain)
Default - `useast2.aembit.io`
Aembit stack domain for this tenant. **Don’t set this value unless directed by your Aembit representative.**
***
### `AEMBIT_LOG_LEVEL`
[Section titled “AEMBIT\_LOG\_LEVEL”](#aembit_log_level-1)
Default - `information`
Log verbosity level for Agent Controller. The supported levels include `fatal`, `error`, `warning`, `information`, `debug`, `verbose`.
*Example*:\
`verbose`
Log level mapping
The Agent Controller uses its own `AEMBIT_LOG_LEVEL` independently from the Gateway. For consistent logging in aggregated environments, use the following mapping:
| Gateway level | Agent Controller level |
| ------------- | ---------------------- |
| `info` | `information` |
| `debug` | `debug` |
| `trace` | `verbose` |
For Agent Controller installation details, see [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/).
## Related resources
[Section titled “Related resources”](#related-resources)
* [MCP Identity Gateway reference](/ai-guide/mcp/identity-gateway/reference-mcp-gateway/)
# MCP Identity Gateway reference
> Reference for the MCP Identity Gateway—token formats, proxied methods, connectivity, workload events, and self-hosted operations.
Operational reference for the MCP Identity Gateway, covering the Aembit-managed service and self-hosted deployments.
For Tenant-side configuration, see [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/). To deploy and operate the Gateway yourself, see [Self-host the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/self-host-mcp-gateway/).
## Token and credential details
[Section titled “Token and credential details”](#token-and-credential-details)
The tokens and credentials used in each hop have different formats and purposes:
| Token / Credential | Format | Source |
| ------------------ | ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| Agent-to-Gateway | Aembit-issued access token (typically JWT) | Issued by the Aembit Authorization Server after the user authenticates via a configured IdP |
| Gateway-to-Server | Varies by MCP server | Determined by the Credential Provider configuration (for example, OAuth 2.0 access token via Authorization Code flow) |
* **Agent-to-Gateway tokens** - The Aembit Authorization Server issues these tokens after it authenticates the user via an external identity provider (such as Google, Okta, or Microsoft Entra ID). The MCP Gateway validates these tokens using Aembit’s signing keys.
* **Gateway-to-Server credentials** - Aembit manages these via Credential Providers. For modern SaaS MCP servers, these are typically OAuth 2.0 access tokens obtained via the Authorization Code (3-legged OAuth) flow. Aembit may support other methods depending on how the MCP server authenticates.
* **Credential caching** - The MCP Gateway caches downstream MCP server credentials and configuration in memory to reduce latency. Cached credentials are short-lived and refreshed as needed; the Gateway doesn’t persist them to disk.
## Proxied MCP methods
[Section titled “Proxied MCP methods”](#proxied-mcp-methods)
The MCP Identity Gateway proxies the following MCP protocol methods to downstream MCP servers. All methods go through the same token validation, policy evaluation, and credential injection flow.
### Tool methods
[Section titled “Tool methods”](#tool-methods)
| Method | Description |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `tools/list` | Discovers available tools across all assigned MCP servers. The Gateway adds prefixes to prevent tool name collisions across servers. The response includes tool annotations from upstream servers when those servers send them. |
| `tools/call` | Invokes a tool on the appropriate MCP server. |
### Resource methods
[Section titled “Resource methods”](#resource-methods)
| Method | Description |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `resources/list` | Discovers available resources across all assigned MCP servers. The Gateway fans out the request to all servers and aggregates the results. |
| `resources/read` | Retrieves a specific resource by URI from the appropriate MCP server. |
No resource prefixing
When the Gateway fans out `resources/list` across multiple MCP servers, it returns resource URIs as-is without adding server-specific prefixes. If two MCP servers expose resources with the same URI, both appear in the aggregated list. This differs from tool discovery, where the Gateway adds prefixes to tool names to prevent collisions.
### Unsupported methods
[Section titled “Unsupported methods”](#unsupported-methods)
The MCP Identity Gateway uses streamable HTTP transport, not Server-Sent Events (SSE). HTTP `GET` requests to the `/mcp` endpoint return `405 Method Not Allowed`, per the MCP specification.
## Session management
[Section titled “Session management”](#session-management)
MCP clients can end their session with the Gateway by sending an HTTP `DELETE` request to the `/mcp` endpoint with the `mcp-session-id` header set to the session identifier. The Gateway returns `204 No Content` on success. Subsequent requests that reuse the deleted session ID return `404 Not Found`.
```shell
curl -X DELETE "https:///mcp" \
-H "Authorization: Bearer " \
-H "mcp-session-id: "
# Expected: 204 No Content
```
This behavior implements [MCP specification section 2.5.5](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#session-management).
## Connectivity requirements
[Section titled “Connectivity requirements”](#connectivity-requirements)
Aembit operates the Gateway endpoint at `https://.mcpgateway.aembit.io` (replace `` with your Aembit Tenant ID). For MCP clients to reach the Gateway, the network paths from your AI agent hosts must allow outbound HTTPS on port `443` to this hostname.
| Source | Destination | Port | Purpose |
| ----------------------- | ----------------------------------------- | ---- | ------------------------------------------------- |
| MCP clients / AI agents | `https://.mcpgateway.aembit.io` | 443 | MCP requests over TLS |
| MCP clients / AI agents | Your IdP (Okta, Google, Entra ID, etc.) | 443 | User authentication during the initial OAuth flow |
MCP clients authenticate using access tokens (JWTs) issued by the Aembit Authorization Server after the user authenticates through your configured IdP. The Gateway validates tokens against the configured Trust Provider and uses streamable HTTP transport for server-to-client streaming.
Aembit manages the Gateway’s outbound paths to the Aembit Cloud control plane, MCP servers, and IdP discovery endpoints, so these don’t require customer configuration.
## Logging and events
[Section titled “Logging and events”](#logging-and-events)
### Log access
[Section titled “Log access”](#log-access)
Because Aembit operates the Gateway, the Aembit operations team manages runtime logs—customers don’t access them directly. For customer-facing visibility into MCP activity, use **workload events** in Aembit Cloud (see the next section) and forward them via [Log Streams](/user-guide/administration/log-streams/) to your SIEM or observability tooling.
If you self-host the Gateway, you access its runtime logs directly on the host. See [Logs](#logs) under [Self-hosted operations](#self-hosted-operations).
### Workload events
[Section titled “Workload events”](#workload-events)
Workload events in Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) capture access patterns for audit and observability. See [Audit and report on Workload activity](/user-guide/audit-report/) for details.
#### The `userId` field
[Section titled “The userId field”](#the-userid-field)
When an [identity provider](/user-guide/access-policies/trust-providers/) authenticates the MCP client, `mcp.request` and `mcp.response` workload events include a `userId` field containing the subject of the user’s OAuth or OIDC access token. This lets you attribute MCP activity to the specific authenticated user in audit reports.
The `userId` field is absent when Aembit can’t identify the MCP client, such as when client workload identification fails.
Event coverage
Workload events capture **Gateway to MCP Server** traffic only. This includes:
* Tool invocations forwarded to upstream MCP servers
* Resource requests forwarded to upstream MCP servers
* Credential injection events
* Policy evaluation results for server access
**Agent to Gateway** events (such as initial client connections and authentication) don’t appear in workload events. Aembit plans this capability for a future release.
Until Agent-to-Gateway events are available in workload events, if you need connection or authentication visibility, contact your Aembit representative.
## Observability
[Section titled “Observability”](#observability)
The MCP Identity Gateway produces structured JSON logs that help you:
* Answer “who did what” questions—which user and AI agent accessed which MCP server and tools, and when
* Trace policy decisions—which policy allowed or denied a given request
* Monitor behavior—connection patterns and error rates between AI agents and MCP servers
Forward these logs to [Log Streams](/user-guide/administration/log-streams/) to integrate with your existing observability and Security Information and Event Management (SIEM) tooling.
## Operational considerations
[Section titled “Operational considerations”](#operational-considerations)
* **Policy management** - Configure access policies through the [Aembit Tenant](/user-guide/access-policies/), [Terraform provider](/user-guide/access-policies/advanced-options/terraform/terraform-configuration/), or [API](/api-guide/).
* **Service management** - Aembit operates the Gateway as a managed service. The Aembit operations team handles provisioning, upgrades, TLS certificate management, and runtime health.
* **Customer-facing observability** - Use workload events in Aembit Cloud and forward via [Log Streams](/user-guide/administration/log-streams/) for visibility into MCP activity.
To verify your Tenant configuration is working correctly, see [Verify the connection](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/#verify-the-connection) in the setup guide.
## Deployment model
[Section titled “Deployment model”](#deployment-model)
Aembit operates the MCP Identity Gateway as a managed service. Each Aembit Tenant has a per-Tenant Gateway endpoint at `https://.mcpgateway.aembit.io`.
* Aembit provisions, operates, and upgrades the Gateway.
* Aembit handles TLS termination, certificate management, and runtime operations.
* Customers configure only Aembit Tenant resources (Identity Provider, Trust Provider, Access Policies, Credential Providers).
To request a Gateway endpoint for your Tenant, contact your Aembit representative.
As a secondary option, you can self-host the Gateway in your own infrastructure. See [Self-host the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/self-host-mcp-gateway/) and [Self-hosted operations](#self-hosted-operations).
## Self-hosted operations
[Section titled “Self-hosted operations”](#self-hosted-operations)
The following sections apply only when you [self-host the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/self-host-mcp-gateway/). For the Aembit-managed service, Aembit handles service management, networking, logging, and metrics for you.
### Service management
[Section titled “Service management”](#service-management)
A self-hosted MCP Identity Gateway runs as a `systemd` service named `aembit_mcp_gateway`.
```shell
# Check service status
sudo systemctl status aembit_mcp_gateway
# Restart the service
sudo systemctl restart aembit_mcp_gateway
# Stop the service
sudo systemctl stop aembit_mcp_gateway
# Start the service
sudo systemctl start aembit_mcp_gateway
# Follow logs
journalctl --namespace aembit_mcp_gateway -f
```
### Network requirements
[Section titled “Network requirements”](#network-requirements)
Open the following network paths for the host running a self-hosted Gateway.
#### Inbound
[Section titled “Inbound”](#inbound)
| Port | Protocol | Purpose |
| ---- | -------- | ----------------------------------------------------------- |
| 443 | TCP/TLS | MCP client connections |
| 80 | TCP | TLS certificate provisioning (Let’s Encrypt) |
| 9091 | TCP/HTTP | Prometheus metrics (configurable via `AEMBIT_METRICS_PORT`) |
#### Outbound
[Section titled “Outbound”](#outbound)
| Port | Target | Destination | Purpose |
| ---- | ---------------- | ------------------------------ | -------------------------------------- |
| 443 | Aembit Cloud | `https://.aembit.io` | Authorization, policy, and credentials |
| 443 | MCP servers | `https://` | Proxied MCP traffic |
| 443 | IdP endpoints | `https:///...` | OAuth/OIDC user authentication |
| 5000 | Agent Controller | `http://localhost:5000` | Registration (localhost only) |
Agent Controller dependency
The Agent Controller is a colocated Aembit Edge component that registers the MCP Identity Gateway with Aembit Cloud and provides credentials and configuration. A self-hosted MCP Identity Gateway requires a running Agent Controller to start and operate. For details, see [About the Agent Controller](/user-guide/deploy-install/about-agent-controller/).
### Logs
[Section titled “Logs”](#logs)
A self-hosted MCP Identity Gateway writes logs to journald. View them using `journalctl`:
```shell
# Follow logs in real-time
journalctl --namespace aembit_mcp_gateway -f
# View recent logs
journalctl --namespace aembit_mcp_gateway -n 100
# View logs since a specific time
journalctl --namespace aembit_mcp_gateway --since "1 hour ago"
```
### Prometheus metrics
[Section titled “Prometheus metrics”](#prometheus-metrics)
The MCP Identity Gateway exposes a Prometheus-compatible metrics endpoint for integration with observability tools.
#### Endpoint
The metrics endpoint is available at `/metrics` on a configurable port (default `9091`). To override the port, set `AEMBIT_METRICS_PORT` during installation. See [MCP Identity Gateway environment variables](/ai-guide/mcp/identity-gateway/env-vars-mcp-gateway/) for details.
The default port is `9091` to avoid a collision with the Agent Controller, which exposes its metrics on port `9090` on the same host.
#### Available metrics
| Metric | Type | Labels | Description |
| ---------------------------- | ------- | ----------------------- | ----------------------------------------------------------- |
| `machine_cpu_cores` | gauge | `component`, `hostname` | Number of CPU cores available to the MCP Identity Gateway |
| `version` | gauge | `component`, `version` | MCP Identity Gateway version |
| `process_cpu_seconds_total` | counter | `component`, `hostname` | CPU seconds consumed by the MCP Identity Gateway process |
| `process_memory_usage_bytes` | gauge | `component`, `hostname` | Memory consumed by the MCP Identity Gateway process (bytes) |
The `component` label value is `aembit_mcp_gateway`.
#### Scraping configuration
Configure Prometheus to scrape the metrics endpoint:
```yaml
scrape_configs:
- job_name: 'aembit-mcp-gateway'
static_configs:
- targets: [':9091']
```
Replace `` with your MCP Identity Gateway hostname or IP address.
Note
Aembit plans to add MCP-specific metrics (such as request counts and policy evaluation results) in future releases.
## Supported MCP servers
[Section titled “Supported MCP servers”](#supported-mcp-servers)
The Gateway supports both third-party SaaS MCP providers and customer-built MCP servers, subject to compatibility and configuration.
Aembit has validated the Gateway with a small set of MCP servers. Additional MCP servers may work but Aembit considers them best-effort until explicitly documented.
## Security guarantees and non-goals
[Section titled “Security guarantees and non-goals”](#security-guarantees-and-non-goals)
**Guarantees:**
* The Identity Gateway authenticates every request before any processing—unauthenticated requests receive `401` immediately and are never forwarded to MCP servers
* AI agents never receive downstream credentials for MCP servers
* Centrally managed Aembit policies govern all access
* Aembit enforces TLS end-to-end: the Gateway terminates TLS at its endpoint and initiates new TLS connections to MCP servers
**Non-goals:**
* The Gateway doesn’t replace the MCP server’s internal authorization logic
* The Gateway doesn’t inspect or filter prompt content beyond what policy evaluation requires
## See also
[Section titled “See also”](#see-also)
* [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/) - Architecture, identity model, and access policies
* [Environment variables](/ai-guide/mcp/identity-gateway/env-vars-mcp-gateway/) - Operator reference (the environment variables Aembit sets when provisioning a Gateway)
# Self-host the MCP Identity Gateway
> Deploy and operate the Aembit MCP Identity Gateway on your own Linux host.
This guide explains how to deploy and operate the
Model Context Protocol (MCP)**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/) Identity Gateway on your own Linux host, as a standalone service that you run and maintain.
Most teams should use the managed service
Aembit operates the MCP Identity Gateway as a managed service, and that’s the recommended path for most teams. The managed service handles provisioning, TLS termination, certificate renewal, and runtime operations for you. See [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/) to use it.
Self-host the Gateway only when you must run it in your own infrastructure. For example, you might need to keep MCP traffic inside a network boundary you control, meet data-locality requirements, or integrate with existing host-level tooling.
When you self-host, you run the MCP Identity Gateway as a `systemd` service on a Linux host that you provision and maintain, alongside a colocated [Agent Controller](/user-guide/deploy-install/about-agent-controller/). A bare virtual machine and a cloud instance (such as an AWS EC2 instance) follow the same procedure—an EC2 instance *is* a virtual machine for this purpose.
## How self-hosting differs from the managed service
[Section titled “How self-hosting differs from the managed service”](#how-self-hosting-differs-from-the-managed-service)
The Aembit Cloud configuration is identical for both deployment models: you create an Identity Provider, two Access Policies, and a Credential Provider for each MCP server. Self-hosting adds the host-side work that Aembit otherwise does for you:
| Responsibility | Managed service | Self-host |
| ----------------------------------------------------------------------- | --------------------------------- | ----------------------------------------------------------- |
| Compute host | Aembit | You provision and maintain a Linux host |
| Gateway hostname | `.mcpgateway.aembit.io` | A DNS name you own (for example, `mcp-gateway.example.com`) |
| TLS certificate | Aembit | You obtain and renew it |
| Gateway runtime and upgrades | Aembit | You install, start, and upgrade the binary |
| Aembit Cloud configuration (IdP, Access Policies, Credential Providers) | You | You |
This guide covers the host-side work. Once the Gateway is running, you [configure Aembit Cloud](#configure-aembit-cloud) using the existing setup guide.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
Before you begin, ensure you have:
* An Aembit Tenant**Aembit Tenant**: Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.[Learn more](/get-started/concepts/administration) with admin access
* A Linux host (a virtual machine or cloud instance) for the MCP Identity Gateway, with network access to:
* Your Aembit Tenant (`https://.aembit.io`, outbound HTTPS)
* Target MCP servers**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server) (outbound HTTPS)
* MCP clients**MCP Client**: An application (such as Claude Desktop, Claude Code, or Gemini CLI) that connects to MCP servers to access tools and resources on behalf of users.[Learn more](/user-guide/ai/mcp-auth-server/setup-mcp-auth-server/) and AI agents (inbound on the listener port, typically 443)
* A DNS name you control for the Gateway (for example, `mcp-gateway.example.com`)
* The ability to obtain a TLS certificate for that DNS name (a public certificate authority or your internal public key infrastructure)
## Provision the host
[Section titled “Provision the host”](#provision-the-host)
Create a Linux host for the MCP Identity Gateway. Aembit supports the Gateway as a `systemd` service on a virtual machine or cloud instance; an Ubuntu host is a common choice.
Size the host’s network access so it can:
* Accept inbound MCP client connections (typically on port 443)
* Reach the Aembit control plane (outbound HTTPS)
* Reach every MCP server you plan to proxy (outbound HTTPS)
For detailed host setup guidance, see [Linux virtual machine deployment](/user-guide/deploy-install/virtual-machine/).
EC2 security groups
On AWS, open inbound **443** (HTTPS) so MCP clients can reach the Gateway. If you use Let’s Encrypt for TLS (described later), also open inbound **80** (HTTP) *temporarily* for the certificate challenge, then close it again once you have the certificate.
## Install Agent Controller
[Section titled “Install Agent Controller”](#install-agent-controller)
The MCP Identity Gateway requires a colocated Agent Controller on the same host. The Agent Controller registers the Gateway with Aembit Cloud and supplies it with the credentials and configuration it needs to operate. Because the two run on the same host and communicate over localhost, credentials never traverse the network.
Create the Agent Controller in your Aembit Tenant, then install it on the Gateway host before you install the Gateway itself. For full instructions, see [Install Agent Controller on Linux](/user-guide/deploy-install/virtual-machine/linux/agent-controller-install-linux/). Use the following configuration:
| Setting | Value | Reason |
| ------------ | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| TLS | Off | The MCP Identity Gateway terminates TLS and reaches the Agent Controller over localhost. |
| Registration | [Trust Provider-based](/user-guide/deploy-install/about-agent-controller/#during-registration) | Recommended for automated registration |
| Port | 5000 (default) | The MCP Identity Gateway connects to `http://localhost:5000` |
## Set up DNS
[Section titled “Set up DNS”](#set-up-dns)
Point your chosen DNS name at the host so MCP clients can reach the Gateway.
Create an address (A) record that maps your Gateway hostname (for example, `mcp-gateway.example.com`) to the host’s public IP address. On AWS, you create this record in Route 53 for the hosted zone of the domain you control.
Confirm the record resolves before continuing:
```shell
dig +short mcp-gateway.example.com
```
Expected: the host’s public IP address.
## Obtain a TLS certificate
[Section titled “Obtain a TLS certificate”](#obtain-a-tls-certificate)
The MCP Identity Gateway terminates TLS itself, so it needs a certificate and private key for your Gateway hostname.
The following steps use [Let’s Encrypt](https://letsencrypt.org/) with `certbot` to issue a certificate. This is a quick option for a single host; for production you might instead offload TLS to a load balancer or use your internal public key infrastructure.
1. Open inbound port **80** on the host (and in your cloud security group) so Let’s Encrypt can complete the HTTP challenge.
2. Install `nginx`, which `certbot` uses to answer the challenge:
```shell
sudo apt update
sudo apt install nginx -y
sudo systemctl enable nginx
```
3. Install `certbot` and its `nginx` plugin:
```shell
sudo apt install -y certbot python3-certbot-nginx
```
4. Request a certificate for your Gateway hostname (replace `mcp-gateway.example.com` with your own):
```shell
sudo certbot --nginx -d mcp-gateway.example.com
```
`certbot` writes the certificate chain and private key to `/etc/letsencrypt/live/mcp-gateway.example.com/`.
5. Stop and disable `nginx` so it doesn’t compete with the Gateway for port 443:
```shell
sudo systemctl stop nginx
sudo systemctl disable nginx
```
6. Close inbound port **80** again—the Gateway only needs inbound 443 for normal operation.
Certificate renewal
Let’s Encrypt certificates expire after 90 days. Because `nginx` is stopped, schedule renewal with a method that doesn’t need port 80 held open continuously (for example, `certbot renew` with the standalone plugin during a brief maintenance window), and reopen port 80 only for the duration of the renewal.
## Install and start the Gateway
[Section titled “Install and start the Gateway”](#install-and-start-the-gateway)
Download, install, and start the MCP Identity Gateway on the host. On startup, the Gateway registers with Aembit Cloud through the colocated Agent Controller.
1. Download the MCP Identity Gateway archive from the [Aembit releases portal](https://releases.aembit.io/mcp_gateway/) and extract it:
```shell
tar xf .tar.gz
```
2. Install the Gateway, supplying its configuration as environment variables on the install command:
Keep configuration out of shell history
The following command shows configuration values inline for clarity. In production, load them from an environment file with restricted permissions (`chmod 600`) or a secrets manager so they don’t appear in shell history or process listings.
```shell
sudo AEMBIT_AUTHORIZATION_SERVER=https://.mcp.useast2.aembit.io/ \
AEMBIT_MCP_GATEWAY_URL=https://mcp-gateway.example.com \
AEMBIT_TLS_CERT_CHAIN_PATH=/etc/letsencrypt/live/mcp-gateway.example.com/fullchain.pem \
AEMBIT_TLS_PRIVATE_KEY_PATH=/etc/letsencrypt/live/mcp-gateway.example.com/privkey.pem \
AEMBIT_AGENT_CONTROLLER_URL=http://localhost:5000 \
AEMBIT_LOG_LEVEL=info \
./install
```
Replace `` with your Aembit Tenant ID (visible in your Aembit Tenant URL—for example, `abc123` in `https://abc123.aembit.io`), and replace `mcp-gateway.example.com` with your own Gateway hostname. For a full description of every variable, see [MCP Identity Gateway environment variables](/ai-guide/mcp/identity-gateway/env-vars-mcp-gateway/).
## Verify the Gateway service
[Section titled “Verify the Gateway service”](#verify-the-gateway-service)
Confirm the Gateway is running before you configure Aembit Cloud.
1. Check that the service is active:
```shell
sudo systemctl status aembit_mcp_gateway
```
Expected: `active (running)`. If it isn’t, check the [environment variables](/ai-guide/mcp/identity-gateway/env-vars-mcp-gateway/) and the TLS certificate paths.
2. Confirm the endpoint is reachable and presents a valid certificate:
```shell
curl -I "https://mcp-gateway.example.com/"
```
Expected: the TLS handshake succeeds and you get an HTTP response (possibly an error, since this isn’t a valid MCP request). If it fails, confirm DNS resolves and the certificate is valid for the hostname.
3. Review the Gateway logs for startup or connection events:
```shell
sudo journalctl --namespace aembit_mcp_gateway -n 50
```
## Configure Aembit Cloud
[Section titled “Configure Aembit Cloud”](#configure-aembit-cloud)
With the Gateway running, complete the Aembit Cloud configuration—the Identity Provider, both Access Policies, and a Credential Provider for each MCP server. These steps are identical to the managed service.
Follow [Set up the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/), starting at [Configure an Identity Provider](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/#configure-an-identity-provider), with one substitution:
Use your own Gateway hostname
Wherever the setup guide references the managed endpoint `.mcpgateway.aembit.io`, use your own Gateway hostname instead (for example, `mcp-gateway.example.com`). This applies to the **Server Workload** **Host** and the **Credential Provider** **Audience** in the client-to-Gateway Access Policy.
After you configure both Access Policies, return to the setup guide’s [Verify the connection](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/#verify-the-connection) section to test the end-to-end flow.
## Operate the MCP Identity Gateway
[Section titled “Operate the MCP Identity Gateway”](#operate-the-mcp-identity-gateway)
Because you run the Gateway yourself, you also operate it:
* **Restart the service** after a configuration change:
```shell
sudo systemctl restart aembit_mcp_gateway
```
* **Follow the logs** while troubleshooting:
```shell
sudo journalctl --namespace aembit_mcp_gateway -f
```
* **Upgrade** by downloading a newer release and rerunning the install command.
* **Renew TLS certificates** before they expire, as described in [Obtain a TLS certificate](#obtain-a-tls-certificate).
For connectivity, log, and metrics details, see the [MCP Identity Gateway reference](/ai-guide/mcp/identity-gateway/reference-mcp-gateway/).
## Next steps
[Section titled “Next steps”](#next-steps)
* [MCP Identity Gateway environment variables](/ai-guide/mcp/identity-gateway/env-vars-mcp-gateway/) - Every variable the Gateway and its Agent Controller accept at install time
* [MCP Identity Gateway reference](/ai-guide/mcp/identity-gateway/reference-mcp-gateway/) - Token formats, proxied MCP methods, connectivity, and workload events
* [Client workload identification](/ai-guide/mcp/identity-gateway/client-workload-identification/) - How the Gateway identifies users in multi-user deployments
# Set up the MCP Identity Gateway
> Configure your Aembit Tenant for the managed MCP Identity Gateway.
This guide explains how to configure your Aembit Tenant for the Model Context Protocol (MCP)**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/) Identity Gateway, which Aembit operates as a managed service.
Running the Gateway yourself?
This guide covers the recommended managed service, where Aembit hosts and operates the Gateway for you. If you must run the Gateway in your own infrastructure instead, see [Self-host the MCP Identity Gateway](/ai-guide/mcp/identity-gateway/self-host-mcp-gateway/) for the host-side deployment steps. Then return here for the Aembit Cloud configuration.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
Before you begin, ensure you have:
* An Aembit Tenant**Aembit Tenant**: Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.[Learn more](/get-started/concepts/administration) with admin access
* A provisioned MCP Identity Gateway endpoint for your Tenant (`https://.mcpgateway.aembit.io`). If you don’t have one yet, contact your Aembit representative.
* An identity provider (Okta, Google, Microsoft Entra ID, or similar) for user authentication
* The OAuth redirect URLs of the MCP clients**MCP Client**: An application (such as Claude Desktop, Claude Code, or Gemini CLI) that connects to MCP servers to access tools and resources on behalf of users.[Learn more](/user-guide/ai/mcp-auth-server/setup-mcp-auth-server/) (AI agents) you plan to connect
* The hostname and OAuth configuration for each MCP server**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server) you plan to proxy
MCP resource support
Aembit’s MCP Identity Gateway automatically proxies MCP resource requests using the same Access Policies and credential management as tool requests. You don’t need to configure additional Access Policies or change existing ones.
For details, see [MCP resource support](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/#mcp-resource-support).
## Request your MCP Identity Gateway endpoint
[Section titled “Request your MCP Identity Gateway endpoint”](#request-your-mcp-identity-gateway-endpoint)
Aembit operates the MCP Identity Gateway as a managed service. Each Aembit Tenant has a per-Tenant Gateway endpoint at `https://.mcpgateway.aembit.io` (replace `` with your Aembit Tenant ID, visible in your Aembit Tenant URL, for example, `abc123` in `https://abc123.aembit.io`).
To get started, contact your Aembit representative to provision a Gateway endpoint for your Tenant. Aembit handles provisioning, TLS termination, certificate management, and runtime operations.
Once provisioned, note the Gateway hostname. You’ll reference it later in this guide when configuring the Server Workload and Credential Provider for the client-to-Gateway Access Policy.
Provisioning model
Aembit provisions MCP Identity Gateway endpoints by request. Self-service provisioning isn’t yet available.
## Configure an Identity Provider
[Section titled “Configure an Identity Provider”](#configure-an-identity-provider)
Connect Aembit to your enterprise Identity Provider (IdP) to authenticate the humans behind MCP clients.
Unlike typical Aembit workload-to-workload scenarios, MCP requests involve two identities:
* **MCP client identity** (workload) - The AI agent or application making the request, identified by its redirect URL.
* **User identity** (human) - The person using the AI agent, identified by claims from your IdP (such as email address).
The MCP Identity Gateway needs both: it validates *which* MCP client is connecting and *who* is using it. The Credential Provider then stores tokens per-user, tying each user’s MCP server access to their own authorization.
In this model, you configure identity once at the tenant level. Many users can share the same set of policies, while the per-user credentials the Credential Provider manages isolate their individual access.
In your Aembit Tenant, go to **Administration -> Identity Providers** and configure your IdP using [OIDC](/user-guide/administration/identity-providers/create-idp-oidc/) or [SAML](/user-guide/administration/identity-providers/create-idp-saml/).
Automating configuration
Automate Workload, Trust Provider, Credential Provider, and Access Policy creation using the [Aembit Terraform provider](/user-guide/access-policies/advanced-options/terraform/terraform-configuration/) or the [Aembit API](/api-guide/).
## Create the client-to-gateway Access Policy
[Section titled “Create the client-to-gateway Access Policy”](#create-the-client-to-gateway-access-policy)
The MCP Identity Gateway requires **two Access Policies** to function: one for the client-to-Gateway connection and one for the Gateway-to-server connection. You must create both policies for the Gateway to work.

This section covers creating the first policy, which governs which MCP clients and users can connect to the MCP Identity Gateway. For step-by-step instructions on using the Access Policy Builder interface, see [Create an Access Policy](/user-guide/access-policies/create-access-policy/).
### Name the Access Policy
[Section titled “Name the Access Policy”](#name-the-access-policy)
1. While still in your Aembit Tenant, go to **Access Policies** and click **+ New**.
2. In the **Name** field, enter a name (for example, `MCP Client to Gateway`).
### Client Workload
[Section titled “Client Workload”](#client-workload)
Create a Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) that represents the MCP client connecting to the Gateway.
1. In the **Client Workload** card in the right panel, click **+ Configure**.
2. Select the **Add New** tab.
3. Configure the Client Workload with the following settings:
| Field | Value |
| --------------------- | -------------------------------------------------------------------------------------------- |
| Name | A descriptive name (for example, `Claude MCP Client`) |
| Client Identification | Select **Redirect URL** |
| Value | The MCP client’s OAuth callback URL (for example, `https://claude.ai/api/mcp/auth_callback`) |
4. Click **Save**.
The Redirect URL identifies which MCP client application is requesting access. Each MCP client (Claude, Gemini, etc.) has its own callback URL. See [Client Workloads](/user-guide/access-policies/client-workloads/) for additional configuration options.
### Server Workload
[Section titled “Server Workload”](#server-workload)
Create a Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads) that represents the MCP Identity Gateway endpoint.
1. In the **Server Workload** card in the right panel, click **+ Configure**.
2. Select the **Add New** tab.
3. Configure the Server Workload with the following settings:
| Field | Value |
| -------------------- | --------------------------------------------------------------------------------------- |
| Name | A descriptive name (for example, `MCP Identity Gateway`) |
| Host | The Gateway’s hostname for your Tenant (for example, `.mcpgateway.aembit.io`) |
| Application Protocol | Select **MCP** |
| Port | **443** |
| TLS | Enabled |
| URL Path | `/mcp` |
4. Click **Save**.
Set URL Path to `/mcp`
The **URL Path** field is an Aembit policy-matching identifier. The Gateway always exposes MCP traffic at `/mcp`, so MCP clients connect to `https:///mcp`. Setting **URL Path** to `/mcp` matches this path exactly, which is the most precise policy configuration.
See [Server Workloads](/user-guide/access-policies/server-workloads/) for additional configuration options.
### Trust Provider
[Section titled “Trust Provider”](#trust-provider)
Create a Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) that validates user tokens from your enterprise IdP.
1. In the **Trust Provider** card in the right panel, click **+ Configure**.
2. Select the **Add New** tab.
3. Configure the Trust Provider with the following settings:
| Field | Value |
| ------------------ | ------------------------------------------------------------------------ |
| Name | A descriptive name (for example, `Okta User Tokens`) |
| Trust Provider | Select **OIDC ID Token** |
| OIDC Discovery URL | Your IdP’s discovery endpoint (for example, `https://your-org.okta.com`) |
| Match Rules | Configure issuer validation |
4. Configure **Match Rules** to validate identity token claims:
* **Issuer (`iss`)** - Your IdP’s URL (for example, `https://your-org.okta.com`). This must match the OIDC Discovery URL.
* **Audience (`aud`)** - (Optional) The intended recipient identifier.
* **Subject (`sub`)** - (Optional) User identifier pattern to match.
5. Click **Save**.
Find your IdP’s OIDC discovery URL in your identity provider’s administrator console. Enter only the base URL (for example, `https://your-org.okta.com`). Aembit automatically appends `/.well-known/openid-configuration` to discover the provider’s configuration. See [Trust Providers](/user-guide/access-policies/trust-providers/) for additional configuration options.
### Credential Provider
[Section titled “Credential Provider”](#credential-provider)
Create a Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) that issues tokens for MCP clients to authenticate to the Gateway.
1. In the **Credential Provider** card in the right panel, click **+ Configure**.
2. Select the **Add New** tab.
3. Configure the Credential Provider with the following settings:
| Field | Value |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| Name | A descriptive name (for example, `Gateway Access Token`) |
| Credential Type | Select **OIDC ID Token** |
| Subject | Select **Dynamic** from the dropdown, then enter `${oidc.identityToken.decode.payload.}` (see the following tip) |
| Audience | The Gateway URL **with a trailing slash** (for example, `https://mcp-gateway.example.com/`) |
| Signing Algorithm Type | **RS256** (recommended) or ES256 |
4. Click **Save**.
UI Terminology
The Aembit Cloud UI labels this credential type as ‘OIDC ID Token’, but what’s generated is an OAuth 2.0 access token in JWT format. This documentation uses ‘access token’ in conceptual explanations while preserving the exact UI field values in step-by-step instructions.
Choosing a user identifier claim
Replace `` with a claim from your IdP that uniquely identifies users (for example, `email`, `sub`, or `preferred_username`). The exact claim name depends on your Identity Provider. Check your IdP’s token documentation to find available claims.
Unlike typical workload-to-workload scenarios, MCP traffic involves a human user. This dynamic claim identifies *who* is using the AI agent, enabling per-user access control. See [User identity in MCP traffic](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/#user-identity-in-mcp-traffic) for details, or [OIDC Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc/) for the full syntax reference.
The token contains the authenticated user’s identity (for example, an email claim) and targets **only** the MCP Identity Gateway. See [Credential Providers](/user-guide/access-policies/credential-providers/) for additional configuration options.
### Save the Access Policy
[Section titled “Save the Access Policy”](#save-the-access-policy)
1. In the **Access Policy** status card on the left, verify each required component shows a green **Configured** status.
2. In the header, click **Save Policy & Activate**.
## Create the gateway-to-server Access Policy
[Section titled “Create the gateway-to-server Access Policy”](#create-the-gateway-to-server-access-policy)
The second policy governs the MCP Identity Gateway’s access to each MCP server. The Credential Provider enforces per-user access by storing OAuth tokens for each user.
Per-user access control
In this policy, the **Client Workload** is the MCP Identity Gateway itself, not individual users. The Credential Provider enforces per-user access: each user completes an OAuth authorization flow once per MCP server, and Aembit stores their tokens individually. Optional Access Conditions can add Time or GeoIP restrictions.
### Name the Access Policy
[Section titled “Name the Access Policy”](#name-the-access-policy-1)
1. While still in your Aembit Tenant, go to **Access Policies** and click **+ New**.
2. In the **Name** field, enter a name (for example, `Gateway to Finance MCP Server`).
### Client Workload
[Section titled “Client Workload”](#client-workload-1)
Create a Client Workload that represents the MCP Identity Gateway as a client.
1. In the **Client Workload** card in the right panel, click **+ Configure**.
2. Select the **Add New** tab.
3. Configure the Client Workload with the following settings:
| Field | Value |
| --------------------- | ------------------------------------------------------------------------------------------- |
| Name | A descriptive name (for example, `MCP Identity Gateway`) |
| Client Identification | Select **OIDC ID Token Audience** |
| Value | The Gateway URL **with a trailing slash** (for example, `https://mcp-gateway.example.com/`) |
The Audience value must include the trailing slash and match the audience that the left-side policy’s Credential Provider issues, so Aembit recognizes the Gateway as the authenticated caller.
4. Click **Save**.
The Gateway acts as the client when accessing MCP servers. See [Client Workloads](/user-guide/access-policies/client-workloads/) for additional configuration options.
### Server Workload
[Section titled “Server Workload”](#server-workload-1)
Create a Server Workload for each downstream MCP server.
1. In the **Server Workload** card in the right panel, click **+ Configure**.
2. Select the **Add New** tab.
3. Configure the Server Workload with the following settings:
| Field | Value |
| -------------------- | ---------------------------------------------------------- |
| Name | A descriptive name (for example, `Finance MCP Server`) |
| Host | The MCP server’s hostname (for example, `mcp.example.com`) |
| Application Protocol | Select **MCP** |
| Port | Typically **443** with TLS enabled |
| URL Path | The MCP endpoint path (for example, `/integrations/mcp`) |
4. Click **Save**.
Find the hostname, path, and port in your MCP server vendor’s documentation. See [Server Workloads](/user-guide/access-policies/server-workloads/) for additional configuration options.
### Trust Provider
[Section titled “Trust Provider”](#trust-provider-1)
Create a Trust Provider that validates Aembit-issued tokens.
1. In the **Trust Provider** card in the right panel, click **+ Configure**.
2. Select the **Add New** tab.
3. Configure the Trust Provider with the following settings:
| Field | Value |
| ------------------ | --------------------------------------------------------------------------- |
| Name | A descriptive name (for example, `Aembit MCP Tokens`) |
| Trust Provider | Select **OIDC ID Token** |
| OIDC Discovery URL | Your Aembit Tenant’s base URL (for example, `https://.aembit.io`) |
4. Configure **Match Rules** to validate Aembit-issued tokens:
* **Audience (`aud`)** - The Gateway identifier (for example, `gateway`).
* **Issuer (`iss`)** - (Optional) Your Aembit Tenant URL (for example, `https://.aembit.io`). If you configure this, this must match the OIDC Discovery URL.
5. Click **Save**.
See [Trust Providers](/user-guide/access-policies/trust-providers/) for additional configuration options, including how to locate your tenant’s OIDC discovery URL.
### Credential Provider
[Section titled “Credential Provider”](#credential-provider-1)
Create a Credential Provider that retrieves credentials for the MCP server. The MCP Identity Gateway supports two credential provider types for this policy, depending on how the MCP server issues credentials.
#### Choosing a credential type
[Section titled “Choosing a credential type”](#choosing-a-credential-type)
| | MCP User-Based Access Token | OAuth 2.0 Authorization Code |
| ---------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| **Token storage** | Per user. Aembit stores and refreshes each user’s tokens individually. | Per credential provider. One set of tokens, shared across all users. |
| **Authorization flow** | Each user completes their own OAuth consent flow on first access through the Gateway. | An administrator clicks **Authorize** in the Aembit UI during setup. |
| **Best for** | SaaS MCP servers that issue credentials scoped to individual users (most common). | MCP servers that accept a shared service account or administrator-authorized token. |
| **Discovery** | **MCP Server URL** field with **Discover** auto-populates OAuth endpoints from server metadata. | **OAuth URL** field with **URL Discovery** auto-populates endpoints. |
Most SaaS MCP servers require per-user credentials. Use **MCP User-Based Access Token** unless the MCP server explicitly accepts shared credentials.
Where to find OAuth client settings
The Client ID, Client Secret, Scopes, and OAuth endpoint URLs come from your MCP server vendor. To find these values:
* **Check the vendor’s developer documentation** for OAuth or API integration guides.
* **Look in the vendor’s administrator console** for an app registration or API credentials section.
* **Use dynamic client registration** if the vendor supports it. Some MCP servers let you register a client by sending a POST request to their registration endpoint, which returns a Client ID automatically.
* **Use Discover/URL Discovery** after entering the MCP Server URL or OAuth URL. Aembit can auto-populate endpoint URLs and scopes from the server’s published OAuth metadata.
- MCP User-Based Access Token
1. In the **Credential Provider** card in the right panel, click **+ Configure**.
2. Select the **Add New** tab.
3. Configure the Credential Provider with the following settings:
| Field | Value |
| --------------- | ---------------------------------------------------------------------- |
| Name | A descriptive name (for example, `Finance MCP User Token`) |
| Credential Type | Select **MCP User-Based Access Token** |
| MCP Server URL | The MCP server’s base URL (for example, `https://mcp.example.com/mcp`) |
4. Click **Discover** to auto-populate the Authorization URL, Token URL, and Scopes from the MCP server’s metadata.
If the MCP server doesn’t support discovery, enter the Authorization URL and Token URL manually using values from the MCP server vendor’s documentation.
5. Enter the remaining OAuth client settings:
| Field | Value |
| ------------- | -------------------------------------------------------------------- |
| Client ID | Your OAuth client ID for the MCP server |
| Client Secret | The OAuth client secret, if required |
| Scopes | Required scopes (may be auto-populated by Discover) |
| PKCE Required | Enable if the MCP server requires Proof Key for Code Exchange (PKCE) |
6. Click **Save**.
Per-user authorization
Unlike the OAuth 2.0 Authorization Code Credential Provider, this type doesn’t require an administrator to click **Authorize** during setup. Instead, each user completes their own OAuth consent flow the first time they access the MCP server through the Gateway. Aembit stores and refreshes each user’s tokens individually.
- OAuth 2.0 Authorization Code
1. In the **Credential Provider** card in the right panel, click **+ Configure**.
2. Select the **Add New** tab.
3. Configure the Credential Provider with the following settings:
| Field | Value |
| --------------- | -------------------------------------------------------------- |
| Name | A descriptive name (for example, `Finance Shared OAuth Token`) |
| Credential Type | Select **OAuth 2.0 Authorization Code** |
4. Enter the OAuth client settings:
| Field | Value |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Client ID | Your OAuth client ID for the MCP server |
| Client Secret | The OAuth client secret, if required |
| Scopes | Required scopes (for example, `read:all offline_access`) |
| OAuth URL | The base URL of the OAuth endpoints (for example, `https://mcp.example.com/oauth`). Click **URL Discovery** to auto-populate the Authorization URL and Token URL. |
| Authorization URL | The endpoint where the user authenticates and grants consent (auto-populated by URL Discovery if available) |
| Token URL | The endpoint that exchanges authorization codes for access tokens (auto-populated by URL Discovery if available) |
| PKCE Required | Enable if the MCP server requires Proof Key for Code Exchange (PKCE) |
| Lifetime | The expected lifetime of the authorization (for example, `1 year`) |
5. Click **Save**.
6. After saving, click **Authorize** to complete the OAuth flow. An administrator must authenticate with the MCP server and grant access. All users who access this MCP server through the Gateway share the resulting tokens.
Shared authorization
With this credential type, an administrator completes the OAuth flow once during setup. All users who access this MCP server through the Gateway share the same credentials. If the authorization expires, an administrator must re-authorize in the Aembit UI.
OAuth endpoint sources
OAuth endpoint URLs vary by MCP server vendor. Consult your MCP server’s documentation for these values, or use the discovery button to auto-populate them from the server’s metadata.
For more information, see:
* [About MCP User-Based Access Tokens](/user-guide/access-policies/credential-providers/about-mcp-user-based-access-token/) for guidance on when each type is appropriate
* [Configure MCP User-Based Access Token](/user-guide/access-policies/credential-providers/mcp-user-based-access-token/) for the full MCP User-Based configuration reference
* [OAuth 2.0 Authorization Code](/user-guide/access-policies/credential-providers/oauth-authorization-code/) for the full OAuth 2.0 configuration reference
* [Credential Providers](/user-guide/access-policies/credential-providers/) for all available Credential Provider types
### Access Conditions (optional)
[Section titled “Access Conditions (optional)”](#access-conditions-optional)
Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions) add contextual restrictions to the policy. The MCP Identity Gateway supports time-based and GeoIP-based conditions for MCP traffic.
To add Access Conditions, in the **Access Conditions** card in the right panel, click **+ Configure** and configure as needed. See [Access Conditions](/user-guide/access-policies/access-conditions/) for available condition types and configuration options.
Per-user access
Access Conditions are optional. Without them, any authenticated user routed through the Gateway can access the MCP server.
Each user has their own OAuth tokens managed by the Credential Provider. When the Gateway acts on behalf of a user, it retrieves that user’s specific credentials.
### Save the Access Policy
[Section titled “Save the Access Policy”](#save-the-access-policy-1)
1. In the **Access Policy** status card on the left, verify each required component shows a green **Configured** status.
2. In the header, click **Save Policy & Activate**.
When the MCP Identity Gateway connects to the Aembit control plane, it automatically discovers which MCP servers are available based on the Access Policies that apply to it. This policy-driven discovery means you can add or remove MCP servers by updating your Aembit configuration without modifying the Gateway itself.
### User authorization flow
[Section titled “User authorization flow”](#user-authorization-flow)
For MCP servers that require user authorization (for example, via OAuth 2.0 flows), the first access triggers a consent flow:
1. When a user first attempts to access a given MCP server via the MCP Identity Gateway, Aembit detects that no credentials exist for that user and MCP server.
2. Aembit starts an OAuth 2.0 authorization flow and directs the user to authenticate with your IdP and approve the MCP integration (for example, by opening a browser flow).
3. After the user completes the flow, Aembit obtains credentials from the MCP server’s authorization infrastructure and associates those credentials with that user and MCP server.
Subsequent access for that user and server proceeds without repeated consent, subject to token expiration and revocation policies.
## Verify the connection
[Section titled “Verify the connection”](#verify-the-connection)
Activate both policies
Both the client-to-Gateway and Gateway-to-server Access Policies must be active before testing. If you didn’t activate them during creation, go to **Access Policies** and enable the **Active** toggle for each policy.
Once configuration is complete, verify the end-to-end flow:
1. Verify the Gateway endpoint is reachable from a client host:
```shell
curl -I "https://.mcpgateway.aembit.io/"
```
Expected: TLS handshake succeeds (you’ll get an HTTP response, possibly an error since this isn’t a valid MCP request). If this fails, check DNS resolution and confirm with your Aembit representative that the Gateway endpoint is active.
2. Confirm the user can authenticate via the IdP and that the MCP Identity Gateway receives a valid token. Use your MCP client to initiate a connection. The IdP / consent flow should appear in the user’s browser.
If this fails, check the Trust Provider configuration in Aembit and verify the IdP endpoints are correct.
3. Verify the MCP Identity Gateway can evaluate Access Policies and that permitted requests succeed. After authentication, the MCP client should be able to list tools or resources.
If this fails, check the Access Policy configuration in Aembit. Ensure both Client-to-Gateway and Gateway-to-Server policies are active.
4. Review MCP activity in Aembit Cloud:
* **Workload events** - Check `mcp.request` and `mcp.response` events in Aembit Cloud for authentication, policy evaluation, and MCP request handling. See [Audit and report on Workload activity](/user-guide/audit-report/).
* **Log Streams** - Forward workload events to your SIEM or observability tooling via [Log Streams](/user-guide/administration/log-streams/).
If you need access to Gateway runtime logs (operated by Aembit), contact your Aembit representative.
## Relationship to the MCP Authorization Server
[Section titled “Relationship to the MCP Authorization Server”](#relationship-to-the-mcp-authorization-server)
The MCP Identity Gateway uses Aembit’s existing authorization capabilities behind the scenes to:
* Authenticate users via your configured Identity Provider (IdP),
* Evaluate Aembit Access Policies, and
* Orchestrate OAuth 2.0 Authorization Code (3LO) flows to MCP servers.
You **don’t** need to deploy or configure the standalone **Aembit MCP Authorization Server** product to use the MCP Identity Gateway.
* The public MCP Authorization Server docs ([Set up the MCP Authorization Server](/ai-guide/mcp/authorization-server/)) describe a **separate control-plane deployment** where Aembit acts as the official Authorization Server for your MCP servers.
* In the MCP Identity Gateway flow, Aembit Cloud provides those authorization capabilities and wires them into the Gateway for you.
To use the MCP Identity Gateway, you only configure:
* An **Identity Provider** in your Aembit Tenant (OIDC or SAML),
* Two **Access Policies**:
* Client-to-Gateway (AI agent → MCP Gateway)
* Gateway-to-Server (MCP Gateway → MCP server),
* One **Credential Provider** for each MCP server. Use [MCP User-Based Access Token](/user-guide/access-policies/credential-providers/mcp-user-based-access-token/) when the server requires per-user OAuth credentials, or [OAuth 2.0 Authorization Code](/user-guide/access-policies/credential-providers/oauth-authorization-code/) for shared credentials.
You **shouldn’t** follow the “Set up the MCP Authorization Server” steps unless you’re explicitly using Aembit as a standalone MCP Authorization Server for your own MCP servers.
## Example end-to-end scenario
[Section titled “Example end-to-end scenario”](#example-end-to-end-scenario)
1. An administrator configures the Gateway and access policies in Aembit
2. A user opens an AI agent (such as Claude), which connects through the Gateway
3. The user queries an MCP server through the agent
4. An auditor reviews logs to see which user and agent accessed which MCP server and when
## Next steps
[Section titled “Next steps”](#next-steps)
* [Connect Microsoft Copilot Studio](/ai-guide/mcp/identity-gateway/connect-copilot-studio/) - Connect Copilot Studio agents to your MCP servers through the Gateway
* [MCP Identity Gateway reference](/ai-guide/mcp/identity-gateway/reference-mcp-gateway/) - Token formats, proxied MCP methods, session management, connectivity, and workload events
* [Client workload identification](/ai-guide/mcp/identity-gateway/client-workload-identification/) - How the Gateway identifies users in multi-user deployments
* [Audit and report on Workload activity](/user-guide/audit-report/) - Review MCP request and response events for your Tenant
# Supported MCP Servers
> Configuration guides for connecting third-party MCP servers to AI agents through the Aembit MCP Identity Gateway.
The Aembit MCP Identity Gateway**MCP Identity Gateway**: A component that brokers MCP traffic between MCP clients and target MCP servers, validating authorization and presenting Aembit-managed credentials on each request.[Learn more](/ai-guide/mcp/identity-gateway/) brokers AI agent**AI Agent**: A software workload that authenticates to systems, requests credentials, and accesses resources, either on behalf of a person or on its own. Aembit secures AI agents with the same identity-first model it uses for any workload. User-driven agents such as Claude Desktop also carry a blended identity that ties access to both the user and the agent.[Learn more](/get-started/use-cases/ai-agents) access to third-party MCP servers**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server). It enforces Access Policies**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) and injects per-user credentials, so agents never hold credentials directly.
Each of the following guides configures one MCP server to work through the Identity Gateway, using the **MCP User-Based Access Token** credential type.
MCP access vs. direct API access
These guides configure **MCP tool access through the Identity Gateway**. For direct REST API access to the same vendor (a traditional Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads)), see the [Server Workload guides](/user-guide/access-policies/server-workloads/guides/).
## Supported servers
[Section titled “Supported servers”](#supported-servers)
Configuration guides are available for the following servers:
### Productivity
[Section titled “Productivity”](#productivity)
* [Slack](/ai-guide/mcp/identity-gateway/supported-servers/slack)
* [Notion](/ai-guide/mcp/identity-gateway/supported-servers/notion)
* [Google Workspace](/ai-guide/mcp/identity-gateway/supported-servers/google-workspace): Drive, Calendar, and People
### Data analytics
[Section titled “Data analytics”](#data-analytics)
* [BigQuery](/ai-guide/mcp/identity-gateway/supported-servers/bigquery)
# BigQuery MCP Server
> Configure the BigQuery MCP Server to work with AI agents through the Aembit MCP Identity Gateway.
Aembit supports the official [BigQuery MCP server](https://docs.cloud.google.com/bigquery/docs/use-bigquery-mcp), which lets AI agents**AI Agent**: A software workload that authenticates to systems, requests credentials, and accesses resources, either on behalf of a person or on its own. Aembit secures AI agents with the same identity-first model it uses for any workload. User-driven agents such as Claude Desktop also carry a blended identity that ties access to both the user and the agent.[Learn more](/get-started/use-cases/ai-agents) explore datasets and run SQL queries through MCP**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/) tools.
This page describes how to configure BigQuery as an MCP server**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server) behind the Aembit MCP Identity Gateway**MCP Identity Gateway**: A component that brokers MCP traffic between MCP clients and target MCP servers, validating authorization and presenting Aembit-managed credentials on each request.[Learn more](/ai-guide/mcp/identity-gateway/). Each user authenticates with their own Google identity, and the Gateway injects their token into MCP requests.
Looking for direct BigQuery API access?
This page covers **MCP tool access through Aembit’s MCP Identity Gateway**. To broker credentials for the BigQuery REST API as a traditional Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads), see the [GCP BigQuery Server Workload guide](/user-guide/access-policies/server-workloads/guides/gcp-bigquery) instead.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
Before you begin, ensure you have the following:
* A Google Cloud project where you can enable APIs and create OAuth credentials
* A BigQuery dataset with data to query
* A configured [Aembit MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/)
## Requirements and considerations
[Section titled “Requirements and considerations”](#requirements-and-considerations)
Before you configure BigQuery, review these requirements and behaviors specific to BigQuery’s MCP server.
* **Each user needs their own BigQuery access.** The Gateway authenticates with each user’s Google identity, so BigQuery enforces that user’s IAM roles rather than a shared service account. Also grant `roles/bigquery.jobUser`; without it, BigQuery rejects the `execute_sql` tool.
* **This guide grants read-only access.** It uses the `bigquery.readonly` scope, which covers browsing datasets and running queries. Add a broader scope if your agents need to modify data.
## Set up your Google Cloud Platform project
[Section titled “Set up your Google Cloud Platform project”](#set-up-your-google-cloud-platform-project)
Configure a Google Cloud project with the BigQuery API, user permissions, and an OAuth client.
1. In the [Google Cloud console](https://console.cloud.google.com/), select the project you want to use.
2. Enable the **BigQuery API** (`bigquery.googleapis.com`) for the project.
3. Grant each user who queries BigQuery the `roles/bigquery.dataViewer` and `roles/bigquery.jobUser` IAM roles.
4. Go to the [Credentials](https://console.cloud.google.com/apis/credentials) page, click **Create Credentials**, then select **OAuth client ID**. If your project has no consent screen, configure one first: choose a **User type**, enter the app details, then add the `https://www.googleapis.com/auth/bigquery.readonly` scope.
5. For **Application type**, select **Web application**, enter a name, then click **Create**. Leave **Authorized redirect URIs** empty for now. You add the Aembit Callback URL after you create the Credential Provider.
6. Copy the **Client ID** and **Client secret**, and store them for the next section.
## Configure the Credential Provider
[Section titled “Configure the Credential Provider”](#configure-the-credential-provider)
Create an MCP User-Based Access Token Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) in Aembit.
1. Log into your Aembit Tenant.
2. Go to **Credential Providers** in the left sidebar and click **+ New**.
3. Configure the following fields:
| Field | Value |
| ------------------- | --------------------------------------------------- |
| **Name** | A user-friendly name |
| **Credential Type** | MCP User-Based Access Token |
| **MCP Server URL** | `https://bigquery.googleapis.com/mcp` |
| **Client ID** | The Client ID you copied from Google Cloud |
| **Client Secret** | The Client Secret you copied from Google Cloud |
| **Scopes** | `https://www.googleapis.com/auth/bigquery.readonly` |
| **PKCE Required** | On |
For **MCP Server URL**, click **Discover** to populate the Authorization URL and Token URL.
4. Click **Save**.
5. Copy the read-only **Callback URL** from the Credential Provider.
## Finish configuring the OAuth client
[Section titled “Finish configuring the OAuth client”](#finish-configuring-the-oauth-client)
Return to the OAuth client in the Google Cloud console.
1. Open the **Web application** OAuth client you created.
2. Under **Authorized redirect URIs**, click **Add URI**, paste the Aembit **Callback URL**, then click **Save**.
## Authorize the Credential Provider
[Section titled “Authorize the Credential Provider”](#authorize-the-credential-provider)
1. Return to the Credential Provider in Aembit and click **Authorize**.
2. Choose your Google Account and approve access. The Credential Provider status changes to **Ready** when the flow completes.
## Create the Server Workload
[Section titled “Create the Server Workload”](#create-the-server-workload)
1. Go to **Server Workloads** in the left sidebar and click **+ New**.
2. Configure the following fields:
| Field | Value |
| ------------------------- | ------------------------- |
| **Name** | A user-friendly name |
| **Host** | `bigquery.googleapis.com` |
| **Application Protocol** | MCP |
| **Port** | 443 with TLS |
| **URL Path** | `/mcp` |
| **Authentication method** | HTTP Authentication |
| **Authentication scheme** | Bearer |
3. Click **Save**.
## Create an Access Policy
[Section titled “Create an Access Policy”](#create-an-access-policy)
Create an Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) linking your Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) (the AI agent), the MCP User-Based Access Token Credential Provider, and the BigQuery Server Workload. See [Access Policies](/user-guide/access-policies/) for details.
## Verify
[Section titled “Verify”](#verify)
After a user authorizes access, the Aembit **AI Access Authorized** page lists the BigQuery MCP Server as **Ready**. The AI agent can then call BigQuery MCP tools (such as `execute_sql`) through the Gateway.
# Google Workspace MCP Servers
> Configure the Google Workspace MCP Servers (Drive, Calendar, and People) to work with AI agents through the Aembit MCP Identity Gateway.
Aembit supports the official [Google Workspace MCP servers](https://developers.google.com/workspace/guides/configure-mcp-servers), which let AI agents**AI Agent**: A software workload that authenticates to systems, requests credentials, and accesses resources, either on behalf of a person or on its own. Aembit secures AI agents with the same identity-first model it uses for any workload. User-driven agents such as Claude Desktop also carry a blended identity that ties access to both the user and the agent.[Learn more](/get-started/use-cases/ai-agents) read Drive files, calendar events, and contacts through MCP**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/) tools.
This page describes how to configure three Google Workspace MCP servers**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server): Google Drive, Calendar, and People. The Aembit MCP Identity Gateway**MCP Identity Gateway**: A component that brokers MCP traffic between MCP clients and target MCP servers, validating authorization and presenting Aembit-managed credentials on each request.[Learn more](/ai-guide/mcp/identity-gateway/) brokers the connection. Each user authenticates with their own Google identity, and the Gateway injects their token into MCP requests.
Looking for direct Google API access?
This page covers **MCP tool access through Aembit’s MCP Identity Gateway**. To broker credentials for a Google REST API as a traditional Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads), see the [Server Workload guides](/user-guide/access-policies/server-workloads/guides/) instead.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
Before you begin, ensure you have the following:
* A Google Cloud project where you can enable APIs and create OAuth credentials
* A Google Workspace organization enrolled in Google’s Developer Preview Program (see [Requirements and considerations](#requirements-and-considerations))
* A configured [Aembit MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/)
## Requirements and considerations
[Section titled “Requirements and considerations”](#requirements-and-considerations)
Before you configure Google Workspace, review these requirements and behaviors specific to Google’s MCP servers.
* **Enroll in Google’s Developer Preview Program.** Google’s Workspace MCP servers are available only through the Developer Preview Program. Until your organization enrolls, Google returns permission errors for every tool call. Preview enrollment also expands the data Google collects on the vendor side. Review Google’s Preview terms before you enroll.
* **Configure each service on its own.** Drive, Calendar, and People each require their own GCP OAuth client, their own enabled API, and their own Aembit Credential Provider, Server Workload, and Access Policy.
* **Google Chat isn’t available.** The Gateway returns an “Internal error encountered” for every Google Chat tool, so this guide doesn’t cover Chat.
* **Gmail isn’t available.** This guide doesn’t cover Gmail.
## Service settings
[Section titled “Service settings”](#service-settings)
Each service uses the same configuration flow but different values. Use the values for the service you’re configuring in the following steps. These scopes grant read-only access. Substitute the read/write variant (for example, `https://www.googleapis.com/auth/drive` instead of `drive.readonly`) if your agents need to modify data.
* Drive
| Setting | Value |
| ------------------------ | ------------------------------------------------ |
| **API to enable** | `drive.googleapis.com` |
| **OAuth scope** | `https://www.googleapis.com/auth/drive.readonly` |
| **MCP Server URL** | `https://drivemcp.googleapis.com/mcp/v1` |
| **Server Workload host** | `drivemcp.googleapis.com` |
| **URL Path** | `/mcp/v1` |
* Calendar
| Setting | Value |
| ------------------------ | --------------------------------------------------- |
| **API to enable** | `calendar-json.googleapis.com` |
| **OAuth scope** | `https://www.googleapis.com/auth/calendar.readonly` |
| **MCP Server URL** | `https://calendarmcp.googleapis.com/mcp/v1` |
| **Server Workload host** | `calendarmcp.googleapis.com` |
| **URL Path** | `/mcp/v1` |
* People
| Setting | Value |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **API to enable** | `people.googleapis.com` |
| **OAuth scope** | `https://www.googleapis.com/auth/contacts.readonly https://www.googleapis.com/auth/directory.readonly https://www.googleapis.com/auth/userinfo.profile` |
| **MCP Server URL** | `https://people.googleapis.com/mcp/v1` |
| **Server Workload host** | `people.googleapis.com` |
| **URL Path** | `/mcp/v1` |
## Set up your Google Cloud Platform project
[Section titled “Set up your Google Cloud Platform project”](#set-up-your-google-cloud-platform-project)
Repeat this section for each Google Workspace service you want to enable. Each service needs its own enabled API and its own OAuth client.
1. In the [Google Cloud console](https://console.cloud.google.com/), select the project you want to use.
2. Enable the API for your service (see [Service settings](#service-settings)). If a later tool call reports that an API “has not been used or is disabled,” enable the API named in that error too.
3. Go to the [Credentials](https://console.cloud.google.com/apis/credentials) page, click **Create Credentials**, then select **OAuth client ID**. If your project has no consent screen, configure one first: choose a **User type**, enter the app details, then add your service’s OAuth scope.
4. For **Application type**, select **Web application**, enter a name, then click **Create**. Leave **Authorized redirect URIs** empty for now. You add the Aembit Callback URL after you create the Credential Provider.
5. Copy the **Client ID** and **Client secret**, and store them for the next section.
## Configure the Credential Provider
[Section titled “Configure the Credential Provider”](#configure-the-credential-provider)
Create an MCP User-Based Access Token Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) in Aembit for the service.
1. Log into your Aembit Tenant.
2. Go to **Credential Providers** in the left sidebar and click **+ New**.
3. Configure the following fields:
| Field | Value |
| ------------------- | ------------------------------------------------------------------------- |
| **Name** | A user-friendly name |
| **Credential Type** | MCP User-Based Access Token |
| **MCP Server URL** | Your service’s MCP Server URL (see [Service settings](#service-settings)) |
| **Client ID** | The Client ID you copied from Google Cloud |
| **Client Secret** | The Client Secret you copied from Google Cloud |
| **Scopes** | Your service’s OAuth scope (see [Service settings](#service-settings)) |
| **PKCE Required** | On |
For **MCP Server URL**, click **Discover** to populate the Authorization URL and Token URL.
4. Click **Save**.
5. Copy the read-only **Callback URL** from the Credential Provider.
## Finish configuring the OAuth client
[Section titled “Finish configuring the OAuth client”](#finish-configuring-the-oauth-client)
Return to the OAuth client in the Google Cloud console.
1. Open the **Web application** OAuth client you created for this service.
2. Under **Authorized redirect URIs**, click **Add URI**, paste the Aembit **Callback URL**, then click **Save**.
## Authorize the Credential Provider
[Section titled “Authorize the Credential Provider”](#authorize-the-credential-provider)
1. Return to the Credential Provider in Aembit and click **Authorize**.
2. Choose your Google Account and approve access. The Credential Provider status changes to **Ready** when the flow completes.
## Create the Server Workload
[Section titled “Create the Server Workload”](#create-the-server-workload)
1. Go to **Server Workloads** in the left sidebar and click **+ New**.
2. Configure the following fields:
| Field | Value |
| ------------------------- | ------------------------------------------------------------------------------- |
| **Name** | A user-friendly name |
| **Host** | Your service’s Server Workload host (see [Service settings](#service-settings)) |
| **Application Protocol** | MCP |
| **Port** | 443 with TLS |
| **URL Path** | Your service’s URL Path (see [Service settings](#service-settings)) |
| **Authentication method** | HTTP Authentication |
| **Authentication scheme** | Bearer |
3. Click **Save**.
## Create an Access Policy
[Section titled “Create an Access Policy”](#create-an-access-policy)
Create an Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) linking your Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) (the AI agent), the service’s MCP User-Based Access Token Credential Provider, and the service’s Server Workload. See [Access Policies](/user-guide/access-policies/) for details.
## Verify
[Section titled “Verify”](#verify)
After a user authorizes access, the Aembit **AI Access Authorized** page lists each configured Google Workspace MCP Server as **Ready**. The AI agent can then call the corresponding MCP tools (such as listing Drive files or calendar events) through the Gateway.
# Notion MCP Server
> Configure the Notion MCP Server to work with AI agents through the Aembit MCP Identity Gateway.
Aembit supports the official [Notion MCP server](https://developers.notion.com/guides/mcp/overview), which lets AI agents**AI Agent**: A software workload that authenticates to systems, requests credentials, and accesses resources, either on behalf of a person or on its own. Aembit secures AI agents with the same identity-first model it uses for any workload. User-driven agents such as Claude Desktop also carry a blended identity that ties access to both the user and the agent.[Learn more](/get-started/use-cases/ai-agents) search and read workspace content through MCP**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/) tools.
This page describes how to configure Notion as an MCP server**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server) behind the Aembit MCP Identity Gateway**MCP Identity Gateway**: A component that brokers MCP traffic between MCP clients and target MCP servers, validating authorization and presenting Aembit-managed credentials on each request.[Learn more](/ai-guide/mcp/identity-gateway/). Each user authenticates with their own Notion identity, and the Gateway injects their token into MCP requests.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
Before you begin, ensure you have the following:
* A Notion workspace where you can create an integration
* A configured [Aembit MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/)
## Requirements and considerations
[Section titled “Requirements and considerations”](#requirements-and-considerations)
Before you configure Notion, review these requirements and behaviors specific to Notion’s MCP server.
* **Create a Public integration.** Notion’s OAuth flow requires a Public integration. Internal integrations and Personal Access Tokens (`ntn_*`) work only with the deprecated local (stdio) Notion MCP server, not the remote server Aembit connects to.
* **Aembit refreshes tokens automatically.** Notion issues short-lived (one-hour) access tokens with rotating refresh tokens. Aembit refreshes them in the background, so users don’t need to re-authorize each hour.
## Create the integration
[Section titled “Create the integration”](#create-the-integration)
Notion requires a registered Public integration before users can authenticate through OAuth.
1. Go to [Notion integrations](https://www.notion.so/profile/integrations) and click **New integration**.
2. Select the **Public** integration type, enter a name and the required organization and contact details, then create the integration.
3. Copy the **OAuth client ID** and **OAuth client secret**, and store them for the next section. Keep the integration settings open. You add the Aembit Redirect URI after you create the Credential Provider.
## Configure the Credential Provider
[Section titled “Configure the Credential Provider”](#configure-the-credential-provider)
Create an MCP User-Based Access Token Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) in Aembit.
1. Log into your Aembit Tenant.
2. Go to **Credential Providers** in the left sidebar and click **+ New**.
3. Configure the following fields:
| Field | Value |
| ------------------- | ---------------------------------------------------- |
| **Name** | A user-friendly name |
| **Credential Type** | MCP User-Based Access Token |
| **MCP Server URL** | `https://mcp.notion.com/mcp` |
| **Client ID** | The OAuth client ID from your Notion integration |
| **Client Secret** | The OAuth client secret from your Notion integration |
| **PKCE Required** | On |
For **MCP Server URL**, click **Discover** to populate the Authorization URL and Token URL.
4. Click **Save**.
5. Copy the read-only **Callback URL** from the Credential Provider.
## Finish configuring the integration
[Section titled “Finish configuring the integration”](#finish-configuring-the-integration)
Return to the Notion integration’s settings.
1. Under the OAuth configuration, add the Aembit **Callback URL** as a **Redirect URI**, then save.
## Authorize the Credential Provider
[Section titled “Authorize the Credential Provider”](#authorize-the-credential-provider)
1. Return to the Credential Provider in Aembit and click **Authorize**.
2. Complete the Notion sign-in, select the workspace and pages to share, then approve access. The Credential Provider status changes to **Ready** when the flow completes.
## Create the Server Workload
[Section titled “Create the Server Workload”](#create-the-server-workload)
1. Go to **Server Workloads** in the left sidebar and click **+ New**.
2. Configure the following fields:
| Field | Value |
| ------------------------- | -------------------- |
| **Name** | A user-friendly name |
| **Host** | `mcp.notion.com` |
| **Application Protocol** | MCP |
| **Port** | 443 with TLS |
| **URL Path** | `/mcp` |
| **Authentication method** | HTTP Authentication |
| **Authentication scheme** | Bearer |
3. Click **Save**.
## Create an Access Policy
[Section titled “Create an Access Policy”](#create-an-access-policy)
Create an Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) linking your Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) (the AI agent), the MCP User-Based Access Token Credential Provider, and the Notion Server Workload. See [Access Policies](/user-guide/access-policies/) for details.
## Verify
[Section titled “Verify”](#verify)
After a user authorizes access, the Aembit **AI Access Authorized** page lists the Notion MCP Server as **Ready**. The AI agent can then call Notion MCP tools through the Gateway.
# Slack MCP Server
> Configure the Slack MCP Server to work with AI agents through the Aembit MCP Identity Gateway.
Aembit supports the official [Slack MCP server](https://docs.slack.dev/ai/slack-mcp-server/), which lets AI agents**AI Agent**: A software workload that authenticates to systems, requests credentials, and accesses resources, either on behalf of a person or on its own. Aembit secures AI agents with the same identity-first model it uses for any workload. User-driven agents such as Claude Desktop also carry a blended identity that ties access to both the user and the agent.[Learn more](/get-started/use-cases/ai-agents) search and read workspace content through MCP**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/) tools.
This page describes how to configure Slack as an MCP server**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server) behind the Aembit MCP Identity Gateway**MCP Identity Gateway**: A component that brokers MCP traffic between MCP clients and target MCP servers, validating authorization and presenting Aembit-managed credentials on each request.[Learn more](/ai-guide/mcp/identity-gateway/). Each user authenticates with their own Slack identity, and the Gateway injects their token into MCP requests.
Looking for direct Slack API access?
This page covers **MCP tool access through Aembit’s MCP Identity Gateway**. To broker credentials for Slack’s REST API as a traditional Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads), see the [Slack Server Workload guide](/user-guide/access-policies/server-workloads/guides/slack) instead.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
Before you begin, ensure you have the following:
* A Slack workspace where you can create and install a Slack app
* A configured [Aembit MCP Identity Gateway](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/)
## Requirements and considerations
[Section titled “Requirements and considerations”](#requirements-and-considerations)
Before you configure Slack, review these requirements and behaviors specific to Slack’s MCP server.
* **Use User-Based Auth.** Slack returns an `invalid_scope` error during the Admin-Based (OAuth 2.0 Authorization Code) flow, so this guide uses the MCP User-Based Access Token credential type.
* **Register an internal or Marketplace app.** Slack lets only internal apps and apps published in the Slack Marketplace use MCP; it rejects unlisted apps.
* **Connect over Streamable HTTP.** Slack’s MCP server supports only the Streamable HTTP transport, not Server-Sent Events (SSE).
## Create the app
[Section titled “Create the app”](#create-the-app)
Slack doesn’t support OAuth Dynamic Client Registration**Dynamic Client Registration**: An OAuth mechanism that allows MCP clients to register with the Authorization Server at runtime without pre-configuration, receiving unique credentials for subsequent authorization requests.[Learn more](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#client-registration), so an administrator must register an app before users can authenticate.
1. Go to [Slack API: Your Apps](https://api.slack.com/apps), click **Create New App**, then choose **From Scratch**.
2. Enter an app name, select your workspace, then click **Create**.
3. On the **App Credentials** screen, copy the **Client ID** and **Client Secret**, and store them for the next section.
4. Go to **Agents & AI Apps** and enable the **Model Context Protocol** toggle.
5. Go to **OAuth & Permissions** and opt in to **PKCE**. Keep this page open. You add the Aembit Callback URL and scopes after you create the Credential Provider.
## Configure the Credential Provider
[Section titled “Configure the Credential Provider”](#configure-the-credential-provider)
Create an MCP User-Based Access Token Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers) in Aembit.
1. Log into your Aembit Tenant.
2. Go to **Credential Providers** in the left sidebar and click **+ New**.
3. Configure the following fields:
| Field | Value |
| ------------------- | -------------------------------------------------------------- |
| **Name** | A user-friendly name |
| **Credential Type** | MCP User-Based Access Token |
| **MCP Server URL** | `https://mcp.slack.com/mcp` |
| **Client ID** | The Client ID you copied from Slack |
| **Client Secret** | The Client Secret you copied from Slack |
| **Scopes** | `search:read.public channels:history channels:read users:read` |
| **PKCE Required** | On |
For **MCP Server URL**, click **Discover** to populate the Authorization URL and Token URL.
4. Click **Save**.
5. Copy the read-only **Callback URL** from the Credential Provider.
## Finish configuring the app
[Section titled “Finish configuring the app”](#finish-configuring-the-app)
Return to the Slack app’s **OAuth & Permissions** page.
1. Under **Redirect URLs**, click **Add New Redirect URL**, paste the Aembit **Callback URL**, click **Add**, then click **Save URLs**.
2. Under **Scopes**, add the same scopes you set on the Credential Provider.
3. Install and approve the app in your Slack workspace.
## Authorize the Credential Provider
[Section titled “Authorize the Credential Provider”](#authorize-the-credential-provider)
1. Return to the Credential Provider in Aembit and click **Authorize**.
2. Complete the Slack sign-in and approve access. The Credential Provider status changes to **Ready** when the flow completes.
## Create the Server Workload
[Section titled “Create the Server Workload”](#create-the-server-workload)
1. Go to **Server Workloads** in the left sidebar and click **+ New**.
2. Configure the following fields:
| Field | Value |
| ------------------------- | -------------------- |
| **Name** | A user-friendly name |
| **Host** | `mcp.slack.com` |
| **Application Protocol** | MCP |
| **Port** | 443 with TLS |
| **URL Path** | `/mcp` |
| **Authentication method** | HTTP Authentication |
| **Authentication scheme** | Bearer |
3. Click **Save**.
## Create an Access Policy
[Section titled “Create an Access Policy”](#create-an-access-policy)
Create an Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) linking your Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) (the AI agent), the MCP User-Based Access Token Credential Provider, and the Slack Server Workload. See [Access Policies](/user-guide/access-policies/) for details.
## Verify
[Section titled “Verify”](#verify)
After a user authorizes access, the Aembit **AI Access Authorized** page lists the Slack MCP Server as **Ready**. The AI agent can then call Slack MCP tools through the Gateway.
# Aembit MCP Server
> Use the Aembit Model Context Protocol (MCP) Server to enable AI agents and users to query Aembit event logs
The Aembit Model Context Protocol (MCP) Server is a secure, read-only API layer that enables AI agents and users to query Aembit event logs using structured commands. Built on the [Model Context Protocol specification](https://modelcontextprotocol.io/specification/2025-06-18), this service enables agentic observability and auditability for organizations using Aembit.
You can query audit logs, authorization events, and workload**Workload**: Any non-human entity (application, service, automation, AI agent, etc.) that needs to access resources.[Learn more](/get-started/concepts/how-aembit-works/#introducing-workload-iam) events through integrations with tools like MCP Inspector, Claude Code, GitHub Copilot, and Visual Studio. See [Audit and report on Workload activity](/user-guide/audit-report/) to learn more about Aembit event logs.
## Security model
[Section titled “Security model”](#security-model)
The MCP Server enforces multiple layers of access control:
* **Authentication** - API Token authentication via the `Authorization: Bearer` header. Generate tokens from the Aembit Admin UI Profile page.
* **Authorization** - Resource Set**Resource Set**: Resource Sets are organizational containers that group Access Policy components together, enabling you to manage configurations across different environments, regions, or use cases.[Learn more](/user-guide/administration/resource-sets)-based scoping restricts queries to resources in the assigned set, enforcing least-privilege access.
* **Read-only access** - The MCP Server supports only read operations. You can’t create, update, or delete data.
* **Audit trail** - Aembit logs all MCP Server queries, including the identity of the requesting agent.
The MCP Server provides access to operational event metadata such as timestamps, event types, and workload identifiers. It doesn’t expose secrets, credentials, or sensitive configuration data.
For more detail on how these mechanisms work, see [About the MCP Server](/ai-guide/mcp/mcp-server/about-mcp-server/).
## Pages in this section
[Section titled “Pages in this section”](#pages-in-this-section)
The following pages provide information about the Aembit MCP Server:
* [About the MCP Server](/ai-guide/mcp/mcp-server/about-mcp-server/) - Learn how the MCP Server works, its capabilities, and integration scenarios
* [Connect to the MCP Server](/ai-guide/mcp/mcp-server/connect/) - Prerequisites, authentication, and client-specific connection guides
* [MCP Server reference](/ai-guide/mcp/mcp-server/reference-mcp-server/) - Technical reference for endpoints, tools, resources, and example requests
**Evaluating the MCP Server for your organization?** Start with [About the MCP Server](/ai-guide/mcp/mcp-server/about-mcp-server/) for security model and access control details. **Ready to integrate?** Jump to [Connect to the MCP Server](/ai-guide/mcp/mcp-server/connect/) for authentication and client setup guides.
# About the Aembit MCP Server
> Learn how the Aembit MCP Server provides a secure, read-only API layer for AI agents to query Aembit event logs.
The Aembit MCP Server is a read-only API service that lets AI agents and integrations query Aembit event logs using the Model Context Protocol (MCP) open standard.
Read-only access
The Aembit MCP Server only supports read operations. You can’t create, update, or delete data through the MCP Server.
## What Aembit’s MCP Server does
[Section titled “What Aembit’s MCP Server does”](#what-aembits-mcp-server-does)
The Aembit MCP Server is a secure, read-only API layer that enables AI agents and users to query Aembit event logs using high-level, structured commands. You can query audit, authorization, and workload logs. It’s built on the [Model Context Protocol specification](https://modelcontextprotocol.io/specification/2025-06-18/server/tools), an open standard for agentic AI integrations. This service brings observability, auditability, and automation to organizations using Aembit.
## Why use Aembit’s MCP Server
[Section titled “Why use Aembit’s MCP Server”](#why-use-aembits-mcp-server)
The MCP Server provides:
* Visibility into security and operational events for compliance and audit needs.
* Automation and AI-driven insights, reducing manual investigation and reporting.
* Secure, governed access to sensitive event data.
* Custom CLI tools, dashboards, or chatbots that interact directly with Aembit event data.
* Integration with agentic workflows and AI assistants.
* Rapid, programmatic access to logs for troubleshooting, monitoring, and reporting.
## How does it work?
[Section titled “How does it work?”](#how-does-it-work)
* **Authentication:** Users or AI agents authenticate using an Aembit API Token, which you can generate from the Admin UI Profile page.
* **MCP Service URL:** Send structured queries to the MCP Service URL:
```shell
https://.mcp.useast2.aembit.io/mcp
```
Replace `` with your tenant identifier, visible in the Aembit Admin UI Profile screen.
* **Resource Sets:** Resource Sets**Resource Set**: Resource Sets are organizational containers that group Access Policy components together, enabling you to manage configurations across different environments, regions, or use cases.[Learn more](/user-guide/administration/resource-sets) govern which event data your queries can access, providing separation of concerns and least-privilege access. If your API token targets a specific Resource Set, you can only query logs for resources in that set. [Learn more about Resource Sets](/user-guide/administration/resource-sets/).
* **Audit Logging:** Aembit logs all queries to the MCP Server in the audit trail, including the identity of the requesting agent.
* **Manifest/Tool Definition:** The MCP Server exposes a machine-readable manifest (tool definition) that you can register with agent frameworks such as LangChain or OpenAI function calling. This allows agents to discover available tools and their parameters programmatically. See the [MCP specification](https://modelcontextprotocol.io/specification/2025-06-18) for more details.
* **No Natural Language Parsing:** The MCP Server expects structured JSON commands, not free-form natural language. Your agent or integration must translate user queries into the supported tool format.
## Supported tools and resources
[Section titled “Supported tools and resources”](#supported-tools-and-resources)
* **Tools:**
* `get_audit_logs`: Retrieve audit logs (filtering, pagination)
* `get_auth_events`: Retrieve authorization events
* `get_workload_events`: Retrieve workload**Workload**: Any non-human entity (application, service, automation, AI agent, etc.) that needs to access resources.[Learn more](/get-started/concepts/how-aembit-works/#introducing-workload-iam) events
* **Resources:**
* Audit Log Severities
* Audit Log Categories
* Authorization Event Types
* Authorization Event Severities
* Workload Event Types
* Workload Event Severities
* **General MCP Protocol Documentation:**
* [MCP Tools](https://modelcontextprotocol.io/specification/2025-06-18/server/tools)
* [MCP Resources](https://modelcontextprotocol.io/specification/2025-06-18/server/resources)
## Integration scenarios
[Section titled “Integration scenarios”](#integration-scenarios)
* **DevOps/Security:** Build custom CLI tooling to query and summarize Aembit event logs for compliance, troubleshooting, or monitoring. Integrate with agentic workflows to automate event visibility and reporting.
* **Developers:** Create dashboards or chatbots that interface directly with Aembit logs, enabling rapid insights and alerts.
* **AI/ML Teams:** Enable AI agents to analyze, summarize, or act on Aembit event data as part of broader automation or security workflows.
## Example prompts
[Section titled “Example prompts”](#example-prompts)
See the [Prompt Library](/ai-guide/prompt-library/) for curated prompts you can use with the MCP Server, including:
* Authentication activity monitoring
* Authorization event investigation
* Workload event analysis
The library includes ready-to-use prompts and guidance on customizing them for your specific needs.
## Security considerations
[Section titled “Security considerations”](#security-considerations)
* **Token scope** - API tokens grant read-only access to audit, authorization, and workload event logs. Tokens can’t create, modify, or delete any data.
* **Data exposure** - Queries return operational metadata such as timestamps, event types, and workload identifiers. The MCP Server doesn’t expose secrets, credentials, or sensitive configuration data.
* **Audit logging** - Aembit logs all MCP Server queries in the audit trail, including the identity of the requesting agent.
* **Rate limiting** - The MCP Server limits concurrent requests per source IP and tenant to prevent abuse.
## Next steps
[Section titled “Next steps”](#next-steps)
* [Connect to the MCP Server](/ai-guide/mcp/mcp-server/connect/) - Authentication setup and client-specific connection guides
* [MCP Server reference](/ai-guide/mcp/mcp-server/reference-mcp-server/) - Complete tool schemas, parameters, and example requests
* [Prompt Library](/ai-guide/prompt-library/) - Curated prompts and prompt engineering best practices
## Limitations and release status
[Section titled “Limitations and release status”](#limitations-and-release-status)
* **Read-only access:** The Aembit MCP Server supports only read-only operations. You can’t create, update, or delete data using this server.
* **Release status:**
* Your Aembit administrator must enable the MCP Server for your tenant
# Connect to the MCP Server
> Prerequisites and authentication for connecting your AI tools to the Aembit MCP Server.
Use this page to find authentication requirements and connection instructions for the Aembit MCP Server.
Read-only access
The Aembit MCP Server only supports read operations. You can’t create, update, or delete data through the MCP Server.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
Before connecting any client, ensure you have:
* **Feature enabled:** Your Aembit administrator must enable the MCP Server for your tenant**Aembit Tenant**: Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.[Learn more](/get-started/concepts/administration). If the feature isn’t enabled, you receive a 403 error when attempting to connect.
* **API Token:** Generate or retrieve your API Token from the Aembit Admin UI:
1. Log in to the Aembit Admin UI.
2. Navigate to your Profile page.
3. Generate or copy your API Token.
* **MCP Service URL:** Find your MCP Service URL in the Aembit Admin UI Profile screen.
## MCP service URL
[Section titled “MCP service URL”](#mcp-service-url)
Your MCP Service URL follows this pattern:
```shell
https://.mcp.useast2.aembit.io/mcp
```
Replace `` with your tenant identifier (visible in your Admin UI Profile screen).
## Authentication
[Section titled “Authentication”](#authentication)
All connections require a Bearer token in the `Authorization` header:
```shell
Authorization: Bearer
```
### Resource set scoping Optional
[Section titled “Resource set scoping ”](#resource-set-scoping-)
By default, queries use your default resource set. To scope queries to a different resource set, include:
```shell
X-Aembit-ResourceSet:
```
Resource sets provide separation of concerns, allowing you to segment event data access by team, environment, or project. [Learn more about Resource Sets](/user-guide/administration/resource-sets/).
## Choose your client
[Section titled “Choose your client”](#choose-your-client)
Select your AI tool to get connection instructions:
* [Claude Desktop](/ai-guide/mcp/mcp-server/connect/claude-desktop) - Connect the Claude desktop app to query Aembit events
* [MCP Inspector](/ai-guide/mcp/mcp-server/connect/mcp-inspector) - Test and explore the MCP endpoint interactively
* [GitHub Copilot](/ai-guide/mcp/mcp-server/connect/github-copilot) - Integrate with GitHub Copilot’s agent mode
* [Visual Studio](/ai-guide/mcp/mcp-server/connect/visual-studio) - Connect from Visual Studio’s MCP support
## Troubleshooting
[Section titled “Troubleshooting”](#troubleshooting)
The following sections help resolve common connection, authentication, and query issues:
### Connection issues
[Section titled “Connection issues”](#connection-issues)
**Server not detected or not appearing:**
* Verify your configuration file exists in the correct location.
* Check that the JSON syntax is valid (no trailing commas, proper quotes).
* Restart your IDE or application fully.
**Connection timeout:**
* Verify your endpoint URL matches the format shown in your Admin UI Profile screen.
* Check that the transport type is correct for your client (Streamable HTTP for MCP Inspector).
### Authentication errors
[Section titled “Authentication errors”](#authentication-errors)
**403 Forbidden error:**
* Your administrator hasn’t enabled the MCP Server for your tenant.
* Your API token is invalid or expired.
* Generate a new token from the Aembit Admin UI Profile page.
**Permission denied:**
* Confirm your API token is correct and hasn’t expired.
* Verify that you have enabled the MCP Server feature for your tenant. Contact your Aembit administrator if needed.
### Query issues
[Section titled “Query issues”](#query-issues)
**No data returned or empty results:**
* Adjust your filter parameters (try a broader time range).
* Verify you’re querying the correct resource set.
* Check that the resource set contains data for the period.
**“Tool not found” errors:**
* You may need to enable the MCP Server for your Aembit Tenant.
* Contact your Aembit administrator to verify feature enablement.
## Prompts and examples
[Section titled “Prompts and examples”](#prompts-and-examples)
For example prompts and prompt engineering best practices, see the [Prompt Library](/ai-guide/prompt-library/).
# Connect with Claude (Desktop/web)
> Configure Claude Desktop or Claude on the web to query Aembit event logs through the MCP Server.
Connect Claude Desktop or Claude on the web to the Aembit MCP Server to query audit logs, authorization events, and workload events from your Aembit Tenant.
## Choose a connection method
[Section titled “Choose a connection method”](#choose-a-connection-method)
This page covers two ways to connect Claude to Aembit’s MCP Server. Pick the method that fits your situation:
| Method | When to use |
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [**Connectors UI**](#claude-connectors-ui-recommended) | **OAuth with single sign-on (SSO)** Day-to-day use, multiple users, or long-lived access without token rotation |
| [**Local configuration**](#local-configuration-with-stdio-http-bridge-desktop-only) | **Static API Token with stdio-to-HTTP bridge** Quick one-off testing, automation that can’t complete an interactive sign-in, or environments without an IdP |
The Connectors UI method works in both Claude Desktop and Claude on the web. The local configuration method is **Claude Desktop only**, as Claude on the web doesn’t read a local config file.
## Claude Connectors UI (recommended)
[Section titled “Claude Connectors UI (recommended)”](#claude-connectors-ui-recommended)
Aembit’s Access Policy gates the MCP Server. Claude registers as an OAuth client through Aembit, authenticates the user against your IdP, and then receives an Aembit Access Token tied to that user’s identity. Aembit refreshes the token as long as the user stays signed in, so there’s nothing for the user to rotate in Claude.
### Prerequisites
[Section titled “Prerequisites”](#prerequisites)
* Claude Desktop installed ([download](https://claude.ai/download)), or access to Claude on the web ([claude.ai](https://claude.ai/))
* **MCP Service URL** from the Aembit Admin UI Profile screen (see [Connect to the MCP Server](/ai-guide/mcp/mcp-server/connect/)) in the following format: `.mcp.useast2.aembit.io`
* An Aembit role that can create Credential Providers, Client and Server Workloads, and Access Policies
* An IdP configured in your Aembit Tenant under [Administrators > Identity Providers](/user-guide/administration/identity-providers/)
### Create an Access Policy for Claude Desktop/web
[Section titled “Create an Access Policy for Claude Desktop/web”](#create-an-access-policy-for-claude-desktopweb)
Follow these steps to create an Access Policy that allows Claude to authenticate and access the Aembit MCP Server:
1. Log into your Aembit Tenant and go to Access Policies, then click **+ New**.
2. Name the Access Policy something like “Claude Connector” and optionally add a description.
3. Click **Save**. If you need full details about creating this Access Policy, see [Create an Access Policy](/user-guide/access-policies/create-access-policy/).
4. Add a **Client Workload** to represent Claude with these values:
| Field | Value |
| ----------------------- | --------------------- |
| Client identifier type | `Redirect URI` |
| Client identifier value | `https://claude.ai/*` |
| Enforce SSO | Enabled |
| Identity provider | Your configured IdP |
The trailing `/*` on the **Redirect URI** lets a single Client Workload cover both Claude Desktop and Claude on the web. If you don’t have an IdP configured yet, see [Identity Providers](/user-guide/administration/identity-providers/) to add one before continuing.
If you need the full procedure, see [Client Workloads](/user-guide/access-policies/client-workloads/).
5. Add a **Server Workload** for the *Aembit MCP Server* with these values:
| Field | Value |
| ----------------------- | ---------------------------------- |
| Authentication protocol | `MCP` |
| Host | `.mcp.useast2.aembit.io` |
| Port | `443` |
| URL path | `/mcp` |
Find your tenant’s MCP Service URL on the Aembit Admin UI Profile screen, or at the bottom of the **Authentication** section. Make sure `/mcp` appears in the **URL path** field—without it, the connector returns a 502 from the Aembit gateway.
If you need the full procedure, see [Server Workloads](/user-guide/access-policies/server-workloads/).
6. Add a **Credential Provider** for your *Aembit Access Token* with the following values:
| Field | Value |
| ---------------------------- | ----------------------------------------------------------------------------------------- |
| Credential Type | `Aembit Access Token` |
| Role | Select the desired role you want this credential to provide |
| Lifetime | Select the desired lifetime of this token (default is `900` seconds) |
| Enable Refresh Token Support | Optionally set this value if you want the token to automatically refresh after a duration |
If you need the full procedure, see [Configure an Aembit Access Token Credential Provider](/user-guide/access-policies/credential-providers/aembit-access-token/).
7. Save and Activate the Access Policy.
### Connect Claude to Aembit
[Section titled “Connect Claude to Aembit”](#connect-claude-to-aembit)
1. Open Claude (Desktop or on the web), then in the left sidebar menu, go to **Customize** -> **Connectors**.
2. In the **Connectors** sidebar panel, click **+ Add Connector** and select **… Add custom connector**.
About permissions
If the **… Add custom connector** option isn’t available, your account may not have permission to create connectors. Contact your administrator to either have them create the connector for you or grant you the necessary permissions (the `connector.create` permission).
3. Enter the desired **Name**.
4. Enter the **Remove MCP Server URL** of your full MCP Service URL (for example, `https://.mcp.useast2.aembit.io/mcp`) and continue.
5. Claude redirects you to your IdP, and sign in with the same account you used to log into the Aembit Admin UI and set up the Access Policy. After successful authentication, your IdP directs you back to Claude.
6. After the IdP returns you to Claude, the Aembit connector appears as **Connected** in the Connectors list.
### Verify the connection
[Section titled “Verify the connection”](#verify-the-connection)
1. Expand the Aembit connector under `Settings` > `Connectors`. The list of available tools appears, including `get_audit_logs`, `get_audit_events`, and `get_workload_events`.
2. In a new chat, ask Claude a question such as **“Show me the last 10 audit log entries.”** Claude routes the request through the Aembit MCP Server and returns results.
## Local configuration with stdio-HTTP bridge (Desktop only)
[Section titled “Local configuration with stdio-HTTP bridge (Desktop only)”](#local-configuration-with-stdio-http-bridge-desktop-only)
Use this method when your Aembit tenant doesn’t have an IdP configured yet, or for a one-off test before you set up the full [Connectors UI method](#claude-connectors-ui-recommended).
About the stdio-HTTP bridge
Claude Desktop’s local configuration only supports stdio-based MCP servers. Anthropic routes remote MCP servers through the [Connectors UI](#claude-connectors-ui-recommended) instead. The stdio-HTTP bridge works around that by relaying Claude Desktop’s stdio traffic through [`mcp-remote`](https://github.com/geelen/mcp-remote), an MIT-licensed community bridge. Neither Anthropic nor the Model Context Protocol project publishes an official equivalent. Aembit doesn’t maintain `mcp-remote`; evaluate it like any other third-party dependency before relying on it in production.
### How the stdio-HTTP bridge works
[Section titled “How the stdio-HTTP bridge works”](#how-the-stdio-http-bridge-works)
Claude Desktop launches `mcp-remote` as a local bridge. The `mcp-remote` bridge forwards Claude’s stdio MCP traffic to the Aembit MCP Server over Streamable HTTP and attaches your Aembit API Token to each request as a Bearer credential.
### Prerequisites
[Section titled “Prerequisites”](#prerequisites-1)
* Claude Desktop app installed ([download](https://claude.ai/download))
* **Node.js installed on the operating system Claude Desktop runs on** (not inside Windows Subsystem for Linux), with `npx` available on the system PATH. Verify with `where.exe npx` (Windows) or `which npx` (macOS) from a new terminal—both should return a path. See [Troubleshooting](#troubleshooting) if they don’t.
* Aembit API Token and MCP Service URL from the Aembit Admin UI Profile screen (see [Connect to the MCP Server](/ai-guide/mcp/mcp-server/connect/))
### Add Aembit’s MCP server to `claude_desktop_config.json`
[Section titled “Add Aembit’s MCP server to claude\_desktop\_config.json”](#add-aembits-mcp-server-to-claude_desktop_configjson)
Protect your API Token
Avoid committing API tokens to version control. Store tokens in environment variables or a secrets manager, and reference them in your configuration file.
1. Locate the `claude_desktop_config.json` file on your system:
| Operating System | Path |
| ---------------- | ----------------------------------------------------------------- |
| macOS | `~/Library/Application Support/Claude/claude_desktop_config.json` |
| Windows | `%APPDATA%\Claude\claude_desktop_config.json` |
Create the file if it doesn’t exist.
2. Add the Aembit MCP server configuration to `claude_desktop_config.json`, replacing the following values:
* `` with your tenant ID from the Aembit Admin UI Profile screen
* `` with your Aembit API Token from the Profile screen
- macOS
claude\_desktop\_config.json
```json
{
"mcpServers": {
"aembit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://.mcp.useast2.aembit.io/mcp",
"--header",
"Authorization:Bearer ${AEMBIT_API_TOKEN}"
],
"env": {
"AEMBIT_API_TOKEN": ""
}
}
}
}
```
- Windows
claude\_desktop\_config.json
```json
{
"mcpServers": {
"aembit": {
"command": "npx.cmd",
"args": [
"-y",
"mcp-remote",
"https://.mcp.useast2.aembit.io/mcp",
"--header",
"Authorization:Bearer ${AEMBIT_API_TOKEN}"
],
"env": {
"AEMBIT_API_TOKEN": ""
}
}
}
}
```
Notice on Windows that you must use `npx.cmd` instead of `npx` so Claude Desktop’s process spawner resolves the file extension correctly.
Don’t add a space after `Authorization:`
Claude Desktop on Windows and Cursor have a known bug where spaces inside `npx` arguments get mangled. Write the header value as `Authorization:Bearer ${AEMBIT_API_TOKEN}` with no space around the colon. Spaces inside `env` values work fine—the bug only affects values inside `args`.
3. Fully restart Claude Desktop to load the new configuration.
* macOS
Quit Claude Desktop from the menu bar (`Claude` > `Quit Claude`, or `Cmd+Q`), then reopen.
* Windows
Closing the Claude Desktop window isn’t enough
On Windows, closing the Claude Desktop window sends the app to the system tray, and the process keeps running with the old in-memory configuration. You must **fully quit** the app for `claude_desktop_config.json` changes to take effect.
1. Find the Claude icon in the system tray (you may need to expand the **Show hidden icons** arrow).
2. Right-click the icon and choose `Quit`.
3. Open `Task Manager` and confirm no `Claude.exe` processes remain.
4. Relaunch Claude Desktop from the Start menu.
### Verify the connection
[Section titled “Verify the connection”](#verify-the-connection-1)
Verify that Claude Desktop connects to the Aembit MCP Server and can query data.
1. Open Claude Desktop.
2. Open `Settings` and locate the Aembit MCP server in the MCP servers list.
Note
Locally configured MCP servers don’t appear under `Settings` > `Connectors`, which Claude Desktop reserves for OAuth-based servers. Look under `Developer` > `MCP Servers` or under an `MCP Servers` top-level item, depending on your Claude Desktop version.
3. Confirm the Aembit server appears in the list and reports as connected. If it shows as failed, see [Troubleshooting](#troubleshooting).
4. In a new chat, try a prompt like: “List the available Aembit MCP tools.”
## Example prompts
[Section titled “Example prompts”](#example-prompts)
After connecting, you can ask Claude questions like:
* “Show me the last 10 audit log entries.”
* “What authorization events occurred in the past hour?”
* “List workload events for the api-gateway service.”
Claude translates your questions into structured MCP queries automatically. See the [Prompt Library](/ai-guide/prompt-library/) for example prompts and best practices.
## Troubleshooting
[Section titled “Troubleshooting”](#troubleshooting)
The following sections cover failure modes for the **local configuration with stdio-HTTP bridge** method. When this method fails, Claude Desktop writes errors to a per-server log file. Locate the log first, then match the error against the relevant section.
### Find the log file
[Section titled “Find the log file”](#find-the-log-file)
| Operating System | Path |
| ---------------- | --------------------------------------------- |
| macOS | `~/Library/Logs/Claude/mcp-server-aembit.log` |
| Windows | `%APPDATA%\Claude\logs\mcp-server-aembit.log` |
Claude Desktop creates this file the first time it spawns the `aembit` MCP server. If the file doesn’t exist after you’ve added the configuration and restarted Claude Desktop, see [The Aembit server doesn’t appear in Claude Desktop](#the-aembit-server-doesnt-appear-in-claude-desktop).
### `spawn npx ENOENT` or `'npx' is not recognized`
[Section titled “spawn npx ENOENT or 'npx' is not recognized”](#spawn-npx-enoent-or-npx-is-not-recognized)
**Symptom:** The log contains one of:
```text
'npx' is not recognized as an internal or external command, operable program or batch file.
Error: spawn npx ENOENT
```
**Cause:** Node.js isn’t installed on the system PATH that Claude Desktop inherits. On Windows, this commonly happens for two reasons. You may have installed Node only inside Windows Subsystem for Linux (WSL), which is invisible to Windows GUI applications. Or you installed Node through a version manager such as `nvm-windows` or `fnm` that only updates PATH for shell sessions.
**Fix:**
1. Install Node.js on the operating system Claude Desktop runs on. On Windows, use the official installer from [nodejs.org](https://nodejs.org/), Chocolatey (`choco install nodejs-lts -y`), or `winget` (`winget install OpenJS.NodeJS.LTS`).
2. Open a **new** terminal and confirm `npx` resolves: `where.exe npx` on Windows or `which npx` on macOS. You should see a path such as `C:\Program Files\nodejs\npx.cmd`.
3. Fully quit and relaunch Claude Desktop (see step 3 of [Add Aembit’s MCP server](#add-aembits-mcp-server-to-claude_desktop_configjson)). Claude Desktop inherits PATH at launch; a running instance won’t see the new install.
### Error: `502 Bad Gateway`
[Section titled “Error: 502 Bad Gateway”](#error-502-bad-gateway)
**Symptom:** The log contains:
```text
Connection error: StreamableHTTPError: Streamable HTTP error: Error POSTing to endpoint:
502 Bad Gateway
```
**Cause:** The MCP Service URL in your configuration doesn’t match a healthy backend. The most common reason is a stack mismatch—Aembit tenants live on Aembit-managed stacks (such as `useast2` and `usd1`), and each stack uses a different hostname. If the URL in your config points at a stack where your tenant doesn’t exist, the Aembit gateway has nothing to route the request to and returns 502.
**Fix:**
1. Open the Aembit Admin UI Profile screen and copy the **exact** MCP Service URL shown there, including the stack segment.
2. Update the URL in `claude_desktop_config.json` to match.
3. If your Aembit API Token has expired, generate a fresh one from the Profile screen. The default token lifetime is 1 hour, and you can choose a longer value when generating the token.
4. Fully quit and relaunch Claude Desktop.
Less common 502 causes: the MCP backend is temporarily unhealthy for your tenant, or the MCP feature isn’t provisioned for your tenant (which more often returns 403). If you’ve confirmed the URL and the issue persists, contact your Aembit administrator.
### Error: `401 Unauthorized`
[Section titled “Error: 401 Unauthorized”](#error-401-unauthorized)
**Symptom:** mcp-remote connects, but every request returns 401.
**Cause:** Your Aembit API Token is invalid or has expired. Profile-screen tokens have a default 1-hour lifetime (extendable) and must still be valid when Claude Desktop spawns mcp-remote and makes its first request.
**Fix:** Generate a fresh API Token from the Profile screen, update `AEMBIT_API_TOKEN` in `claude_desktop_config.json`, and fully quit and relaunch Claude Desktop.
### The Aembit server doesn’t appear in Claude Desktop
[Section titled “The Aembit server doesn’t appear in Claude Desktop”](#the-aembit-server-doesnt-appear-in-claude-desktop)
If `mcp-server-aembit.log` doesn’t exist after you’ve added the configuration and restarted, Claude Desktop hasn’t attempted to spawn the server. Check each of these:
* **Are you looking in the right section?** Locally configured servers don’t appear under `Settings` > `Connectors` (OAuth-only). Look under `Developer` > `MCP Servers` or under an `MCP Servers` top-level Settings item.
* **Did you fully quit Claude Desktop?** On Windows, closing the window sends the app to the system tray; the process keeps running with the old configuration in memory. Right-click the tray icon and choose `Quit`, then relaunch.
* **Is your `claude_desktop_config.json` valid JSON?** A syntax error elsewhere in the file can cause Claude Desktop to skip MCP server initialization. Validate the file with a JSON linter.
## Next steps
[Section titled “Next steps”](#next-steps)
* See the [Prompt Library](/ai-guide/prompt-library/) for example prompts and best practices.
* If you have connection issues, see the preceding [Troubleshooting](#troubleshooting) section or the [overview page](/ai-guide/mcp/mcp-server/connect/#troubleshooting).
# Connect with GitHub Copilot
> Configure GitHub Copilot to query Aembit event logs through the MCP Server.
Connect GitHub Copilot’s agent mode to the Aembit MCP Server to query audit logs and events directly from your development environment.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
* GitHub Copilot subscription with agent mode access
* VS Code or compatible IDE with Copilot extension
* Aembit API Token and MCP Service URL (see [Connect to the MCP Server](/ai-guide/mcp/mcp-server/connect/))
## Configure the MCP connection
[Section titled “Configure the MCP connection”](#configure-the-mcp-connection)
Protect your API Token
Avoid committing API tokens to version control. Store tokens in environment variables or a secrets manager, and reference them in your configuration file.
1. Create the configuration file.
In your project root (or user config directory), create a file named `.mcp.json`:
```json
{
"servers": {
"aembit": {
"url": "https://.mcp.useast2.aembit.io/mcp",
"headers": {
"Authorization": "Bearer "
}
}
}
}
```
Replace:
* `` with your tenant identifier from the Aembit Admin UI
* `` with your API Token
Add `.mcp.json` to your `.gitignore` file to prevent committing it to version control.
2. (Optional) Scope to a resource set.
Add the `X-Aembit-ResourceSet` header to query a specific resource set:
```json
{
"servers": {
"aembit": {
"url": "https://.mcp.useast2.aembit.io/mcp",
"headers": {
"Authorization": "Bearer ",
"X-Aembit-ResourceSet": ""
}
}
}
}
```
3. Reload your IDE to pick up the new configuration.
## Verify the connection
[Section titled “Verify the connection”](#verify-the-connection)
When Copilot detects MCP tools, it may prompt you for permission to use them. Select **Allow** (once or always) to enable Aembit queries.
Try asking Copilot:
* “What Aembit MCP tools are available?”
* “Show recent audit logs from Aembit.”
## Usage notes
[Section titled “Usage notes”](#usage-notes)
Keep these points in mind when using GitHub Copilot with the Aembit MCP Server.
* Copilot translates natural language into structured MCP queries.
* The MCP Server expects precise, structured commands—if Copilot’s query fails, try being more specific.
* The MCP Server only supports read operations; you can’t modify Aembit data through this connection.
## Next steps
[Section titled “Next steps”](#next-steps)
* See the [Prompt Library](/ai-guide/prompt-library/) for example prompts and best practices.
* If you have connection issues, see [Troubleshooting](/ai-guide/mcp/mcp-server/connect/#troubleshooting).
## Learn more
[Section titled “Learn more”](#learn-more)
* [GitHub Copilot MCP documentation](https://docs.github.com/en/copilot/using-github-copilot/using-extensions-to-integrate-external-tools-with-copilot-chat/using-model-context-protocol-with-github-copilot)
# Connect with MCP Inspector
> Use MCP Inspector to test and explore the Aembit MCP Server interactively.
MCP Inspector is a visual testing tool for MCP endpoints—similar to Postman for REST APIs. Use it to explore available tools, test queries, and verify your connection before integrating with other clients.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
* Node.js installed ([download](https://nodejs.org/))
* Aembit API Token and MCP Service URL (see [Connect to the MCP Server](/ai-guide/mcp/mcp-server/connect/))
## Launch MCP inspector
[Section titled “Launch MCP inspector”](#launch-mcp-inspector)
Run the following command to download and launch MCP Inspector:
```shell
npx @modelcontextprotocol/inspector
```
Your browser opens automatically to the MCP Inspector interface.
Tip
You can also use the hosted version at [mcpjam.com](https://www.mcpjam.com/).
## Configure the connection
[Section titled “Configure the connection”](#configure-the-connection)
To connect MCP Inspector to the Aembit MCP Server, configure the transport type, endpoint URL, and authentication.
1. Set the transport type.
Select **Streamable HTTP** from the Transport Type dropdown.
2. Enter your MCP Service URL.
Paste your Aembit MCP Service URL:
```shell
https://.mcp.useast2.aembit.io/mcp
```
3. Set the connection type.
Select **Via Proxy**.
4. Configure authentication.
* Enable **Custom Header**.
* Set the header name to `Authorization`.
* Set the value to `Bearer ` (include “Bearer ” with a space before the token). Replace `` with your API Token from the Aembit Admin UI.
5. Click **Connect**.
## Explore and test
[Section titled “Explore and test”](#explore-and-test)
Once connected:
1. Go to the **Tools** tab.
2. Click **List Tools** to see available Aembit MCP tools.
3. Select a tool (like `get_audit_logs`) from the list.
4. Configure parameters in the right pane.
5. Click **Run Tool** to execute the query and view results.
## Example: Query audit logs
[Section titled “Example: Query audit logs”](#example-query-audit-logs)
1. Select the `get_audit_logs` tool.
2. Set parameters:
```json
{
"filter": {
"timestamp": { "gte": "2025-01-01T00:00:00Z" }
},
"pagination": { "limit": 10 }
}
```
3. Click **Run Tool**.
4. View the returned audit log entries in the response pane.
## Next steps
[Section titled “Next steps”](#next-steps)
* See the [Prompt Library](/ai-guide/prompt-library/) for example prompts and best practices.
* If you have connection issues, see [Troubleshooting](/ai-guide/mcp/mcp-server/connect/#troubleshooting).
# Connect with Visual Studio
> Configure Visual Studio to query Aembit event logs through the MCP Server.
Connect Visual Studio’s MCP support to the Aembit MCP Server to query audit logs and events directly from your IDE.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
* Visual Studio 2022 or later with MCP support
* Aembit API Token and MCP Service URL (see [Connect to the MCP Server](/ai-guide/mcp/mcp-server/connect/))
## Configure the MCP connection
[Section titled “Configure the MCP connection”](#configure-the-mcp-connection)
Protect your API Token
Avoid committing API tokens to version control. Store tokens in environment variables or a secrets manager, and reference them in your configuration file.
1. Create the configuration file.
In your project root (or user config directory), create a file named `.mcp.json`:
```json
{
"servers": {
"aembit": {
"url": "https://.mcp.useast2.aembit.io/mcp",
"headers": {
"Authorization": "Bearer "
}
}
}
}
```
Replace:
* `` with your tenant identifier from the Aembit Admin UI
* `` with your API Token
Add `.mcp.json` to your `.gitignore` file to prevent committing it to version control.
2. (Optional) Scope to a resource set.
Add the `X-Aembit-ResourceSet` header to query a specific resource set:
```json
{
"servers": {
"aembit": {
"url": "https://.mcp.useast2.aembit.io/mcp",
"headers": {
"Authorization": "Bearer ",
"X-Aembit-ResourceSet": ""
}
}
}
}
```
3. Restart Visual Studio to load the configuration.
## Verify the connection
[Section titled “Verify the connection”](#verify-the-connection)
Visual Studio may prompt for permission when MCP tools are first invoked. Select **Allow** to enable Aembit queries.
Test the connection by asking about available tools or requesting recent audit logs.
## Usage notes
[Section titled “Usage notes”](#usage-notes)
Keep these points in mind when using Visual Studio’s MCP support with the Aembit MCP Server.
* The MCP Server expects structured JSON commands, not free-form natural language.
* The MCP Server only supports read operations; you can’t modify Aembit data through this connection.
* Queries operate on your default resource set unless you specify `X-Aembit-ResourceSet`.
## Next steps
[Section titled “Next steps”](#next-steps)
* See the [Prompt Library](/ai-guide/prompt-library/) for example prompts and best practices.
* If you have connection issues, see [Troubleshooting](/ai-guide/mcp/mcp-server/connect/#troubleshooting).
## Learn more
[Section titled “Learn more”](#learn-more)
* [Visual Studio MCP documentation](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers)
# Aembit MCP Server reference
> Technical reference for the Aembit Model Context Protocol (MCP) Server including endpoints, authentication, tools, and resources.
This page documents the Aembit MCP Server API, including the service URL, authentication headers, available tools, and metadata resources. For a conceptual overview, see [About the MCP Server](/ai-guide/mcp/mcp-server/about-mcp-server/).
Read-only access
The Aembit MCP Server only supports read operations. You can’t create, update, or delete data through the MCP Server.
## MCP service URL
[Section titled “MCP service URL”](#mcp-service-url)
Use the following URL pattern to connect to the Aembit MCP Server:
* **Production:**
```shell
https://.mcp.useast2.aembit.io/mcp
```
Replace `` with your tenant identifier, visible in the Aembit Admin UI Profile screen.
## Authentication
[Section titled “Authentication”](#authentication)
All requests require bearer token authentication using your Aembit API Token.
| Header | Required | Description |
| ---------------------- | -------- | -------------------------------------------------------------------------------- |
| `Authorization` | Required | Bearer token for all requests. |
| `X-Aembit-ResourceSet` | Optional | Scope queries to a specific resource set. Omit to use your default resource set. |
**Authorization:**
```shell
Authorization: Bearer
```
**Resource set scoping:**
```shell
X-Aembit-ResourceSet:
```
## Tools
[Section titled “Tools”](#tools)
The following tools are the available MCP Server tools for querying Aembit event logs:
### `get_audit_logs`
[Section titled “get\_audit\_logs”](#get_audit_logs)
See also [Audit Logs](/user-guide/audit-report/audit-logs/)
Retrieve audit logs with filtering and pagination. By default, returns the last 30 days of audit logs, sorted by newest first.
**Parameters**
All parameters are optional.
| Parameter | Type | Default | Description |
| ----------------- | -------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `page` | integer | `1` | Page number for pagination. |
| `perPage` | integer | `100` | Results per page. Maximum and default value is `100`. |
| `orderBy` | string | `"CreatedAt"` | Sort field. Valid values: `CreatedAt`, `Category`, `ActorDisplayName`, `Activity`, `Target`, `OutcomeResult`, `Severity`. |
| `descending` | boolean | `true` | Sort in descending order when `true`. |
| `search` | string | `""` | Search text to filter audit logs by content. |
| `startDate` | string \| null | `null` | Start of date range in ISO 8601 format. Requires `endDate`. Overrides `spanLastMinutes` and `spanLastDays`. |
| `endDate` | string \| null | `null` | End of date range in ISO 8601 format. Requires `startDate`. The server clamps values beyond the current Coordinated Universal Time (UTC) to now. |
| `spanLastMinutes` | integer | `0` | Return logs from the last N minutes. Takes priority over `spanLastDays`. Ignored when you specify `startDate`/`endDate`. |
| `spanLastDays` | integer | `30` | Return logs from the last N days. Only applies when you don’t specify `startDate`/`endDate` or `spanLastMinutes`. |
| `category` | string \| null | `null` | Filter by audit log category. See [Audit log categories](#audit-log-categories) for valid values. |
| `severity` | string \| null | `null` | Filter by severity. Valid values: `Info`, `Warn`, `Alert`. |
**Date range priority:** `startDate`/`endDate` > `spanLastMinutes` > `spanLastDays`.
*Example request*:
```json
{
"category": "Authentication",
"severity": "Warn",
"spanLastDays": 7,
"perPage": 10
}
```
***
### `get_auth_events`
[Section titled “get\_auth\_events”](#get_auth_events)
See also [Audit and Report](/user-guide/audit-report/)
Retrieve authorization events with filtering and pagination. By default, returns the last 24 hours of authorization events, sorted by newest first.
**Parameters**
All parameters are optional.
| Parameter | Type | Default | Description |
| ----------------- | -------------- | ------------- | --------------------------------------------------------------------------------------------------------------------------- |
| `page` | integer | `1` | Page number for pagination. |
| `perPage` | integer | `100` | Results per page. Maximum and default value is `100`. |
| `orderBy` | string | `"Timestamp"` | Sort field. Valid values: `Timestamp`, `ClientIp`, `ContextId`, `ClientWorkload`, `ServerWorkload`, `Severity`. |
| `descending` | boolean | `true` | Sort in descending order when `true`. |
| `search` | string | `""` | Search text to filter authorization events by content. |
| `startDate` | string \| null | `null` | Start of date range in ISO 8601 format. Requires `endDate`. Overrides `spanLastMinutes` and `spanLastHours`. |
| `endDate` | string \| null | `null` | End of date range in ISO 8601 format. Requires `startDate`. The server clamps values beyond the current UTC to now. |
| `spanLastMinutes` | integer | `0` | Return events from the last N minutes. Takes priority over `spanLastHours`. Ignored when you specify `startDate`/`endDate`. |
| `spanLastHours` | integer | `24` | Return events from the last N hours. Only applies when you don’t specify `startDate`/`endDate` or `spanLastMinutes`. |
| `severity` | string \| null | `null` | Filter by severity. Valid values: `Error`, `Alert`, `Warn`, `Info`. |
| `eventType` | string \| null | `null` | Filter by event type. Valid values: `Request`, `Authorization`, `Credential`. |
**Date range priority:** `startDate`/`endDate` > `spanLastMinutes` > `spanLastHours`.
*Example request*:
```json
{
"eventType": "Request",
"severity": "Error",
"startDate": "2025-12-02T08:00:00Z",
"endDate": "2025-12-02T09:00:00Z",
"perPage": 50
}
```
***
### `get_workload_events`
[Section titled “get\_workload\_events”](#get_workload_events)
See also [Workload Events](/user-guide/audit-report/workload-events/)
Retrieve workload**Workload**: Any non-human entity (application, service, automation, AI agent, etc.) that needs to access resources.[Learn more](/get-started/concepts/how-aembit-works/#introducing-workload-iam) events with filtering and pagination. By default, returns the last 24 hours of workload events, sorted by newest first.
**Parameters**
All parameters are optional.
| Parameter | Type | Default | Description |
| ----------------- | ------------------------ | ------------- | --------------------------------------------------------------------------------------------------------------------------- |
| `page` | integer | `1` | Page number for pagination. |
| `perPage` | integer | `100` | Results per page. Maximum and default value is `100`. |
| `orderBy` | string | `"Timestamp"` | Sort field. Valid values: `Timestamp`, `ConnectionId`, `EventType`, `ClientWorkload`, `ServerWorkload`, `Severity`. |
| `descending` | boolean | `true` | Sort in descending order when `true`. |
| `search` | string | `""` | Search text to filter workload events by content. |
| `startDate` | string \| null | `null` | Start of date range in ISO 8601 format. Requires `endDate`. Overrides `spanLastMinutes` and `spanLastHours`. |
| `endDate` | string \| null | `null` | End of date range in ISO 8601 format. Requires `startDate`. The server clamps values beyond the current UTC to now. |
| `spanLastMinutes` | integer | `0` | Return events from the last N minutes. Takes priority over `spanLastHours`. Ignored when you specify `startDate`/`endDate`. |
| `spanLastHours` | integer | `24` | Return events from the last N hours. Only applies when you don’t specify `startDate`/`endDate` or `spanLastMinutes`. |
| `severity` | string \| null | `null` | Filter by severity. Valid values: `Error`, `Alert`, `Warn`, `Info`. |
| `appProtocol` | string \| null | `null` | Filter by application protocol. See [Workload event types](#workload-event-types) for valid values. |
| `sourceWorkload` | array of `UUIDs` \| null | `null` | Filter by client workload IDs. |
| `targetWorkload` | array of `UUIDs` \| null | `null` | Filter by server workload IDs. |
**Date range priority:** `startDate`/`endDate` > `spanLastMinutes` > `spanLastHours`.
*Example request*:
```json
{
"appProtocol": "Postgres",
"severity": "Error",
"spanLastHours": 6
}
```
***
## Resources
[Section titled “Resources”](#resources)
The MCP Server exposes the following resources as machine-readable metadata. AI agents use these resources to discover valid filter values for each tool.
### Audit log severities
[Section titled “Audit log severities”](#audit-log-severities)
Severity values for the `severity` filter in `get_audit_logs`.
| Value | Description |
| ------- | ------------------------------------------------------------------- |
| `Info` | Routine administrative activity. |
| `Warn` | Events that may indicate a configuration issue or unusual activity. |
| `Alert` | High-importance events requiring attention. |
### Audit log categories
[Section titled “Audit log categories”](#audit-log-categories)
Valid values for the `category` filter in `get_audit_logs`. Each category corresponds to a type of activity logged in the Aembit Admin UI. See [Audit Logs](/user-guide/audit-report/audit-logs/) for descriptions of each category.
`Unknown`, `Tenant`, `Users`, `Authentication`, `Workloads`, `AccessPolicies`, `Agents`, `CredentialProvider`, `TrustProvider`, `AgentControllers`, `LogStreams`, `Integrations`, `AccessConditions`, `Roles`, `IdentityProviders`, `ResourceSets`, `Analysis`, `Routing`, `SignOnPolicies`, `PkiSettings`, `StandaloneCertificateAuthorities`, `CredentialProviderIntegrations`, `DiscoveryIntegration`, `GlobalPolicyCompliance`
### Authorization event types
[Section titled “Authorization event types”](#authorization-event-types)
Valid values for the `eventType` filter in `get_auth_events`. Each type represents a step in Aembit’s access authorization flow. See [Access Authorization Events](/user-guide/audit-report/access-authorization-events/) for the full event schema.
| Value | Description |
| --------------- | ------------------------------------------------------------------------------------------------------- |
| `Request` | Captures the incoming access request and associated metadata. |
| `Authorization` | Records the outcome of Access Policy evaluation, including Trust Provider and Access Condition results. |
| `Credential` | Records the result of credential retrieval from the Credential Provider. |
### Authorization event severities
[Section titled “Authorization event severities”](#authorization-event-severities)
Severity values for the `severity` filter in `get_auth_events`.
| Value | Description |
| ------- | ------------------------------------------------------ |
| `Error` | Authorization failed due to an internal error. |
| `Alert` | High-priority authorization event requiring attention. |
| `Warn` | Concerning authorization activity. |
| `Info` | Standard, expected authorization activity. |
### Workload event types
[Section titled “Workload event types”](#workload-event-types)
Application protocol values used with the `appProtocol` filter parameter:
`Redshift`, `HTTP`, `MySQL`, `Postgres`, `Redis`, `Snowflake`, `TCP`, `OracleDatabase`, `MCP`
### Workload event severities
[Section titled “Workload event severities”](#workload-event-severities)
Severity values for the `severity` filter in `get_workload_events`.
| Value | Description |
| ------- | --------------------------------------------------- |
| `Error` | Workload connection failed or encountered an error. |
| `Alert` | High-priority workload event requiring attention. |
| `Warn` | Concerning workload activity. |
| `Info` | Standard, expected workload activity. |
## Supported integration tools
[Section titled “Supported integration tools”](#supported-integration-tools)
The following tools work with the Aembit MCP Server:
* [MCP Inspector](https://www.mcpjam.com/)
* [modelcontextprotocol/inspector (GitHub)](https://github.com/modelcontextprotocol/inspector)
* [Claude Code CLI](https://code.claude.com/docs/en/mcp)
* [GitHub Copilot Integration](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp)
* [Visual Studio](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=visualstudio)
## Sample prompts
[Section titled “Sample prompts”](#sample-prompts)
For example prompts and prompt engineering best practices, see the [Prompt Library](/ai-guide/prompt-library/).
## Drilldown and filtering
[Section titled “Drilldown and filtering”](#drilldown-and-filtering)
* **Drilldown:** Tools and integrations such as MCP Inspector allow you to drill into event details for each result.
* **Filtering:** Each tool accepts optional filter parameters for time range, severity, and tool-specific fields. See the preceding parameter tables for available filters per tool.
## Audit logging
[Section titled “Audit logging”](#audit-logging)
Aembit logs all queries to the MCP Server in the audit trail, including the identity of the requesting agent.
## Rate limits and constraints
[Section titled “Rate limits and constraints”](#rate-limits-and-constraints)
The MCP Server doesn’t enforce application-level rate limiting. The maximum page size (`perPage`) is `100`. Requests that exceed this value cap to `100`.
## Limitations
[Section titled “Limitations”](#limitations)
Read-only access
The Aembit MCP Server only supports read operations. You can’t create, update, or delete data through the MCP Server.
* Only the tools and resources listed in the preceding sections are available.
* Your Aembit administrator must enable the MCP Server for your tenant**Aembit Tenant**: Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.[Learn more](/get-started/concepts/administration).
# MCP servers and MCP apps
> How Aembit handles MCP servers and MCP apps differently, and what to expect when connecting each through the MCP Identity Gateway.
The MCP ecosystem includes two types of services that AI agents connect to: **MCP servers** and **MCP apps**. While both use the Model Context Protocol**Model Context Protocol**: A standard protocol for AI agent and server interactions that defines how AI assistants communicate with external tools and data sources.[Learn more(opens in new tab)](https://modelcontextprotocol.io/), they expose different capabilities and behave differently when connected through the Aembit MCP Identity Gateway.
This page explains the distinction and what Aembit supports for each. For the official specification, see the [MCP Apps overview](https://modelcontextprotocol.io/extensions/apps/overview) in the MCP documentation.
## What MCP servers expose
[Section titled “What MCP servers expose”](#what-mcp-servers-expose)
A traditional MCP Server**MCP Server**: A server that implements the Model Context Protocol to provide tools, resources, or data to AI agents and MCP clients.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server) exposes **tools** that AI agents can invoke. Tools are actions like querying a database, sending an email, or creating a Jira ticket. The AI agent (LLM) decides when to call a tool and provides the required parameters.
Most MCP servers in use today expose only tools. The Aembit MCP Identity Gateway fully supports tool discovery (`tools/list`) and invocation (`tools/call`) across all assigned MCP servers.
## What MCP apps are
[Section titled “What MCP apps are”](#what-mcp-apps-are)
An MCP App**MCP App**: A UI application that renders inside an MCP host such as Claude Desktop. MCP Apps combine a tool (which declares a UI resource via \_meta.ui.resourceUri) with an HTML resource that the host renders in a sandboxed iframe. Defined as an extension to the core MCP specification.[Learn more](/ai-guide/mcp/mcp-servers-and-apps/) is an interactive UI application that renders inside an MCP host such as Claude Desktop or ChatGPT. MCP Apps are an [extension to the core MCP specification](https://modelcontextprotocol.io/extensions/apps/overview), not part of the base protocol.
An MCP App works by combining two MCP primitives: a **tool** that declares a UI resource in its description (via a `_meta.ui.resourceUri` field pointing to a `ui://` resource), and a **resource** that contains an HTML page the host renders in a sandboxed iframe. This lets MCP servers return interactive interfaces — data visualizations, forms, dashboards — directly in the chat conversation.
In short:
* **MCP servers** expose tools (actions the LLM invokes)
* **MCP apps** extend MCP servers with interactive HTML interfaces that render inside the host
## How the Identity Gateway handles apps vs servers
[Section titled “How the Identity Gateway handles apps vs servers”](#how-the-identity-gateway-handles-apps-vs-servers)
This section describes how Aembit’s MCP Identity Gateway supports MCP servers and MCP apps, including any limitations or expected behaviors when connecting each type through the Identity Gateway.
### Tool support (fully supported)
[Section titled “Tool support (fully supported)”](#tool-support-fully-supported)
The Identity Gateway proxies tool discovery and invocation for both MCP servers and MCP apps. When an MCP client requests `tools/list`, the Identity Gateway fans out the request across all assigned MCP servers. It aggregates the results and returns them with server-specific prefixes to prevent name collisions.
The Identity Gateway also preserves tool annotations**Tool annotations**: Metadata in MCP tool discovery responses that categorize tools by behavior, such as read-only or destructive operations. MCP clients use annotations to drive safety decisions — specifically whether to auto-approve a tool call or prompt the user for confirmation.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server/tools#annotations) in `tools/list` responses. Annotations categorize tools by behavior (such as read-only or destructive operations), and MCP clients use them to organize tools in their UI.
### Resource support (supported with limitations)
[Section titled “Resource support (supported with limitations)”](#resource-support-supported-with-limitations)
The Identity Gateway supports MCP resource**MCP Resource**: Data that an MCP server exposes for context, such as files, database schemas, or documentation. Unlike tools, which are model-controlled, resources are application-controlled — the client or user decides when to retrieve them, not the model.[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-03-26/server/resources) discovery and retrieval:
| Method | Description |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `resources/list` | Discovers available resources across all assigned MCP servers. Returns resource URIs as-is without server-specific prefixes. |
| `resources/read` | Retrieves a specific resource by URI from the appropriate MCP server. |
Resources go through the same Access Policy evaluation, authentication, and credential injection as tool requests. Aembit doesn’t require any special configuration to support resources from MCP apps.
No resource prefixing
Unlike tool names, the Identity Gateway doesn’t prefix resource URIs with server identifiers. If two MCP servers expose resources with the same URI, both appear in the aggregated list.
### MCP apps (partial support)
[Section titled “MCP apps (partial support)”](#mcp-apps-partial-support)
The Identity Gateway can proxy tool and resource requests from MCP apps. One limitation exists: the Identity Gateway adds server-specific prefixes to tool names, which can conflict with the `_meta.ui.resourceUri` references that MCP apps use to link tools to their UI resources.
In practice, this means:
* Tools from MCP apps work as expected through the Identity Gateway
* Resources from MCP apps are accessible
* Interactive UI experiences may not render correctly if the host can’t match the prefixed tool name to its declared UI resource
### What to expect with unsupported capabilities
[Section titled “What to expect with unsupported capabilities”](#what-to-expect-with-unsupported-capabilities)
If an MCP server doesn’t support resources, the Identity Gateway handles this cleanly. The `resources/list` request returns an empty list for that server without generating errors.
If you connect an MCP app and its UI features don’t work as expected, this is likely due to the tool-naming limitation described in the previous section. The tools and resources themselves remain accessible individually.
## How AI models use resources in practice
[Section titled “How AI models use resources in practice”](#how-ai-models-use-resources-in-practice)
Current AI models (such as Claude and Gemini) tend to access resources indirectly through tools rather than through explicit `resources/read` calls. For example, when asked to fetch a resource, the model typically invokes a tool like `get_resource` exposed by the MCP server rather than calling `resources/read` directly.
This behavior is evolving as both the MCP specification and AI model capabilities mature. The Identity Gateway supports both access patterns.
## See also
[Section titled “See also”](#see-also)
* [MCP Apps overview](https://modelcontextprotocol.io/extensions/apps/overview) - Official MCP specification for apps
* [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/) - Architecture and resource support details
* [Proxied MCP methods](/ai-guide/mcp/identity-gateway/reference-mcp-gateway/#proxied-mcp-methods) - Complete list of MCP methods the Identity Gateway proxies
# Prompt Library
> Curated prompts for querying Aembit event logs through the MCP Server.
The Prompt Library provides curated prompts for working with the [Aembit MCP Server](/ai-guide/mcp/mcp-server/). Use these prompts as starting points when querying audit logs, authorization events, and workload events through AI assistants and MCP-compatible clients.
This page assumes you have configured the MCP Server. See [Connect to the MCP Server](/ai-guide/mcp/mcp-server/connect/) for authentication and setup.
Prompt precision
Prompts must be precise and structured. The MCP Server checks for specific fields and may not understand ambiguous or vague requests.
For example, instead of “Show me recent security events,” specify the event type and time range: “Summarize authorization event activity for the 8am EST hour this morning.”
## Authentication activity
[Section titled “Authentication activity”](#authentication-activity)
Audit events track administrative actions and system events in your Aembit tenant, including user logins, configuration changes, and API token usage. Use these prompts for security monitoring or troubleshooting.
```text
Provide a summary report of authentication activity audit events over the last hour.
```
## Authorization events
[Section titled “Authorization events”](#authorization-events)
Authorization events capture access request decisions between client and server workloads, including approvals, denials, and policy evaluations. Use these prompts to investigate access patterns during a specific time window.
```text
Summarize authorization event activity audit events for the 8am EST hour this morning.
```
## Workload events
[Section titled “Workload events”](#workload-events)
Workload events track operational activity for managed workloads, including database queries, HTTP requests, and connection lifecycle events. Use these prompts for daily reporting or incident review.
```text
Show workload event activity audit events over the last day.
```
## Customizing prompts
[Section titled “Customizing prompts”](#customizing-prompts)
Adjust these parameters in your prompts to retrieve different data:
* **Time window** - Change “last hour” to “last day”, “past week”, or a specific time range
* **Event type** - Specify authentication, authorization, or workload events
* **Severity** - Filter by severity level (for example, “Show only error-level events”)
### Example variations
[Section titled “Example variations”](#example-variations)
```text
Show only error-level authentication events from the past week.
```
```text
List all authorization denials for the last 24 hours.
```
```text
Summarize workload failures between 9am and 12pm EST today.
```
## Learn more
[Section titled “Learn more”](#learn-more)
* [Prompt Engineering Best Practices](/ai-guide/prompt-library/best-practices/) - Ten essential techniques for writing effective prompts
* [MCP Server reference](/ai-guide/mcp/mcp-server/reference-mcp-server/) - Complete tool schemas, filter parameters, and example request/response formats
# Prompt engineering best practices
> Ten essential techniques for writing effective prompts that get better results from AI models.
These ten best practices help you write more effective prompts for AI models, including when using the [Aembit MCP Server](/ai-guide/mcp/mcp-server/).
Note
Examples in this guide use placeholder names like `payment-service` and `database-prod` for illustration. When adapting these prompts, use sanitized or generic names appropriate for your environment.
For the highest impact on basic prompts, start with [Section 1](#1-be-clear-and-specific) (clarity) and [Section 2](#2-provide-context) (context). Add [Section 7](#7-specify-output-format) (format) and [Section 8](#8-use-delimiters-and-structure) (delimiters) for structured output. Sections 3-6 and 9-10 refine results for complex analysis tasks.
## 1. Be clear and specific
[Section titled “1. Be clear and specific”](#1-be-clear-and-specific)
Models process tokens sequentially, so ambiguous requests force them to guess your intent rather than follow it.
The most common prompt failures come from ambiguity, not model limitations. Clear structure and context matter more than clever wording.
**Instead of vague requests:**
```text
Tell me about authentication events.
```
**Be specific about what you need:**
```text
List the 5 most recent failed authentication events, including the timestamp,
source IP, and reason for failure.
```
## 2. Provide context
[Section titled “2. Provide context”](#2-provide-context)
Background information narrows the model’s interpretation space, producing more relevant and targeted responses.
Give background information to help the model understand your goals and deliver targeted responses. Explain why you need the information and how you’ll use it.
```text
I'm investigating a potential security incident that occurred around 2pm EST.
Show me all authorization denials from 1pm to 3pm EST today, grouped by
client workload.
```
## 3. Use examples (few-shot prompting)
[Section titled “3. Use examples (few-shot prompting)”](#3-use-examples-few-shot-prompting)
Examples anchor the model’s output format and style more reliably than instructions alone.
Show the model what you want by providing examples of ideal inputs and outputs. This is especially effective for establishing consistent formatting.
```text
Format authorization events like this example:
[2024-01-15 14:32:01] DENIED - Client: api-gateway → Server: database-prod
Reason: Trust provider validation failed
Policy: prod-db-access
Now show me the last 10 authorization denials in this format.
```
## 4. Break complex tasks into steps
[Section titled “4. Break complex tasks into steps”](#4-break-complex-tasks-into-steps)
Smaller sub-tasks reduce the chance of compounding errors in multi-step analysis.
For multi-step analysis, chain your prompts rather than asking for everything at once. Each prompt builds on the previous response.
**Step 1:**
```text
List all unique client workloads that had authorization failures in the last 24 hours.
```
**Step 2:**
```text
For the client workload "payment-service", show the timeline of all events
(successes and failures) from the last 24 hours.
```
**Step 3:**
```text
Based on this timeline, identify any patterns in when failures occur.
```
## 5. Encourage step-by-step reasoning
[Section titled “5. Encourage step-by-step reasoning”](#5-encourage-step-by-step-reasoning)
Explicit reasoning steps force the model to show its work, making errors visible and correctable.
For complex analysis, ask the model to think through the problem systematically. This improves accuracy for troubleshooting and multi-step reasoning.
```text
Analyze the authorization events from the last hour and identify any anomalies.
Think through this step by step:
1. First, establish what normal activity looks like
2. Then identify any deviations from normal patterns
3. Finally, assess the severity of each anomaly
```
## 6. Assign a role or persona
[Section titled “6. Assign a role or persona”](#6-assign-a-role-or-persona)
A persona constrains vocabulary, depth, and analytical lens to match your intended audience.
Setting a persona helps the model adopt the appropriate tone, vocabulary, and depth of analysis.
```text
As a security analyst reviewing audit logs for compliance, summarize all
administrative actions taken in the last 7 days. Flag any actions that
would require additional documentation for SOC 2 compliance.
```
## 7. Specify output format
[Section titled “7. Specify output format”](#7-specify-output-format)
Specifying structure prevents the model from choosing a format that doesn’t match your workflow.
Define the structure, length, and format you need. Be explicit about lists, tables, JSON, or prose.
```text
Provide a summary of workload events from the last 24 hours in this format:
## Summary
- Total events: [number]
- By severity: [breakdown]
## Critical Events
[Bulleted list of critical events with timestamps]
## Recommendations
[2-3 actionable recommendations]
```
## 8. Use delimiters and structure
[Section titled “8. Use delimiters and structure”](#8-use-delimiters-and-structure)
Clear boundaries help the model distinguish between instructions, context, and data in your prompt.
Separate different parts of your prompt with clear delimiters. This helps the model understand which parts are instructions, context, and data.
```text
CONTEXT:
We're troubleshooting intermittent connection failures between our
payment-service and the external payment gateway.
TASK:
Search for authorization events involving payment-service from the last
6 hours.
OUTPUT REQUIREMENTS:
- Include timestamp, event type, and any error messages
- Group by success/failure
- Highlight any patterns in failure timing
```
## 9. Iterate and refine
[Section titled “9. Iterate and refine”](#9-iterate-and-refine)
Prompt engineering is empirical—small wording changes can markedly shift model behavior.
Start with a basic prompt and refine based on results. Small wording changes can improve outputs by a large margin.
**First attempt:**
```text
Show authentication events.
```
**Refined after reviewing output:**
```text
Show authentication events from the last 2 hours where the outcome was
"failure", sorted by timestamp descending. Include the authentication
method used and any error codes.
```
## 10. Provide output primers
[Section titled “10. Provide output primers”](#10-provide-output-primers)
Starting the response constrains the model’s first tokens, which strongly influence the rest of the output.
Start the response format for the model to guide how it completes the rest. This reduces randomness and improves consistency.
```text
Analyze authorization patterns for the last 24 hours. Begin your response with:
"Authorization Activity Summary (Last 24 Hours)
Total Requests: "
```
## Security considerations
[Section titled “Security considerations”](#security-considerations)
Keep these practices in mind when writing prompts for your organization:
* **Never include credentials or secrets** - Don’t embed API keys, passwords, or tokens in prompts. If your prompt needs to reference an authenticated service, use the service name without credentials.
* **Sanitize real data** - Replace real service names, hostnames, and internal identifiers with generic placeholders before sharing prompts with others or storing them in shared repositories.
* **Use delimiters for untrusted input** - When building prompts that include user-provided content, use clear delimiters ([Section 8](#8-use-delimiters-and-structure)) to separate system instructions from external input.
* **Consider prompt visibility** - Other team members may log, store, or view your prompts. Avoid embedding sensitive operational details that shouldn’t appear outside your security tooling.
## Combining techniques
[Section titled “Combining techniques”](#combining-techniques)
For best results, combine multiple techniques. Here’s an example that uses context, role assignment, specific formatting, and step-by-step reasoning:
```text
ROLE: You are a security operations analyst preparing a daily briefing.
CONTEXT:
The security team needs a summary of yesterday's Aembit activity for
the morning standup meeting.
TASK:
Create a briefing document covering:
1. Overall authorization health (success/failure rates)
2. Any anomalies or concerns
3. Recommended follow-up actions
FORMAT:
Use bullet points. Keep the total summary under 200 words.
Prioritize actionable insights over raw statistics.
Begin with: "Daily Security Briefing - Authorization Activity"
```
## Sources
[Section titled “Sources”](#sources)
These best practices are from industry-leading resources:
* [Anthropic Claude Prompt Engineering Guide](https://platform.claude.com/docs/en/docs/build-with-claude/prompt-engineering/overview)
* [Prompt Engineering Guide](https://www.promptingguide.ai/)
* [IBM Prompt Engineering Guide](https://www.ibm.com/think/prompt-engineering)
* [Lakera Prompt Engineering Guide](https://www.lakera.ai/blog/prompt-engineering-guide)
* [Palantir LLM Best Practices](https://www.palantir.com/docs/foundry/aip/best-practices-prompt-engineering)
* [SuperAnnotate 26 Prompting Tricks](https://www.superannotate.com/blog/llm-prompting-tricks)
* [Codesmith Mastering LLM Prompts](https://www.codesmith.io/blog/mastering-llm-prompts)
* [CodeSignal Prompt Engineering Best Practices](https://codesignal.com/blog/prompt-engineering-best-practices-2025/)
# Aembit APIs
> Overview Aembit's APIs
Aembit has two RESTful APIs for interacting with Aembit and its components:
* [Aembit Cloud API](/api-guide/cloud/) - enables you to manage your Aembit resources such as Client and Server Workloads, Credential and Trust Providers, Access Conditions, Access Policies, and all administration capabilities programmatically.
* [Aembit Edge API](/api-guide/edge/) - enables your cloud-native applications to retrieve credentials dynamically without deploying additional infrastructure.
# Get started with Aembit Cloud API
> Overview of how to get started learning about and using Aembit Cloud API
The Aembit API is a lightweight, RESTful API that enables clients to make calls to various API endpoints using standard HTTP URL syntax to perform Create, Read, Update and Delete (CRUD) tasks, and access different types of resources and information. Requests are made using URL and JSON request format, and responses are returned in easy-to-read JSON format.
Create, Read, Update and Delete operations are performed using the following REST verbs:
* **Create** - `POST`
* **Read** - `GET`
* **Update** - `PUT` or `PATCH`
* **Delete** - `DELETE`
Adhering to REST standards and best practices, the Aembit API was designed to be easy-to-use, with minimal complexity or sophistication.
Note
The Aembit API documentation assumes you already have a base level understanding of REST API concepts, terminology, and syntax. If you are not familiar with REST, or simply need a refresher, please see the [RESTful API Tutorial](https://restfulapi.net/) for comprehensive information about REST APIs and how to use them.
## Authentication
[Section titled “Authentication”](#authentication)
To ensure only authorized users have access to the Aembit REST API, Aembit enforces authentication to validate and verify whether a developer should be allowed to make requests. To provide flexibility to users, several types of authentication methods are supported, depending on the type of API client you want to implement.
The sections below describe the available authentication methods.
### Using the Session Access Token
[Section titled “Using the Session Access Token”](#using-the-session-access-token)
One way you may authenticate to the Aembit API is to use a session specific access token in your API requests. When you sign into your tenant, you will be assigned an access token for this session.
To locate the access token, follow the steps below.
1. Log into your tenant. The Dashboard page appears.
2. In the bottom-left corner of the Dashboard page, hover over your name. Notice that a **Profile** link appears. 
3. Click on the **Profile** link. The User Profile dialog window appears.
4. In the API Access section of the dialog window, copy the values in the **Access Token** and **API Base Url** fields. 
You may use the **Access Token** and **API Base Url** values in your API requests, as shown below in the [REST API Request Structure](#rest-api-request-structure) section.
### Using Aembit Native Authentication
[Section titled “Using Aembit Native Authentication”](#using-aembit-native-authentication)
Aembit also supports authentication to the Aembit API using a native authentication capability which utilizes OIDC (Open ID Connect tokens) ID Tokens. This capability requires configuring your Aembit Tenant with the appropriate components as follows:
* Client Workload
* For the source of your API requests (e.g. GitHub Actions, GitLab Jobs, etc.)
* Trust Provider
* To authenticate using cryptographic verification
* Credential Provider
* Using the Aembit Access Token type and a Role with permissions to the appropriate entities
* Server Workload
* Referencing the tenant-specific Aembit API hostname
* Access Policy
* Using the access entities above enables the configured Client Workload access to the Aembit API
## REST API Request Structure
[Section titled “REST API Request Structure”](#rest-api-request-structure)
Making a REST API call to a server requires adhering to strict syntax and formatting guidelines for the server to process the request correctly. REST APIs rely on clients and users following prescribed URL structures and HTTP methods to ensure proper request handling and response generation. While there’s flexibility in data formats, the core structure of a REST API request remains consistent to perform specific actions and tasks in a single request.
The structure of a REST API call typically consists of the following elements:
* HTTP Method (REST Verb)
* REST API Url
* Base Url
* Version
* Resource
* HTTP Authorization Header Access Token
### HTTP Method (REST Verb)
[Section titled “HTTP Method (REST Verb)”](#http-method-rest-verb)
When you want to make an API request, there are several types of requests (verbs) you can use, depending on what task you are trying to perform.
REST uses the following verbs:
* **GET** - retrieves information from one more resources
* **POST** - creates a new resource
* **PUT** - updates an existing resource
* **PATCH** - partially updates an existing resource
* **DELETE** - deletes a resource
### Base URL
[Section titled “Base URL”](#base-url)
The Base Url value is the standard HTTP address where requests are sent to the API server.
For the Aembit API, this will be the **API Base Url** from your Aembit Tenant and can be retrieved using the steps below:
1. Log into your Aembit Tenant.
2. On the main Dashboard page, hover over your name in the bottom-left corner and click on **Profile**. A User Profile dialog window appears. 
3. In the **API Access** section, copy the values in the **API Token** and **API Base Url** fields. You will need these values in your API client to make requests to the server.
### Versioning
[Section titled “Versioning”](#versioning)
Every public API, including the Aembit API, includes a **Version** that distinguishes it from other API versions. If an organization manages multiple versions of an API (e.g. v1, v2, v3, etc.), each version often includes different features and functions. Depending on the API version used in the request, you may have access to different features.
To make it easier for users to make calls to the correct API version, the version number is included the API request. So, for example, in the Aembit API, a request with the version number looks like the following example:
`/api/v1/users`
The `v1` in the URL specifies that the request is for the `v1` version of the Aembit API. By adding the version number in the URL, this tells the server that you want to access resources for that specific version of the API.
### Resource
[Section titled “Resource”](#resource)
The `resource` value is the specific resource being called. For example, `server-workloads` and `client-workloads` are resources.
### Access Token
[Section titled “Access Token”](#access-token)
The Access Token value is a unique identifier that can be included in the API request, enabling Aembit APIs to identify the requestor and verify the enabled API permissions.
Note
Aembit requires Authorization Header Bearer (access) tokens to be used when making API calls and does not support long lived credentials.
### Resource Set (optional)
[Section titled “Resource Set (optional)”](#resource-set-optional)
Aembit supports an optional feature where customers can segment their tenant into multiple isolated Resource Sets that do not interact. To manage access entities in custom Resource Sets, an additional HTTP Header value is required, `X-Aembit-ResourceSet`.
Note
If the `X-Aembit-ResourceSet` HTTP header is not specified, then the Aembit API will operate against the Default Resource Set (identified as `ffffffff-ffff-ffff-ffff-ffffffffffff`).
### REST API Request Example
[Section titled “REST API Request Example”](#rest-api-request-example)
A typical Aembit API request should look similar to the `curl` examples shown below:
```bash
curl -X GET -L 'https://tenant.aembit.io/api/v1/server-workloads' -H 'Authorization: Bearer '
curl -X GET -L 'https://tenant.aembit.io/api/v1/server-workloads' -H 'Authorization: Bearer ' -H 'X-Aembit-ResourceSet: ffffffff-ffff-ffff-ffff-ffffffffffff'
```
Where:
* `GET` is the type of request being made
* `https://tenant.aembit.io/api` is the Base URL
* `v1` is the API version
* `server-workloads` is the resource being called
## REST API Response
[Section titled “REST API Response”](#rest-api-response)
Every REST API response includes a HTTP Status Code and a response body. Successful responses will typically include a response body with the `Content-Type: application/json` and associated, structured data.
### Status Codes
[Section titled “Status Codes”](#status-codes)
Whenever you use the Aembit REST API, you will receive a HTTP status code when your request has been processed. The type of status code you receive depends on whether your request was successful or not.
The Aembit API uses standard HTTP Status Codes to denote whether a request has been successfully processed. Generally, you will see three types of status codes returned after you make a request.
* **2XX Codes** - If you request is successful, you will receive a 2XX error response code (e.g. 200, 201, etc).
* **4xx Codes** - If your request is not successful, and there is an client error in your request, you will receive a 4XX error response code (e.g. 401, 403, 404, etc).
* **5xx Codes** - If you request is not successful, and there is a server error, you will receive a 5XX error response code (e.g. 500, 502, 503, etc).
Note
For a full list of HTTP Status Codes, please see the [REST API Tutorial Status Codes](https://www.restapitutorial.com/httpstatuscodes) page.
## OpenAPI YAML
[Section titled “OpenAPI YAML”](#openapi-yaml)
Specific details about the Aembit API are available in the sections on the left and grouped based on the associated Aembit entities or features. However, in some cases, you may want the original OpenAPI document for importing into a code generator which can be downloaded with the link below.
[Download Aembit API OpenAPI Document](/cloud.yaml)
# Get started with Aembit Edge API
> Learn how to integrate Aembit Edge API into your cloud-native applications for secure credential retrieval
The Aembit Edge API enables your cloud-native applications to retrieve credentials dynamically without deploying additional infrastructure. Perfect for serverless functions, containers, and CI/CD pipelines that need secure access to third-party services.
## What you can do with Edge API
[Section titled “What you can do with Edge API”](#what-you-can-do-with-edge-api)
* **Retrieve credentials on-demand** for any configured service from your CI/CD pipelines.
* **Authenticate workloads** using platform-native identity tokens (GitHub Actions, GitLab CI, AWS Lambda, etc.).
* **Eliminate hardcoded secrets** by fetching credentials just-in-time.
* **Support multiple credential types** including API keys, username/password, and cloud provider tokens.
## Understanding the authentication flow
[Section titled “Understanding the authentication flow”](#understanding-the-authentication-flow)
Aembit Edge API uses a two-step authentication flow:
1. **Authenticate** your workload using the `/auth` endpoint to get an access token Your application proves its identity using platform-native tokens
2. **Use** that access token to call the `/credentials` endpoint Aembit provides credentials based on your configured policies
### Supported workload types
[Section titled “Supported workload types”](#supported-workload-types)
The Edge API supports identity attestation from:
* **GitLab CI/CD**: Uses `$GITLAB_OIDC_TOKEN` identity tokens with custom audience
* **GitHub Actions**: Uses OIDC identity tokens
* **AWS Lambda**: Uses instance identity documents
* **Azure Functions**: Uses managed identity tokens
* **Kubernetes**: Uses service account tokens
* **And more**: GCP, traditional hosts, and containerized environments
### Token expiration and caching
[Section titled “Token expiration and caching”](#token-expiration-and-caching)
* **Access tokens** expire in 1 hour by default
* **Credentials** have expiration times set by your Credential Provider
* **Best practice**: Cache tokens until near expiration, then refresh
## Visual tree diagram
[Section titled “Visual tree diagram”](#visual-tree-diagram)
The following is a visual representation of the Edge API endpoints and their structure in a tree format. This provides you with an at-a-glance view to understand the its organization and the relationships between different endpoints.
```bash
Aembit Edge API {}
├─/edge/v1/auth (POST) {}
│ ├─Headers {}
│ │ └─X-Aembit-ResourceSet (string, uuid)
│ ├─Request: AuthRequest {}
│ │ ├─clientId (string, nullable)
│ │ └─client: ClientWorkloadDetails {}
│ │ ├─sourceIP (string, nullable)
│ │ ├─aws: AwsDTO {}
│ │ │ ├─instanceIdentityDocument (string, nullable)
│ │ │ ├─instanceIdentityDocumentSignature (string, nullable)
│ │ │ ├─lambda: LambdaDTO {}
│ │ │ │ └─arn (string, nullable)
│ │ │ ├─ecs: AwsEcsDTO {}
│ │ │ │ ├─containerMetadata (string, nullable)
│ │ │ │ └─taskMetadata (string, nullable)
│ │ │ └─stsGetCallerIdentity: StsGetCallerIdentityDTO {}
│ │ │ ├─headers {}
│ │ │ │ └─[key] (string, nullable)
│ │ │ └─region (string, nullable)
│ │ ├─azure: AzureAttestationDTO {}
│ │ │ └─attestedDocument: AzureAttestedDocumentDTO {}
│ │ │ ├─encoding (string, nullable)
│ │ │ ├─signature (string, nullable)
│ │ │ └─nonce (string, nullable)
│ │ ├─gcp: GcpAttestationDTO {}
│ │ │ ├─identityToken (string, nullable)
│ │ │ └─instanceDocument (string, nullable)
│ │ ├─os: OsDTO {}
│ │ │ └─environment: EnvironmentDTO {}
│ │ │ ├─K8S_POD_NAME (string, nullable)
│ │ │ ├─CLIENT_WORKLOAD_ID (string, nullable)
│ │ │ ├─KUBERNETES_PROVIDER_ID (string, nullable)
│ │ │ └─AEMBIT_RESOURCE_SET_ID (string, nullable)
│ │ ├─k8s: K8sDTO {}
│ │ │ └─serviceAccountToken (string, nullable)
│ │ ├─host: HostDTO {}
│ │ │ ├─hostname (string, nullable)
│ │ │ ├─domainName (string, nullable)
│ │ │ ├─process: ProcessDTO {}
│ │ │ │ ├─name (string, nullable)
│ │ │ │ ├─pid (number)
│ │ │ │ ├─userId (number)
│ │ │ │ ├─userName (string, nullable)
│ │ │ │ └─exePath (string, nullable)
│ │ │ ├─sensors: SensorsDTO {}
│ │ │ │ └─crowdStrike: CrowdStrikeDTO {}
│ │ │ │ └─agentId (string, nullable)
│ │ │ └─systemSerialNumber (string, nullable)
│ │ ├─github: IdentityTokenAttestationDTO {}
│ │ │ └─identityToken (string, nullable)
│ │ ├─terraform: IdentityTokenAttestationDTO {}
│ │ │ └─identityToken (string, nullable)
│ │ └─gitlab: IdentityTokenAttestationDTO {}
│ │ └─identityToken (string, nullable)
│ └─Response: TokenDTO {}
│ ├─accessToken (string, nullable)
│ ├─tokenType (string, nullable)
│ └─expiresIn (number)
└─/edge/v1/credentials (POST) {}
├─Headers {}
│ └─X-Aembit-ResourceSet (string, uuid)
├─Request: ApiCredentialsRequest {}
│ ├─client: ClientWorkloadDetails {}
│ │ ├─sourceIP (string, nullable)
│ │ ├─aws: AwsDTO {}
│ │ │ ├─instanceIdentityDocument (string, nullable)
│ │ │ ├─instanceIdentityDocumentSignature (string, nullable)
│ │ │ ├─lambda: LambdaDTO {}
│ │ │ │ └─arn (string, nullable)
│ │ │ ├─ecs: AwsEcsDTO {}
│ │ │ │ ├─containerMetadata (string, nullable)
│ │ │ │ └─taskMetadata (string, nullable)
│ │ │ └─stsGetCallerIdentity: StsGetCallerIdentityDTO {}
│ │ │ ├─headers {}
│ │ │ │ └─[key] (string, nullable)
│ │ │ └─region (string, nullable)
│ │ ├─azure: AzureAttestationDTO {}
│ │ │ └─attestedDocument: AzureAttestedDocumentDTO {}
│ │ │ ├─encoding (string, nullable)
│ │ │ ├─signature (string, nullable)
│ │ │ └─nonce (string, nullable)
│ │ ├─gcp: GcpAttestationDTO {}
│ │ │ ├─identityToken (string, nullable)
│ │ │ └─instanceDocument (string, nullable)
│ │ ├─os: OsDTO {}
│ │ │ └─environment: EnvironmentDTO {}
│ │ │ ├─K8S_POD_NAME (string, nullable)
│ │ │ ├─CLIENT_WORKLOAD_ID (string, nullable)
│ │ │ ├─KUBERNETES_PROVIDER_ID (string, nullable)
│ │ │ └─AEMBIT_RESOURCE_SET_ID (string, nullable)
│ │ ├─k8s: K8sDTO {}
│ │ │ └─serviceAccountToken (string, nullable)
│ │ ├─host: HostDTO {}
│ │ │ ├─hostname (string, nullable)
│ │ │ ├─domainName (string, nullable)
│ │ │ ├─process: ProcessDTO {}
│ │ │ │ ├─name (string, nullable)
│ │ │ │ ├─pid (number)
│ │ │ │ ├─userId (number)
│ │ │ │ ├─userName (string, nullable)
│ │ │ │ └─exePath (string, nullable)
│ │ │ ├─sensors: SensorsDTO {}
│ │ │ │ └─crowdStrike: CrowdStrikeDTO {}
│ │ │ │ └─agentId (string, nullable)
│ │ │ └─systemSerialNumber (string, nullable)
│ │ ├─github: IdentityTokenAttestationDTO {}
│ │ │ └─identityToken (string, nullable)
│ │ ├─terraform: IdentityTokenAttestationDTO {}
│ │ │ └─identityToken (string, nullable)
│ │ └─gitlab: IdentityTokenAttestationDTO {}
│ │ └─identityToken (string, nullable)
│ ├─server: ServerWorkloadDetails {}
│ │ ├─transportProtocol (enum: TCP)
│ │ ├─host (string, nullable)
│ │ └─port (number)
│ └─credentialType (enum)
│ └─[Unknown|ApiKey|UsernamePassword|GoogleWorkloadIdentityFederation|OAuthToken|AwsStsFederation]
└─Response: ApiCredentialsResponse {}
├─credentialType (enum)
│ └─[Unknown|ApiKey|UsernamePassword|GoogleWorkloadIdentityFederation|OAuthToken|AwsStsFederation]
├─expiresAt (string, date-time, nullable)
└─data: EdgeCredentials {}
├─apiKey (string, nullable)
├─token (string, nullable)
├─username (string, nullable)
├─password (string, nullable)
├─awsAccessKeyId (string, nullable)
├─awsSecretAccessKey (string, nullable)
└─awsSessionToken (string, nullable)
```
# Edge API authentication methods
> Authenticating with Aembit Edge API using different methods
Aembit Edge API supports multiple authentication methods to accommodate different environments and workloads, including cloud providers, CI/CD systems, and container orchestration platforms. The authentication process involves attesting the identity of Client Workloads and validating them against your configured Trust Providers. Edge API then issues an access token for subsequent API calls.
## List of authentication methods
[Section titled “List of authentication methods”](#list-of-authentication-methods)
The `/edge/v1/auth` endpoint accepts the following attestation methods. For the full request schema and field-level details, see the [`auth` endpoint reference](/api-guide/edge/endpoints/auth).
### AWS
[Section titled “AWS”](#aws)
* [AWS Metadata Service](/api-guide/edge/auth/aws-metadata-service) - Authenticate EC2 instances using the instance identity document and its signature from the AWS Instance Metadata Service (IMDS).
* [AWS IAM Role](/api-guide/edge/auth/aws-iam-role) - Authenticate using a signed AWS STS `GetCallerIdentity` request, proving identity through an attached IAM role.
* [AWS Lambda](/api-guide/edge/auth/aws-lambda) - Authenticate Lambda functions with a signed STS `GetCallerIdentity` request from the function’s execution role, optionally identified by the function ARN.
* [AWS ECS](/api-guide/edge/auth/aws-ecs) - Authenticate ECS tasks with a signed STS `GetCallerIdentity` request from the task’s IAM role, optionally identified by container and task metadata.
### Kubernetes
[Section titled “Kubernetes”](#kubernetes)
* [Kubernetes service account](/api-guide/edge/endpoints/auth#kubernetes-attestation) - Authenticate pods using a Kubernetes service account JWT.
### CI/CD platforms
[Section titled “CI/CD platforms”](#cicd-platforms)
* [GitHub Actions](/api-guide/edge/endpoints/auth#github-actions-attestation) - Authenticate workflows using a GitHub-issued OIDC identity token.
* [Terraform Cloud](/api-guide/edge/endpoints/auth#terraform-cloud-attestation) - Authenticate workspaces using a Terraform Cloud OIDC identity token.
* [GitLab Jobs](/api-guide/edge/endpoints/auth#gitlab-jobs-attestation) - Authenticate CI/CD pipelines using a GitLab-issued OIDC identity token.
# Edge API authentication with AWS ECS
> Authenticating with Aembit Edge API from an AWS ECS task using the task's IAM role
AWS ECS tasks (including ECS Fargate) authenticate with the Aembit Edge API using the [AWS Role](/user-guide/access-policies/trust-providers/aws-role-trust-provider) attestation method. You provide a signed AWS Security Token Service (STS) [GetCallerIdentity request](https://docs.aws.amazon.com/STS/latest/APIReference/API_GetCallerIdentity.html), signed with the task’s IAM role credentials. Aembit calls `GetCallerIdentity` to verify the signature and confirm the task’s identity.
This is the same [AWS Signature Version 4 (SigV4)](/user-guide/access-policies/credential-providers/aws-sigv4) request signing used for [AWS IAM Role](/api-guide/edge/auth/aws-iam-role) authentication. ECS differs only in where the role credentials come from: ECS exposes the task role credentials through the container credentials endpoint instead of an EC2 instance metadata service.
You can optionally include the task’s base64-encoded container and task metadata in the request to enable [AWS ECS Service Name](/user-guide/access-policies/client-workloads/identification/aws-ecs-service-name) and [AWS ECS Task Family](/user-guide/access-policies/client-workloads/identification/aws-ecs-task-family) Client Workload identification.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
To authenticate from an AWS ECS task, you must have the following:
* Your Trust Provider’s [Edge SDK Client ID](#how-to-find-your-edge-sdk-client-id) from an AWS Role Trust Provider
* An ECS task with an attached [task IAM role](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html) that the AWS Role Trust Provider’s match rules identify
* Terminal access to the running container (for example, through [ECS Exec](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html)), or the equivalent logic running in your task
* Python 3.x with the `requests` library (for the Python method) or the `boto3` library (for the Boto3 method)
ECS provides the task role’s temporary credentials through the [container credentials endpoint](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html), addressed by the `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` environment variable that ECS sets automatically.
## Authenticate from AWS ECS
[Section titled “Authenticate from AWS ECS”](#authenticate-from-aws-ecs)
To authenticate with the Aembit Edge API from an ECS task, follow these steps:
1. Retrieve the task role credentials from the ECS container credentials endpoint. ECS sets `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` automatically for tasks with an attached task role:
```shell
curl "169.254.170.2$AWS_CONTAINER_CREDENTIALS_RELATIVE_URI"
```
You should get output similar to:
```json
{
"RoleArn": "arn:aws:iam::123456789012:role/ecsTaskRole",
"AccessKeyId": "ASIA42HLLFVDQQZD2PSX",
"SecretAccessKey": "iMapV1Wn6fKCanxLwsE1RGgzUy2H7BR95zMbmKuR",
"Token": "IQoJb3JpZ2luX2VjEO///////////wEaCXVzLWVhc3QtMSJI...",
"Expiration": "2025-01-15T16:30:45Z"
}
```
In the next step’s Python Script method, use `AccessKeyId`, `SecretAccessKey`, and `Token` as the `ACCESS_KEY`, `SECRET_KEY`, and `SESSION_TOKEN` values. The Boto3 method discovers these credentials automatically from the task environment, so you only need this manual retrieval for the Python Script method (or to confirm the credentials are present). You’ll also need the AWS region where your task runs. Unlike Lambda, ECS doesn’t inject the region as an environment variable. Use the region of your ECS cluster, or read it from the `TaskARN` field returned by the task metadata endpoint (`curl -s "$ECS_CONTAINER_METADATA_URI_V4/task"`). The region is the fourth field of the ARN, as in `arn:aws:ecs:us-east-1:123456789012:task/...`.
2. Generate the signed STS GetCallerIdentity request headers using one of the following methods. Both methods produce the same set of headers and the AWS region, which you’ll use to construct the authentication request payload.
* Python Script
Using this method, you’ll create a standalone Python script that manually implements AWS SigV4 signing.
Create a file named `generate_sts_headers.py` with the following content. Replace the placeholder values with the AWS credentials you retrieved in the previous step:
```python
import datetime, hashlib, hmac, json
# Replace these with the AWS credentials you retrieved in the previous step
ACCESS_KEY = "ACCESS_KEY_PLACEHOLDER"
SECRET_KEY = "SECRET_KEY_PLACEHOLDER"
SESSION_TOKEN = "SESSION_TOKEN_PLACEHOLDER" # Your full session token
REGION = "REGION_PLACEHOLDER" # Your AWS region
def sign(key, msg):
return hmac.new(key, msg.encode("utf-8"), hashlib.sha256).digest()
def getSignatureKey(key, date_stamp, regionName, serviceName):
kDate = sign(('AWS4' + key).encode('utf-8'), date_stamp)
kRegion = sign(kDate, regionName)
kService = sign(kRegion, serviceName)
kSigning = sign(kService, 'aws4_request')
return kSigning
# Request details
method = 'POST'
service = 'sts'
host = f'{service}.{REGION}.amazonaws.com'
endpoint = f'https://{host}/'
content_type = 'application/x-www-form-urlencoded; charset=utf-8'
request_parameters = "Action=GetCallerIdentity&Version=2011-06-15"
# Create timestamp
t = datetime.datetime.now(datetime.timezone.utc)
amz_date = t.strftime('%Y%m%dT%H%M%SZ')
date_stamp = t.strftime('%Y%m%d')
# Create canonical request
canonical_uri = '/'
canonical_querystring = ''
canonical_headers = f'content-type:{content_type}\nhost:{host}\nx-amz-date:{amz_date}\nx-amz-security-token:{SESSION_TOKEN}\n'
signed_headers = 'content-type;host;x-amz-date;x-amz-security-token'
payload_hash = hashlib.sha256(request_parameters.encode('utf-8')).hexdigest()
canonical_request = f'{method}\n{canonical_uri}\n{canonical_querystring}\n{canonical_headers}\n{signed_headers}\n{payload_hash}'
# Create string to sign
algorithm = 'AWS4-HMAC-SHA256'
credential_scope = f'{date_stamp}/{REGION}/{service}/aws4_request'
string_to_sign = f'{algorithm}\n{amz_date}\n{credential_scope}\n{hashlib.sha256(canonical_request.encode()).hexdigest()}'
# Calculate signature
signing_key = getSignatureKey(SECRET_KEY, date_stamp, REGION, service)
signature = hmac.new(signing_key, string_to_sign.encode('utf-8'), hashlib.sha256).hexdigest()
# Create authorization header
authorization_header = f'{algorithm} Credential={ACCESS_KEY}/{credential_scope}, SignedHeaders={signed_headers}, Signature={signature}'
# Output the headers needed for Aembit authentication
headers_for_aembit = {
"Content-Type": content_type,
"X-Amz-Date": amz_date,
"X-Amz-Security-Token": SESSION_TOKEN,
"Authorization": authorization_header
}
print("Headers for Aembit stsGetCallerIdentity:")
print(json.dumps(headers_for_aembit, indent=2))
print(f"\nRegion: {REGION}")
```
Run the script and note the output headers and region:
```shell
python3 generate_sts_headers.py
```
* Boto3 (AWS SDK)
Using this method, you’ll use the [AWS SDK for Python (Boto3)](https://aws.amazon.com/sdk-for-python/). Boto3 handles credential discovery and request signing for you.
1. Install Boto3 if not already available:
```shell
# pip
pip3 install boto3
# apt
apt install python3-boto3
```
2. Create a Python script named `generate_sts_headers_boto3.py` that uses Boto3’s internal signing mechanisms:
```python
import boto3
import json
from botocore.auth import SigV4Auth
from botocore.awsrequest import AWSRequest
# Boto3 automatically uses the credentials available in your AWS environment
session = boto3.Session()
credentials = session.get_credentials()
# Set your region
region = 'REGION_PLACEHOLDER' # Change to your AWS region
# Create the STS GetCallerIdentity request
request = AWSRequest(
method='POST',
url=f'https://sts.{region}.amazonaws.com/',
data='Action=GetCallerIdentity&Version=2011-06-15',
headers={
'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8'
}
)
# Sign the request using SigV4
SigV4Auth(credentials, "sts", region).add_auth(request)
# Extract headers for Aembit authentication
headers_for_aembit = {
'Content-Type': request.headers.get('Content-Type'),
'X-Amz-Date': request.headers.get('X-Amz-Date'),
'X-Amz-Security-Token': request.headers.get('X-Amz-Security-Token'),
'Authorization': request.headers.get('Authorization')
}
print("Headers for Aembit stsGetCallerIdentity:")
print(json.dumps(headers_for_aembit, indent=2))
print(f"\nRegion: {region}")
```
3. Run the script:
```shell
python3 generate_sts_headers_boto3.py
```
3. *(Optional)* Get the container and task metadata to include for Client Workload identification.
ECS exposes the [Task Metadata Endpoint version 4](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v4-fargate.html) through the `ECS_CONTAINER_METADATA_URI_V4` environment variable. Query the container and task metadata, then base64-encode each response using standard base64 on a single line:
```shell
# Container metadata, base64-encoded
curl -s "$ECS_CONTAINER_METADATA_URI_V4" | base64 -w 0
# Task metadata, base64-encoded (includes the task family and, for service-launched tasks, the service name)
curl -s "$ECS_CONTAINER_METADATA_URI_V4/task" | base64 -w 0
```
Use the base64-encoded container and task metadata as the `containerMetadata` and `taskMetadata` values in the next step. These let Aembit match the [ECS Service Name](/user-guide/access-policies/client-workloads/identification/aws-ecs-service-name) and [ECS Task Family](/user-guide/access-policies/client-workloads/identification/aws-ecs-task-family).
4. Construct the authentication request payload using the `clientId`, the headers and region from the signing step, and—optionally—the `containerMetadata` and `taskMetadata`:
```json
{
"clientId": "",
"client": {
"aws": {
"stsGetCallerIdentity": {
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=utf-8",
"X-Amz-Date": "20250115T103045Z",
"X-Amz-Security-Token": "IQoJb3JpZ2luX2VjEO...",
"Authorization": "AWS4-HMAC-SHA256 Credential=ASIA42HLLFVDQQZD2PSX/20250115/us-east-1/sts/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=abc123..."
},
"region": ""
},
"ecs": {
"containerMetadata": "",
"taskMetadata": ""
}
}
}
}
```
5. Send the authentication request to your Aembit Edge API endpoint:
```shell
curl --location 'https:///edge/v1/auth' \
--header 'Content-Type: application/json' \
--data '{
"clientId": "your-edge-sdk-client-id",
"client": {
"aws": {
"stsGetCallerIdentity": {
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=utf-8",
"X-Amz-Date": "20250115T103045Z",
"X-Amz-Security-Token": "IQoJb3JpZ2luX2VjEO...",
"Authorization": "AWS4-HMAC-SHA256 Credential=ASIA42HLLFVDQQZD2PSX/20250115/us-east-1/sts/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=abc123..."
},
"region": "us-east-1"
}
}
}
}'
```
When successful, you’ll receive output similar to:
```json
{
"accessToken": "eyJhbGciOiJSUzI1NiIsImtpZCI6IkpyR3JLQ0x6RVFN...",
"tokenType": "Bearer",
"expiresIn": 3600
}
```
6. Use the `accessToken` as the `bearerToken` in subsequent API calls to authenticate your requests. This token is valid for the duration specified in `expiresIn` (in seconds).
## How to find your Edge SDK Client ID
[Section titled “How to find your Edge SDK Client ID”](#how-to-find-your-edge-sdk-client-id)
1. Log in to your Aembit Tenant.
2. Go to the **Trust Providers** section in the left sidebar.
3. Select the Trust Provider you want to use for Edge API authentication.
4. In the **TRUST PROVIDER** section, find the **Edge SDK Client ID** field.
5. Copy the Edge SDK Client ID to use in your authentication requests.

# Edge API authentication with AWS IAM Role
> Authenticating with Aembit Edge API using AWS IAM Role
To authenticate with the Aembit Edge API using AWS IAM Role, you need to provide a signed AWS Security Token Service (STS) [GetCallerIdentity request](https://docs.aws.amazon.com/STS/latest/APIReference/API_GetCallerIdentity.html). This authentication method uses [AWS Signature Version 4 (SigV4)](/user-guide/access-policies/credential-providers/aws-sigv4) to sign the request, proving your identity through the IAM role attached to your EC2 instance.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
To authenticate using an AWS IAM Role, you must have the following:
* Your Trust Provider’s [Edge SDK Client ID](#how-to-find-your-edge-sdk-client-id)
* EC2 instance with an attached IAM role that has `sts:GetCallerIdentity` permission
* SSH access to the instance or terminal access
* Python 3.x with the `requests` library installed (for the Python method)
* AWS credentials accessible from the instance (automatically available via instance metadata)
The IAM role attached to your EC2 instance must have at minimum the following permission:
```json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "sts:GetCallerIdentity",
"Resource": "*"
}
]
}
```
## Authenticate with AWS IAM Role
[Section titled “Authenticate with AWS IAM Role”](#authenticate-with-aws-iam-role)
To authenticate with the Aembit Edge API using AWS IAM Role, follow these steps:
1. Open your terminal and SSH into your EC2 instance.
2. Retrieve AWS credentials from AWS’s Instance Metadata Service (IMDS) version 2 with the following command. These credentials are automatically provided by AWS for instances with attached IAM roles:
* Linux
```shell
# Get the AWS credentials from instance metadata
TOKEN=`curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600"` \
&& ROLE_NAME=`curl -H "X-aws-ec2-metadata-token: $TOKEN" http://169.254.169.254/latest/meta-data/iam/security-credentials/` \
&& curl -H "X-aws-ec2-metadata-token: $TOKEN" http://169.254.169.254/latest/meta-data/iam/security-credentials/$ROLE_NAME
```
* Windows
First, get the session token:
```powershell
[string]$token = (Invoke-WebRequest -Headers @{'X-aws-ec2-metadata-token-ttl-seconds' = '21600'} `
-Method PUT -Uri 'http://169.254.169.254/latest/api/token' -UseBasicParsing).Content
```
Then get the role name:
```powershell
[string]$roleName = (Invoke-WebRequest -Headers @{'X-aws-ec2-metadata-token' = $token} `
-Uri 'http://169.254.169.254/latest/meta-data/iam/security-credentials/' -UseBasicParsing).Content
```
Finally, get the credentials:
```powershell
(Invoke-WebRequest -Headers @{'X-aws-ec2-metadata-token' = $token} `
-Uri "http://169.254.169.254/latest/meta-data/iam/security-credentials/$roleName" -UseBasicParsing).Content
```
You should get output similar to:
```json
...
{
"Code": "Success",
"LastUpdated": "2025-01-15T10:30:45Z",
"Type": "AWS-HMAC",
"AccessKeyId": "ASIA42HLLFVDQQZD2PSX",
"SecretAccessKey": "iMapV1Wn6fKCanxLwsE1RGgzUy2H7BR95zMbmKuR",
"Token": "IQoJb3JpZ2luX2VjEO///////////wEaCXVzLWVhc3QtMSJI...",
"Expiration": "2025-01-15T16:30:45Z"
}
```
In the next step’s Python Script method, use `AccessKeyId`, `SecretAccessKey`, and `Token` as the `ACCESS_KEY`, `SECRET_KEY`, and `SESSION_TOKEN` values. The Boto3 method discovers these credentials automatically from the instance environment, so you only need this manual retrieval for the Python Script method (or to confirm the credentials are present).
You’ll also need the AWS region where your instance runs. Read it from the instance metadata `placement/region` path (reusing the IMDSv2 token from the previous command), or use the region your instance runs in:
```shell
curl -H "X-aws-ec2-metadata-token: $TOKEN" http://169.254.169.254/latest/meta-data/placement/region
```
3. Generate the signed STS GetCallerIdentity request headers using one of the following methods. Both methods produce the same set of headers and the AWS region, which you’ll use to construct the authentication request payload.
* Python Script
Using this method, you’ll create a standalone Python script that manually implements AWS SigV4 signing.
Create a file named `generate_sts_headers.py` with the following content. Replace the placeholder values with the AWS credentials you retrieved in the previous step:
```python
import datetime, hashlib, hmac, json
# Replace these with the AWS credentials you retrieved in the previous step
ACCESS_KEY = "ACCESS_KEY_PLACEHOLDER"
SECRET_KEY = "SECRET_KEY_PLACEHOLDER"
SESSION_TOKEN = "SESSION_TOKEN_PLACEHOLDER" # Your full session token
REGION = "REGION_PLACEHOLDER" # Your AWS region
def sign(key, msg):
return hmac.new(key, msg.encode("utf-8"), hashlib.sha256).digest()
def getSignatureKey(key, date_stamp, regionName, serviceName):
kDate = sign(('AWS4' + key).encode('utf-8'), date_stamp)
kRegion = sign(kDate, regionName)
kService = sign(kRegion, serviceName)
kSigning = sign(kService, 'aws4_request')
return kSigning
# Request details
method = 'POST'
service = 'sts'
host = f'{service}.{REGION}.amazonaws.com'
endpoint = f'https://{host}/'
content_type = 'application/x-www-form-urlencoded; charset=utf-8'
request_parameters = "Action=GetCallerIdentity&Version=2011-06-15"
# Create timestamp
t = datetime.datetime.now(datetime.timezone.utc)
amz_date = t.strftime('%Y%m%dT%H%M%SZ')
date_stamp = t.strftime('%Y%m%d')
# Create canonical request
canonical_uri = '/'
canonical_querystring = ''
canonical_headers = f'content-type:{content_type}\nhost:{host}\nx-amz-date:{amz_date}\nx-amz-security-token:{SESSION_TOKEN}\n'
signed_headers = 'content-type;host;x-amz-date;x-amz-security-token'
payload_hash = hashlib.sha256(request_parameters.encode('utf-8')).hexdigest()
canonical_request = f'{method}\n{canonical_uri}\n{canonical_querystring}\n{canonical_headers}\n{signed_headers}\n{payload_hash}'
# Create string to sign
algorithm = 'AWS4-HMAC-SHA256'
credential_scope = f'{date_stamp}/{REGION}/{service}/aws4_request'
string_to_sign = f'{algorithm}\n{amz_date}\n{credential_scope}\n{hashlib.sha256(canonical_request.encode()).hexdigest()}'
# Calculate signature
signing_key = getSignatureKey(SECRET_KEY, date_stamp, REGION, service)
signature = hmac.new(signing_key, string_to_sign.encode('utf-8'), hashlib.sha256).hexdigest()
# Create authorization header
authorization_header = f'{algorithm} Credential={ACCESS_KEY}/{credential_scope}, SignedHeaders={signed_headers}, Signature={signature}'
# Output the headers needed for Aembit authentication
headers_for_aembit = {
"Content-Type": content_type,
"X-Amz-Date": amz_date,
"X-Amz-Security-Token": SESSION_TOKEN,
"Authorization": authorization_header
}
print("Headers for Aembit stsGetCallerIdentity:")
print(json.dumps(headers_for_aembit, indent=2))
print(f"\nRegion: {REGION}")
```
Run the script and note the output headers and region:
```shell
python3 generate_sts_headers.py
```
* Boto3 (AWS SDK)
Using this method, you’ll use the [AWS SDK for Python (Boto3)](https://aws.amazon.com/sdk-for-python/). Boto3 handles credential discovery and request signing for you.
1. Install Boto3 if not already available:
```shell
# pip
pip3 install boto3
# apt
apt install python3-boto3
```
2. Create a Python script named `generate_sts_headers_boto3.py` that uses Boto3’s internal signing mechanisms:
```python
import boto3
import json
from botocore.auth import SigV4Auth
from botocore.awsrequest import AWSRequest
# Boto3 automatically uses the credentials available in your AWS environment
session = boto3.Session()
credentials = session.get_credentials()
# Set your region
region = 'REGION_PLACEHOLDER' # Change to your AWS region
# Create the STS GetCallerIdentity request
request = AWSRequest(
method='POST',
url=f'https://sts.{region}.amazonaws.com/',
data='Action=GetCallerIdentity&Version=2011-06-15',
headers={
'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8'
}
)
# Sign the request using SigV4
SigV4Auth(credentials, "sts", region).add_auth(request)
# Extract headers for Aembit authentication
headers_for_aembit = {
'Content-Type': request.headers.get('Content-Type'),
'X-Amz-Date': request.headers.get('X-Amz-Date'),
'X-Amz-Security-Token': request.headers.get('X-Amz-Security-Token'),
'Authorization': request.headers.get('Authorization')
}
print("Headers for Aembit stsGetCallerIdentity:")
print(json.dumps(headers_for_aembit, indent=2))
print(f"\nRegion: {region}")
```
3. Run the script:
```shell
python3 generate_sts_headers_boto3.py
```
4. Construct the authentication request payload using the `clientId`, and the headers and region from the signing step:
```json
{
"clientId": "",
"client": {
"aws": {
"stsGetCallerIdentity": {
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=utf-8",
"X-Amz-Date": "20250115T103045Z",
"X-Amz-Security-Token": "IQoJb3JpZ2luX2VjEO...",
"Authorization": "AWS4-HMAC-SHA256 Credential=ASIA42HLLFVDQQZD2PSX/20250115/us-east-1/sts/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=abc123..."
},
"region": ""
}
}
}
}
```
5. Send the authentication request to your Aembit Edge API endpoint:
```shell
curl --location 'https:///edge/v1/auth' \
--header 'Content-Type: application/json' \
--data '{
"clientId": "your-edge-sdk-client-id",
"client": {
"aws": {
"stsGetCallerIdentity": {
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=utf-8",
"X-Amz-Date": "20250115T103045Z",
"X-Amz-Security-Token": "IQoJb3JpZ2luX2VjEO...",
"Authorization": "AWS4-HMAC-SHA256 Credential=ASIA42HLLFVDQQZD2PSX/20250115/us-east-1/sts/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=abc123..."
},
"region": "us-east-1"
}
}
}
}'
```
When successful, you’ll receive output similar to:
```json
{
"accessToken": "eyJhbGciOiJSUzI1NiIsImtpZCI6IkpyR3JLQ0x6RVFN...",
"tokenType": "Bearer",
"expiresIn": 3600
}
```
6. Use the `accessToken` as the `bearerToken` in subsequent API calls to authenticate your requests. This token is valid for the duration specified in `expiresIn` (in seconds).
## How to find your Edge SDK Client ID
[Section titled “How to find your Edge SDK Client ID”](#how-to-find-your-edge-sdk-client-id)
1. Log in to your Aembit Tenant.
2. Go to the **Trust Providers** section in the left sidebar.
3. Select the Trust Provider you want to use for Edge API authentication.
4. In the **TRUST PROVIDER** section, find the **Edge SDK Client ID** field.
5. Copy the Edge SDK Client ID to use in your authentication requests.

# Edge API authentication with AWS Lambda
> Authenticating with Aembit Edge API from an AWS Lambda function using the function's execution role
AWS Lambda functions authenticate with the Aembit Edge API using the [AWS Role](/user-guide/access-policies/trust-providers/aws-role-trust-provider) attestation method. You provide a signed AWS Security Token Service (STS) [GetCallerIdentity request](https://docs.aws.amazon.com/STS/latest/APIReference/API_GetCallerIdentity.html), signed with the function’s execution role credentials. Aembit calls `GetCallerIdentity` to verify the signature and confirm the function’s identity.
This is the same [AWS Signature Version 4 (SigV4)](/user-guide/access-policies/credential-providers/aws-sigv4) request signing used for [AWS IAM Role](/api-guide/edge/auth/aws-iam-role) authentication. Lambda differs only in where the role credentials come from: AWS injects them into the function’s runtime environment instead of an EC2 instance metadata service.
You can optionally include the function’s ARN in the request to enable [AWS Lambda ARN Client Workload identification](/user-guide/access-policies/client-workloads/identification/aws-lambda-arn).
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
To authenticate from an AWS Lambda function, you must have the following:
* Your Trust Provider’s [Edge SDK Client ID](#how-to-find-your-edge-sdk-client-id) from an AWS Role Trust Provider
* A Lambda function with an attached execution role that the AWS Role Trust Provider’s match rules identify
* Python 3.x available in your function’s runtime or build, with the `requests` library (for the Python method) or the `boto3` library (for the Boto3 method)
AWS automatically provides the execution role’s temporary credentials to your function through the [runtime environment variables](https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime) `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN`.
## Authenticate from AWS Lambda
[Section titled “Authenticate from AWS Lambda”](#authenticate-from-aws-lambda)
To authenticate with the Aembit Edge API from a Lambda function, follow these steps:
1. Retrieve the execution role credentials from the function’s runtime environment variables. AWS sets these automatically for the function’s execution role:
```python
import os
ACCESS_KEY = os.environ["AWS_ACCESS_KEY_ID"]
SECRET_KEY = os.environ["AWS_SECRET_ACCESS_KEY"]
SESSION_TOKEN = os.environ["AWS_SESSION_TOKEN"]
REGION = os.environ["AWS_REGION"]
```
If you’re verifying the flow interactively, you can print the same values from within the function’s environment:
```shell
echo "$AWS_ACCESS_KEY_ID"
echo "$AWS_SECRET_ACCESS_KEY"
echo "$AWS_SESSION_TOKEN"
echo "$AWS_REGION"
```
2. Generate the signed STS GetCallerIdentity request headers using one of the following methods. Both methods produce the same set of headers and the AWS region, which you’ll use to construct the authentication request payload.
* Python Script
Using this method, you’ll create a standalone Python script that manually implements AWS SigV4 signing.
Create a file named `generate_sts_headers.py` with the following content. Replace the placeholder values with the AWS credentials you retrieved in the previous step:
```python
import datetime, hashlib, hmac, json
# Replace these with the AWS credentials you retrieved in the previous step
ACCESS_KEY = "ACCESS_KEY_PLACEHOLDER"
SECRET_KEY = "SECRET_KEY_PLACEHOLDER"
SESSION_TOKEN = "SESSION_TOKEN_PLACEHOLDER" # Your full session token
REGION = "REGION_PLACEHOLDER" # Your AWS region
def sign(key, msg):
return hmac.new(key, msg.encode("utf-8"), hashlib.sha256).digest()
def getSignatureKey(key, date_stamp, regionName, serviceName):
kDate = sign(('AWS4' + key).encode('utf-8'), date_stamp)
kRegion = sign(kDate, regionName)
kService = sign(kRegion, serviceName)
kSigning = sign(kService, 'aws4_request')
return kSigning
# Request details
method = 'POST'
service = 'sts'
host = f'{service}.{REGION}.amazonaws.com'
endpoint = f'https://{host}/'
content_type = 'application/x-www-form-urlencoded; charset=utf-8'
request_parameters = "Action=GetCallerIdentity&Version=2011-06-15"
# Create timestamp
t = datetime.datetime.now(datetime.timezone.utc)
amz_date = t.strftime('%Y%m%dT%H%M%SZ')
date_stamp = t.strftime('%Y%m%d')
# Create canonical request
canonical_uri = '/'
canonical_querystring = ''
canonical_headers = f'content-type:{content_type}\nhost:{host}\nx-amz-date:{amz_date}\nx-amz-security-token:{SESSION_TOKEN}\n'
signed_headers = 'content-type;host;x-amz-date;x-amz-security-token'
payload_hash = hashlib.sha256(request_parameters.encode('utf-8')).hexdigest()
canonical_request = f'{method}\n{canonical_uri}\n{canonical_querystring}\n{canonical_headers}\n{signed_headers}\n{payload_hash}'
# Create string to sign
algorithm = 'AWS4-HMAC-SHA256'
credential_scope = f'{date_stamp}/{REGION}/{service}/aws4_request'
string_to_sign = f'{algorithm}\n{amz_date}\n{credential_scope}\n{hashlib.sha256(canonical_request.encode()).hexdigest()}'
# Calculate signature
signing_key = getSignatureKey(SECRET_KEY, date_stamp, REGION, service)
signature = hmac.new(signing_key, string_to_sign.encode('utf-8'), hashlib.sha256).hexdigest()
# Create authorization header
authorization_header = f'{algorithm} Credential={ACCESS_KEY}/{credential_scope}, SignedHeaders={signed_headers}, Signature={signature}'
# Output the headers needed for Aembit authentication
headers_for_aembit = {
"Content-Type": content_type,
"X-Amz-Date": amz_date,
"X-Amz-Security-Token": SESSION_TOKEN,
"Authorization": authorization_header
}
print("Headers for Aembit stsGetCallerIdentity:")
print(json.dumps(headers_for_aembit, indent=2))
print(f"\nRegion: {REGION}")
```
Run the script and note the output headers and region:
```shell
python3 generate_sts_headers.py
```
* Boto3 (AWS SDK)
Using this method, you’ll use the [AWS SDK for Python (Boto3)](https://aws.amazon.com/sdk-for-python/). Boto3 handles credential discovery and request signing for you.
1. Install Boto3 if not already available:
```shell
# pip
pip3 install boto3
# apt
apt install python3-boto3
```
2. Create a Python script named `generate_sts_headers_boto3.py` that uses Boto3’s internal signing mechanisms:
```python
import boto3
import json
from botocore.auth import SigV4Auth
from botocore.awsrequest import AWSRequest
# Boto3 automatically uses the credentials available in your AWS environment
session = boto3.Session()
credentials = session.get_credentials()
# Set your region
region = 'REGION_PLACEHOLDER' # Change to your AWS region
# Create the STS GetCallerIdentity request
request = AWSRequest(
method='POST',
url=f'https://sts.{region}.amazonaws.com/',
data='Action=GetCallerIdentity&Version=2011-06-15',
headers={
'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8'
}
)
# Sign the request using SigV4
SigV4Auth(credentials, "sts", region).add_auth(request)
# Extract headers for Aembit authentication
headers_for_aembit = {
'Content-Type': request.headers.get('Content-Type'),
'X-Amz-Date': request.headers.get('X-Amz-Date'),
'X-Amz-Security-Token': request.headers.get('X-Amz-Security-Token'),
'Authorization': request.headers.get('Authorization')
}
print("Headers for Aembit stsGetCallerIdentity:")
print(json.dumps(headers_for_aembit, indent=2))
print(f"\nRegion: {region}")
```
3. Run the script:
```shell
python3 generate_sts_headers_boto3.py
```
3. *(Optional)* Get the function ARN to include for Client Workload identification.
AWS provides the fully qualified function ARN in the [context object](https://docs.aws.amazon.com/lambda/latest/dg/python-context.html) passed to your handler:
```python
def handler(event, context):
function_arn = context.invoked_function_arn
# arn:aws:lambda:::function:
```
The ARN uses the format `arn:aws:lambda:::function:`. For details on qualified versus unqualified ARNs, see [AWS Lambda ARN](/user-guide/access-policies/client-workloads/identification/aws-lambda-arn).
4. Construct the authentication request payload using the `clientId`, the headers and region from the signing step, and—optionally—the function `arn`:
```json
{
"clientId": "",
"client": {
"aws": {
"stsGetCallerIdentity": {
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=utf-8",
"X-Amz-Date": "20250115T103045Z",
"X-Amz-Security-Token": "IQoJb3JpZ2luX2VjEO...",
"Authorization": "AWS4-HMAC-SHA256 Credential=ASIA42HLLFVDQQZD2PSX/20250115/us-east-1/sts/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=abc123..."
},
"region": ""
},
"lambda": {
"arn": ""
}
}
}
}
```
5. Send the authentication request to your Aembit Edge API endpoint:
```shell
curl --location 'https:///edge/v1/auth' \
--header 'Content-Type: application/json' \
--data '{
"clientId": "your-edge-sdk-client-id",
"client": {
"aws": {
"stsGetCallerIdentity": {
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=utf-8",
"X-Amz-Date": "20250115T103045Z",
"X-Amz-Security-Token": "IQoJb3JpZ2luX2VjEO...",
"Authorization": "AWS4-HMAC-SHA256 Credential=ASIA42HLLFVDQQZD2PSX/20250115/us-east-1/sts/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-security-token, Signature=abc123..."
},
"region": "us-east-1"
}
}
}
}'
```
When successful, you’ll receive output similar to:
```json
{
"accessToken": "eyJhbGciOiJSUzI1NiIsImtpZCI6IkpyR3JLQ0x6RVFN...",
"tokenType": "Bearer",
"expiresIn": 3600
}
```
6. Use the `accessToken` as the `bearerToken` in subsequent API calls to authenticate your requests. This token is valid for the duration specified in `expiresIn` (in seconds).
## How to find your Edge SDK Client ID
[Section titled “How to find your Edge SDK Client ID”](#how-to-find-your-edge-sdk-client-id)
1. Log in to your Aembit Tenant.
2. Go to the **Trust Providers** section in the left sidebar.
3. Select the Trust Provider you want to use for Edge API authentication.
4. In the **TRUST PROVIDER** section, find the **Edge SDK Client ID** field.
5. Copy the Edge SDK Client ID to use in your authentication requests.

# Edge API authentication with AWS Metadata Service
> Authenticating with Aembit Edge API using AWS metadata service
To authenticate with the Aembit Edge API using AWS Metadata Service, you need to provide the instance identity document and its signature. This is typically done by querying the AWS Metadata Service from within an EC2 instance.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
To authenticate using the AWS Metadata Service, you must have the following:
* Your Trust Provider’s [Edge SDK Client ID](#how-to-find-your-edge-sdk-client-id)
* EC2 instance or Kubernetes pod (or any machine with terminal access) on AWS.
* SSH access to the instance or pod.
* Both an `instanceIdentityDocument` and `instanceIdentityDocumentSignature`.
* The `instanceIdentityDocument` is a JSON document that contains metadata about the instance or pod.\
*You must base64-encode this document in standard BASE64 format with padding*.
* The `instanceIdentityDocumentSignature` is a signature of the document, which is what verifies the identity document’s authenticity.
The instance identity document contains useful metadata like instance ID, region, availability zone, instance type, and more, which are all securely accessible only from within the instance itself.
## Authenticate with AWS Metadata Service
[Section titled “Authenticate with AWS Metadata Service”](#authenticate-with-aws-metadata-service)
To authenticate with the Aembit Edge API using the AWS Metadata Service, follow these steps:
1. Open your terminal and SSH into your EC2 instance or Kubernetes pod.
2. Generate the instance or pod `instanceIdentityDocument` using AWS’s Instance Metadata Service (IMDS) version 2 with the following command:
* Linux
```shell
TOKEN=`curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600"` \
&& curl -H "X-aws-ec2-metadata-token: $TOKEN" http://169.254.169.254/latest/dynamic/instance-identity/document
```
* Windows
First, run:
```powershell
[string]$token = (Invoke-WebRequest -Headers @{'X-aws-ec2-metadata-token-ttl-seconds' = '21600'} `
-Method PUT -Uri 'http://169.254.169.254/latest/api/token' -UseBasicParsing).Content
```
Then, run:
```powershell
(Invoke-WebRequest -Headers @{'X-aws-ec2-metadata-token' = $token} `
-Uri 'http://169.254.169.254/latest/dynamic/instance-identity/document' -UseBasicParsing).Content
```
*See [Retrieve the instance identity document for an EC2 instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/retrieve-iid.html) in the AWS docs for more details*.
The link-local IP address `169.254.169.254` is the IMDS endpoint. The first request gets a session token with a 6-hour TTL. The second request uses that session token to retrieve the instance identity document.
You should get output similar to the following:
```json
{
"accountId" : "123456789012",
"architecture" : "x86_64",
"availabilityZone" : "us-east-1a",
"billingProducts" : null,
"devpayProductCodes" : null,
"marketplaceProductCodes" : null,
"imageId" : "ami-0123456789abcdef0",
"instanceId" : "i-0123456789abcdef0",
"instanceType" : "t2.micro",
"kernelId" : null,
"pendingTime" : "2025-06-12T11:38:17Z",
"privateIp" : "172.31.88.56",
"ramdiskId" : null,
"region" : "us-east-1",
"version" : "2017-09-30"
}
```
3. Base64-encode the `instanceIdentityDocument` using standard BASE64 encoding with padding. Aembit suggests using a tool like [Base64 Encode and Decode](https://www.base64encode.org/).
4. Get the `instanceIdentityDocumentSignature` using the following command:
* Linux
```shell
TOKEN=`curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600"` \
&& curl -H "X-aws-ec2-metadata-token: $TOKEN" http://169.254.169.254/latest/dynamic/instance-identity/signature
TOKEN=`curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600"` \
&& curl -H "X-aws-ec2-metadata-token: $TOKEN" http://169.254.169.254/latest/dynamic/instance-identity/signature | base64 -d >> signature
```
* Windows
First, run:
```powershell
[string]$token = (Invoke-WebRequest -Method Put -Headers @{'X-aws-ec2-metadata-token-ttl-seconds' = '21600'} http://169.254.169.254/latest/api/token).Content
```
Then, run:
```powershell
$Signature = [Convert]::FromBase64String((Invoke-WebRequest -Headers @{'X-aws-ec2-metadata-token' = $Token} http://169.254.169.254/latest/dynamic/instance-identity/signature).Content)
```
*See [Verify the instance identity document for an Amazon EC2 instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/verify-iid.html) in the AWS docs for more details*.
You should get output similar to the following:
```shell
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 56 100 56 0 0 25327 0 --:--:-- --:--:-- --:--:-- 28000
VO7la7Q7cDGw1v/3vpoPwaJaBLh9r+KX5cm15KfH7K9YaCILlNJ8UbCjph0991BSSZh3h+wrtlYy
tdjTx0NW274MrkpUWuYOwnI3WSKIpc3ue+HkS13iL6rwaPODfh83gA5xvEvvxgtCrESPoKRcc1xy
QB3AhLthSIsx0aN+V1Q=
```
The output signature is already formatted correctly for you to use in the `auth` API request.
The signature must be a single line without any extra spaces or newlines. Use a text editor or IDE to make sure.
5. Construct the authentication request payload using the `clientId`, `instanceIdentityDocument`, and `instanceIdentityDocumentSignature` you generated in the previous steps.
It should look something like this:
```shell
{
"clientId": "",
"client": {
"aws": {
"instanceIdentityDocument":
"",
"instanceIdentityDocumentSignature":
""
}
}
}
```
When successful, you’ll receive output similar to the following:
```shell
{
"accessToken": "eyJhbGciOiJSUzI1NiIsImtpZCI6IkpyR3JLQ0x6RVFN...",
"tokenType": "Bearer",
"expiresIn": 3600
}
```
6. Use the `accessToken` as the `bearerToken` in subsequent API calls to authenticate your requests. This token is valid for the duration specified in `expiresIn` (in seconds).
Example of an AWS attestation request to an EC2 instance
```shell
curl --location 'https://a12b3c4.aembit.io/edge/v1/credentials' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkpyR3JLQ0x6RVFN...' \
--data '{
"client": {
"aws": {
"instanceIdentityDocument":
"ewogICJhY2NvdW50SWQiIDogIjEyMzQ1Njc4OTAxMiIsCiAgImFyY2hpdGVjdHVyZSIgOiAieDg2XzY0IiwKICAiYXZhaWxhYmlsaXR5Wm9uZSIgOiAidXMtZWFzdC0yIiwKICAiYmlsbGluZ1Byb2R1Y3RzIiA6IG51bGwsCiAgImRldnBheVByb2R1Y3RDb2RlcyIgOiBudWxsLAogICJtYXJrZXRwbGFjZVByb2R1Y3RDb2RlcyIgOiBudWxsLAogICJpbWFnZUlkIiA6ICJhbWktMDEyMzQ1Njc4OWFiY2RlZjAiLAogICJpbnN0YW5jZUlkIiA6ICJpLTAxMjM0NTY3ODlhYmNkZWYwIiwKICAiaW5zdGFuY2VUeXBlIiA6ICJ0Mi5taWNybyIsCiAgImtlcm5lbElkIiA6IG51bGwsCiAgInBlbmRpbmdUaW1lIiA6ICIyMDI1LTA2LTMwVDE3OjE4OjQ3WiIsCiAgInByaXZhdGVJcCIgOiAiMTcyLjMxLjcuMjAwIiwKICAicmFtZGlza0lkIiA6IG51bGwsCiAgInJlZ2lvbiIgOiAidXMtZWFzdC0yIiwKICAidmVyc2lvbiIgOiAiMjAxNy0wOS0zMCIKfQ==",
"instanceIdentityDocumentSignature":
"aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789+/aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789+/aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789+/aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789+/aBcDeFgH="
}
}
}'
```
## How to find your Edge SDK Client ID
[Section titled “How to find your Edge SDK Client ID”](#how-to-find-your-edge-sdk-client-id)
1. Log in to your Aembit Tenant.
2. Go to the **Trust Providers** section in the left sidebar.
3. Select the Trust Provider you want to use for Edge API authentication.
4. In the **TRUST PROVIDER** section, find the **Edge SDK Client ID** field.
5. Copy the Edge SDK Client ID to use in your authentication requests.

# Aembit Edge API endpoints
> Overview of Aembit Edge API endpoints and their structure
This section covers topics on the following Aembit Edge API endpoints:
* [`auth`](/api-guide/edge/endpoints/auth) POST - Authenticates Client Workloads
* [`credentials`](/api-guide/edge/endpoints/credentials) POST - Retrieves a credential to access a Server Workload
# Edge API - /edge/v1/auth
> Overview of Aembit Edge API auth endpoint and its structure
The authentication endpoint is the entry point for Client Workloads to establish trust with Aembit Edge. It validates Client Workload identity, with many attestation methods available, and returns an access token for subsequent API calls.
## How the `auth` endpoint works
[Section titled “How the auth endpoint works”](#how-the-auth-endpoint-works)
The Aembit Edge API `auth` endpoint provides a secure way for Client Workloads to authenticate and obtain an access token. The authentication flow consists of the following steps:
1. **Identity attestation** - Client workloads provide attestation data specific to their environment (AWS, Azure, GCP, Kubernetes, etc.)
2. **Trust validation** - Aembit Edge validates the attestation against configured Trust Providers
3. **Access Policy evaluation** - Aembit evaluates Access Policies to match the correct Client Workload and determine which credentials it can access for which Server Workloads
4. (Optional) **Resource Set validation** - If you specify a Resource Set, Aembit makes sure the Client Workload only accesses resources within the same Resource Set through the `X-Aembit-ResourceSet` header
5. **Token issuance** - Upon successful validation, Aembit Edge API returns an OAuth 2.0-style bearer token
The authentication flow supports multiple attestation methods simultaneously, allowing workloads running in hybrid or multi-cloud environments to provide multiple forms of identity proof.
No `bearerToken` in Authorization header
This authentication endpoint doesn’t pass a `bearerToken` in the `Authorization` header like most other API endpoints.
This means you **must** call the `/auth` endpoint first to get a valid access token before calling the `/credentials` endpoint. If you get any unexpected 401 errors, double-check that you aren’t setting the `Authorization` header with a `Bearer` token.
## Base structure
[Section titled “Base structure”](#base-structure)
The following is the base structure of the authentication endpoint, including headers, request, and response formats:
```shell
/edge/v1/auth (POST) {}
├─Headers {}
│ └─X-Aembit-ResourceSet (string, uuid) [optional]
├─Request: AuthRequest {}
│ ├─clientId (string) [Edge Client SDK ID from Trust Provider]
│ └─client: ClientWorkloadDetails {} [Workload attestation data]
└─Response: TokenDTO {}
├─accessToken (string, nullable) [Bearer token for API calls]
├─tokenType (string, nullable) [Typically "Bearer"]
└─expiresIn (number) [Token lifetime in seconds]
```
## Client Workload attestation types
[Section titled “Client Workload attestation types”](#client-workload-attestation-types)
The `client` field supports multiple attestation methods that you can use individually or in combination. Each attestation type provides different identity proof mechanisms based on where your Client Workload is running:
### AWS attestation
[Section titled “AWS attestation”](#aws-attestation)
For workloads running on Amazon Web Services, including EC2 instances, Lambda functions, and ECS containers:
```shell
aws: AwsDTO {} [AWS workload attestation]
├─instanceIdentityDocument (string, nullable) [Base64-encoded EC2 instance identity document]
├─instanceIdentityDocumentSignature (string, nullable) [Base64-encoded signature for EC2 verification]
├─lambda: LambdaDTO {} [AWS Lambda specific attestation]
│ └─arn (string, nullable) [Lambda function ARN for identity verification]
├─ecs: AwsEcsDTO {} [AWS ECS container attestation]
│ ├─containerMetadata (string, nullable) [Base64-encoded JSON string containing ECS container metadata]
│ └─taskMetadata (string, nullable) [Base64-encoded JSON string containing ECS task metadata]
└─stsGetCallerIdentity: StsGetCallerIdentityDTO {} [AWS STS identity verification]
├─headers {} [HTTP headers for STS GetCallerIdentity request]
│ └─[key] (string, nullable) [Header name/value pairs]
└─region (string, nullable) [AWS region for STS GetCallerIdentity request]
```
Example of an AWS attestation request to an EC2 instance:
```json
{
"clientId": "",
"client": {
"aws": {
"instanceIdentityDocument":
"",
"instanceIdentityDocumentSignature":
"",
}
}
}
```
**200 OK response**:
```json
{
"accessToken": "eyJhbGciOiJSUzI1NiIsImtpZCI6IkpyR3JLQ0x6RVFN...",
"tokenType": "Bearer",
"expiresIn": 3600
}
```
### Kubernetes attestation
[Section titled “Kubernetes attestation”](#kubernetes-attestation)
For workloads running in Kubernetes clusters, using service account tokens:
```shell
k8s: K8sDTO {} [Kubernetes workload attestation]
└─serviceAccountToken (string, nullable) [Kubernetes service account JWT token]
```
### CI/CD platform attestation
[Section titled “CI/CD platform attestation”](#cicd-platform-attestation)
For workloads running in continuous integration and deployment platforms using OpenID Connect (OIDC) identity tokens:
#### GitHub Actions attestation
[Section titled “GitHub Actions attestation”](#github-actions-attestation)
```shell
github: IdentityTokenAttestationDTO {} [GitHub Actions workflow attestation]
└─identityToken (string, nullable) [GitHub OIDC identity token for workflow verification]
```
#### Terraform Cloud attestation
[Section titled “Terraform Cloud attestation”](#terraform-cloud-attestation)
```shell
terraform: IdentityTokenAttestationDTO {} [Terraform Cloud workspace attestation]
└─identityToken (string, nullable) [Terraform Cloud OIDC identity token]
```
#### GitLab Jobs attestation
[Section titled “GitLab Jobs attestation”](#gitlab-jobs-attestation)
```shell
gitlab: IdentityTokenAttestationDTO {} [GitLab CI/CD pipeline attestation]
└─identityToken (string, nullable) [GitLab OIDC identity token for pipeline verification]
```
### Additional context
[Section titled “Additional context”](#additional-context)
```shell
sourceIP (string, nullable) [IP address of the requesting Client Workload]
```
Note
You don’t have to include the `sourceIP` in `auth` requests.
# Edge API - /edge/v1/credentials
> Overview of Aembit Edge API credentials endpoint and its structure
The credentials endpoint provides just-in-time credential provisioning for authenticated Client Workloads. It returns the specific credentials needed to access target Server Workloads based on your configured Access Policies and Credential Providers.
## How the `credentials` endpoint works
[Section titled “How the credentials endpoint works”](#how-the-credentials-endpoint-works)
1. **Authentication**: Client Workloads must first authenticate via the `/auth` endpoint to obtain a bearer token
2. **Authorization**: Aembit validates the bearer token and authorizes the request
3. **Access Policy Evaluation**: Access Policies determine which credentials the Client Workload can access
4. (Optional) **Resource Set validation** - If you specify a Resource Set, Aembit makes sure the Client Workload only accesses resources within the same Resource Set through the `X-Aembit-ResourceSet` header
5. **Credential Retrieval**: Aembit fetches credentials from the configured Credential Provider
6. **Secure Delivery**: Aembit returns credentials with appropriate expiration information
The `credentials` endpoint supports multiple credential types and can integrate with many credential stores and identity providers.
## Base structure
[Section titled “Base structure”](#base-structure)
The following is the base structure of the credentials endpoint, including headers, request, and response formats:
```shell
/edge/v1/credentials (POST) {}
├─Headers {}
│ ├─Authorization: Bearer {token} [Required - from /auth endpoint]
│ └─X-Aembit-ResourceSet (string, uuid) [optional]
├─Request: ApiCredentialsRequest {}
│ ├─client: ClientWorkloadDetails {} [Requesting workload identity]
│ ├─server: ServerWorkloadDetails {} [Target server information]
│ └─credentialType (enum) [Type of credential requested]
└─Response: ApiCredentialsResponse {}
├─credentialType (enum) [Type of credential returned]
├─expiresAt (string, date-time, nullable) [When credentials expire]
└─data: EdgeCredentials {} [Actual credential data]
```
## Client Workload structure (requesting side)
[Section titled “Client Workload structure (requesting side)”](#client-workload-structure-requesting-side)
The `client` field identifies and provides attestation for the workload requesting credentials. This uses the same comprehensive attestation structure as the authentication endpoint, allowing Client Workloads to prove their identity through multiple methods:
```shell
client: ClientWorkloadDetails {} [Requesting workload identity]
├─sourceIP (string, nullable) [IP address of requesting workload]
├─aws: AwsDTO {} [AWS attestation methods]
│ ├─instanceIdentityDocument (string, nullable) [EC2 instance identity]
│ ├─instanceIdentityDocumentSignature (string, nullable) [EC2 signature]
│ ├─lambda: LambdaDTO {} [Lambda-specific attestation]
│ │ └─arn (string, nullable) [Lambda function ARN]
│ ├─ecs: AwsEcsDTO {} [ECS container attestation]
│ │ ├─containerMetadata (string, nullable) [ECS container metadata JSON]
│ │ └─taskMetadata (string, nullable) [ECS task metadata JSON]
│ └─stsGetCallerIdentity: StsGetCallerIdentityDTO {} [STS identity proof]
│ ├─headers {} [STS request headers]
│ │ └─[key] (string, nullable)
│ └─region (string, nullable) [AWS region for STS call]
├─azure: AzureAttestationDTO {} [Azure attestation methods]
│ └─attestedDocument: AzureAttestedDocumentDTO {}
│ ├─encoding (string, nullable) [Document encoding format]
│ ├─signature (string, nullable) [Azure attestation signature]
│ └─nonce (string, nullable) [Cryptographic nonce]
├─gcp: GcpAttestationDTO {} [Google Cloud attestation]
│ ├─identityToken (string, nullable) [GCP identity token]
│ └─instanceDocument (string, nullable) [GCE instance document]
├─os: OsDTO {} [Operating system context]
│ └─environment: EnvironmentDTO {} [Environment variables]
│ ├─K8S_POD_NAME (string, nullable)
│ ├─CLIENT_WORKLOAD_ID (string, nullable)
│ ├─KUBERNETES_PROVIDER_ID (string, nullable)
│ └─AEMBIT_RESOURCE_SET_ID (string, nullable)
├─k8s: K8sDTO {} [Kubernetes attestation]
│ └─serviceAccountToken (string, nullable) [K8s service account JWT]
├─host: HostDTO {} [Host system information]
│ ├─hostname (string, nullable) [System hostname]
│ ├─domainName (string, nullable) [Domain name]
│ ├─process: ProcessDTO {} [Process information]
│ │ ├─name (string, nullable) [Process name]
│ │ ├─pid (number) [Process ID]
│ │ ├─userId (number) [User ID]
│ │ ├─userName (string, nullable) [Username]
│ │ └─exePath (string, nullable) [Executable path]
│ ├─sensors: SensorsDTO {} [Security sensors]
│ │ └─crowdStrike: CrowdStrikeDTO {} [CrowdStrike agent data]
│ │ └─agentId (string, nullable) [Agent identifier]
│ └─systemSerialNumber (string, nullable) [Hardware serial number]
├─github: IdentityTokenAttestationDTO {} [GitHub Actions attestation]
│ └─identityToken (string, nullable) [GitHub OIDC token]
├─terraform: IdentityTokenAttestationDTO {} [Terraform Cloud attestation]
│ └─identityToken (string, nullable) [Terraform OIDC token]
└─gitlab: IdentityTokenAttestationDTO {} [GitLab CI/CD attestation]
└─identityToken (string, nullable) [GitLab OIDC token]
```
## Server Workload structure (target side)
[Section titled “Server Workload structure (target side)”](#server-workload-structure-target-side)
The `server` field specifies the target Server Workload that the client wants to access. This defines where you should use the credentials that Aembit returns:
```shell
server: ServerWorkloadDetails {} [Target server information]
├─transportProtocol (enum: TCP) [Network protocol for connection]
├─host (string, nullable) [Target server hostname or IP address]
└─port (number) [Target server port number]
```
## Credential type specific responses
[Section titled “Credential type specific responses”](#credential-type-specific-responses)
The `credentialType` field in both the request and response specifies what type of credentials the Client Workload is requesting and what Aembit returns. The `data` field structure varies based on this type:
### API key credentials
[Section titled “API key credentials”](#api-key-credentials)
```shell
credentialType: ApiKey
└─data: EdgeCredentials {}
└─apiKey (string) [API key for target service authentication]
```
### Username/password credentials
[Section titled “Username/password credentials”](#usernamepassword-credentials)
```shell
credentialType: UsernamePassword
└─data: EdgeCredentials {}
├─username (string) [Username for basic authentication]
└─password (string) [Password for basic authentication]
```
### OAuth token credentials
[Section titled “OAuth token credentials”](#oauth-token-credentials)
```shell
credentialType: OAuthToken
└─data: EdgeCredentials {}
└─token (string) [Bearer token for target service]
```
About Access Policy mismatches
When making a `credentials` request and any part of the request doesn’t match any of the values that Aembit Edge API expects for a specific Access Policy, you’ll get the following in the `200 OK` response:
```shell
{
"credentialType": "Unknown",
"data": {}
}
```
This indicates that there may be a typo or other misconfiguration in the request. Review your request and make sure that all of the parameters in the request match what Aembit Edge API expects.
## Key considerations
[Section titled “Key considerations”](#key-considerations)
**Security** - Aembit handles all credential responses securely and doesn’t log or cache them beyond their expiration time.
**Expiration** - Always check the `expiresAt` field and refresh credentials before they expire to avoid service interruptions.
**Error Handling** - Implement proper retry logic for credential requests, as temporary failures in credential providers can occur.
**Resource Sets** - Use the `X-Aembit-ResourceSet` header to scope credential requests to specific Access Policies when your workload operates in multiple contexts.
## Typical workflow
[Section titled “Typical workflow”](#typical-workflow)
1. **Authenticate**: Call `/edge/v1/auth` with workload attestation data
2. **Store Token**: Securely store the returned access token
3. **Request credentials**: Call `/edge/v1/credentials` with the bearer token when accessing target services
4. **Use credentials**: Use the returned credentials to authenticate with the target service
5. **Refresh**: Monitor expiration and refresh credentials as needed
# Get started with Aembit Edge API
> Learn how to integrate Aembit Edge API into your cloud-native applications for secure credential retrieval
In this quickstart, you’ll learn how to set up Aembit Edge API with either GitHub or GitLab CI/CD to securely retrieve credentials for your cloud-native application.
This guide walks you through the following primary steps:
1. [Connect Aembit to GitHub or GitLab](#step-1-connect-aembit-to-github-or-gitlab)
2. [Configure your Aembit Tenant](#step-2-complete-aembit-config)
3. [Make your first API calls to retrieve credentials](#step-3-make-your-first-api-calls)
## Before you begin
[Section titled “Before you begin”](#before-you-begin)
This quickstart assumes you have a basic understanding of [how Aembit works](/get-started/how-aembit-works) and GitHub or GitLab basic concepts.
Enterprise support
Aembit supports GitHub Cloud and GitLab Cloud but doesn’t support self-hosted GitHub Enterprise Server or GitLab instances.
To follow this quickstart, you must have the following:
* The `tenantId` from your Aembit Tenant (`https://.aembit.io`).\
*[Create a free Aembit Tenant](https://useast2.aembit.io/signup) if you don’t have one.*
* Either a:
* GitHub account with:
* Access to create repositories
* A email verified GitHub account
* GitLab account with:
* Access to create projects/repositories
* A email verified GitLab account
* SSH keys configured for GitLab (see [Use SSH keys to communicate with GitLab](https://docs.gitlab.com/user/ssh/) for more info)
* (Optional) Postman installed to use the [Aembit Edge API Postman Collection](/aembit-edge-api.postman_collection.json)
## Step 1: Connect Aembit to GitHub or GitLab
[Section titled “Step 1: Connect Aembit to GitHub or GitLab”](#step-1-connect-aembit-to-github-or-gitlab)
For the initial setup of Aembit Edge API, you’ll:
1. create a GitHub or GitLab repository
2. create a Trust Provider in your Aembit Tenant to authenticate your CI/CD job’s identity
3. configure a CI configuration file that generates a JSON Web Token (JWT) in your CI/CD pipeline
### Create a git repository
[Section titled “Create a git repository”](#create-a-git-repository)
Select the appropriate tab and follow the steps within it to create a new repository in GitHub or GitLab where your CI/CD configuration file resides.
* GitHub
1. Go to , login, and create a **New repository**.
2. Select **Create a new repository**, and give it a descriptive **Repository name**. For this quickstart, name it `edge-api-test`.
3. For **Visibility**, choose **Private**.
4. Click **Create repository**.
Notice the URL of your new repository, which should look like this:
```shell
https://github.com//edge-api-test
```
Where `` is your GitHub username and `edge-api-test` is your repository name.
Keep note of the repository name (`/edge-api-test`). This repository name is important because it will be used to match your GitHub Action with the Aembit Trust Provider you create later.
* GitLab
1. Go to , login, and create a **New project/repository**.
2. Select **Create blank project**, and give it a descriptive **Project name**. For this quickstart, name it `edge-api-test`.
3. For **Visibility Level**, choose **Private**.
4. Click **Create project**.
Notice the URL of your new project, which should look like this:
```shell
https://gitlab.com//edge-api-test
```
Where `` is your GitLab username or group name and `edge-api-test` is your project name.
Keep note of the project path (`/edge-api-test`). This project path is important because it will be used to match your GitLab CI job with the Aembit Trust Provider you create later.
### Create an Aembit Trust Provider
[Section titled “Create an Aembit Trust Provider”](#create-an-aembit-trust-provider)
For Aembit to verify the identity of your CI/CD job, you need to create a Trust Provider that uses the either a GitHub Action or GitLab Job ID Token. The Trust Provider you create automatically generates two important values:
* An **Edge SDK Client ID** that you’ll use in your API calls.
* An **Edge SDK Audience** that you’ll use in the CI/CD configuration file.
Select the appropriate tab to follow the steps for creating a Trust Provider for either GitHub or GitLab:
* GitHub
1. **Open a new browser tab or window**.\
This is helpful as you’ll be switching between your GitHub repository and your Aembit Tenant.
2. **Log into your Aembit Tenant** at `https://.aembit.io`.
Go to **Trust Providers** in the left sidebar menu.
Click **+ New**.

3. Fill out the **Trust Provider** form:
* **Name** - Enter a descriptive name like `Edge API GitHub Test`.
* **TRUST PROVIDER** - Select **GitHub Action ID Token**, which reveals its configuration options.
* **Edge SDK Audience** - You’ll use this auto-generated value in your CI/CD config file.
* **Match Rules** - Select **repository** and enter the repository name as the **Value**.\
Use the repository name you created in the previous step (like `/edge-api-test`).

4. Click **Save**.
Aembit displays your new Trust Provider in the list of Trust Providers.
5. Click on your newly created Trust Provider to view its details.
You’ll see **Edge SDK Client ID** and **Edge SDK Audience** that Aembit automatically generated for your Trust Provider.

Keep this tab or window open, as you’ll need these values in the next steps.
* GitLab
1. **Open a new browser tab or window**.\
This is helpful as you’ll be switching between your GitLab project and your Aembit Tenant.
2. **Log into your Aembit Tenant** at `https://.aembit.io`.
Go to **Trust Providers** in the left sidebar menu.
Click **+ New**.
3. Fill out the **Trust Provider** form:
* **Name** - Enter a descriptive name like `Edge API GitLab Test`.
* **TRUST PROVIDER** - Select **GitLab Job ID Token**, which reveals its configuration options.
* **OIDC Endpoint** - Enter `https://gitlab.com`.
* **Edge SDK Audience** - You’ll use this auto-generated value in your CI/CD config file.
* **Match Rules** - Select **project\_path** and enter project path as the **Value**.\
Use the project path you created in the previous step (like `/edge-api-test`).

4. Click **Save**.
Aembit displays your new Trust Provider in the list of Trust Providers.
5. Click on your newly created Trust Provider to view its details.
You’ll see **Edge SDK Client ID** and **Edge SDK Audience** that Aembit automatically generated for your Trust Provider.

Keep this tab or window open, as you’ll need these values in the next steps.
### Create a CI/CD configuration file
[Section titled “Create a CI/CD configuration file”](#create-a-cicd-configuration-file)
Now you’ll create the CI/CD configuration file that runs in your GitHub or GitLab repository. This file uses the Trust Provider you created to authenticate your CI/CD job with Aembit Edge API. The CI/CD job generates an OpenID Connect (OIDC) token that Aembit Edge API uses to verify the identity of your CI/CD job.
The CI configuration file also prints the Base64-encoded OIDC token, which you’ll decode later to retrieve your identity token. The OIDC token is a JWT that contains information about the identity of your CI/CD job.
The CI configuration file is different for GitHub and GitLab, so be sure to follow the steps for your chosen provider:
* GitHub
1. Go back to your GitHub repository in the browser tab or window you opened earlier.
In your new repository, click **Add file** and select **Create new file**.
2. Create a new file called `.github/workflows/aembit-edge-api.yml`.\
Paste the entire filepath into the **Name your file…** field and GitHub automatically creates the directories.
Add the following content to the file:
.github/workflows/aembit-edge-api.yml
```yaml
# Generate an OIDC token for Aembit Edge API with GitHub
name: Generate OIDC Token
on:
workflow_dispatch:
push:
branches: [main]
jobs:
demo:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Get OIDC Token
uses: actions/github-script@v7
with:
script: |
const token = await core.getIDToken('');
const encoded = Buffer.from(token).toString('base64');
console.log('Token (split to avoid masking):');
console.log(encoded.substring(0, 50));
console.log(encoded.substring(50, 100));
console.log(encoded.substring(100));
```
3. Replace `` with the **Edge SDK Audience** value you copied from your Trust Provider configuration in the previous step. This value is crucial as it tells GitHub to generate an OIDC token with the correct audience for Aembit Edge API.
The value should look something like this:
```shell
https://.id.useast2.aembit.io
```
This value is crucial as it tells GitHub to generate an OIDC token with the correct audience for Aembit Edge API.
* GitLab
1. Go back to your GitLab project in the browser tab or window you opened earlier.
In your new project, click **Edit** and select **Web IDE**, which opens the web-based integrated development environment.
2. Create a new file called `.gitlab-ci.yml` in the root of your project with the following content:
.gitlab-ci.yml
```yaml
# Generate an OIDC token for Aembit Edge API with GitLab
demo:
image: alpine
id_tokens:
GITLAB_OIDC_TOKEN:
aud:
script:
- echo "Token:"
- echo -n $GITLAB_OIDC_TOKEN | base64
```
3. Replace `` with the **Edge SDK Audience** value you copied from your Trust Provider configuration in the previous step. This value is crucial as it tells GitLab to generate an OIDC token with the correct audience for Aembit Edge API.
The value should look something like this:
```shell
https://.id.useast2.aembit.io
```
This value is crucial as it tells GitLab to generate an OIDC token with the correct audience for Aembit Edge API.
4. Click **Source Control** in the left side menu.
Click **Commit and push to ‘main’** to save the file to your repository.
### Generate an OIDC token
[Section titled “Generate an OIDC token”](#generate-an-oidc-token)
Now that you have your CI configuration file set up, it’s time to run it and generate the OIDC token.
* GitHub
1. While still in your GitHub repository, click on the **Actions** tab at the top of the page.
2. In the left sidebar menu, you should see your workflow named **Generate OIDC Token**.
Click on it to view the workflow runs.
3. Click on the latest run to view its details.
Click on the “Demo” run.
Then, expand the **Get OIDC Token** section to reveal the full logs.
4. You should see the output containing the `Token:` value which is standard Base64-encoded and should look something like this (*the output is split so that GitHub won’t mask the token in the log output*.):
GitHub Action Output
```shell
...
Token (split to avoid masking):
ZXlKaGJHY2lPaUpTVXpJMU5pSXNJbXRwWkNJNklqTTRPREkyWW
pFM0xUWmhNekF0TldZNVlpMWlNVFk1TFRoaVpXSTRNakF5Wmpj
eU15SXNJblI1Y0NJNklrcFhWQ0lzSW5nMWRDSTZJbmxyVG1GWk5IRk5YM1JoTkdzeVZHZGFUME5G
... omitted for brevity ...
ZHZjbXRtYkc5M1gyUnBjM0JoZEdOb0lpd2laWGh3SWpveE56VXdNVE0xTlRZeUxDSm9aV0ZrWDNK
bFppSTZJaUlzSW1saGRDSTZNVGMxTURFeE16azJNaXdpYVhOeklqb2
```
5. Copy the Base64-encoded token from the job output.
6. Decode the token using a Base64 decoder like [BASE64 Decode and Encode](https://www.base64decode.org/).\
The decoded token should start with `ey` and should look something like this:
Decoded GitHub OIDC Token
```shell
eyJraWQiOiI0aTNzRkU3c3hxTlBPVDdGZHZjR0ExWlZHR0lfci10c0RYbkV1WVQ0WnFFI
iwidHlwIjoianNvbiIsImFsZyI6IlJTMjU2In0.e3JuYW1lc3BhY2VfaWQiOiIxMDgzOT
... omitted for brevity ...
1TCmnNp0ubYcDFn5lfpiJyhTCMzKpABlyaqq03CZFSJGkgVMVfHUWKkbBvl-gt1IJFnUq
gdwZ3QxSUpGblVxUEhzRkFnNm90ZVVrZTlLa2JaRkM0clc1RUZTUEFqSmFWV2lhUlj59D
```
This is your GitHub identity token! Hold onto it, as you’ll need it to authenticate with Aembit.
Now that you have your GitHub identity token, you must finish configuring Aembit to complete this quickstart guide.
* GitLab
1. While still in your GitLab project, click on the **CI/CD** tab in the left sidebar menu.
Click on **Pipelines** to view the list of pipelines.
2. You should see your pipeline named **Generate OIDC Token**.
Click on it to view the pipeline runs.
3. Click on the latest run to view its details.
4. In the **Jobs** section, click on the job that corresponds to your pipeline (something like `#10346670123: demo`).
5. The output contains the `Token:` value which is standard Base64-encoded with padding and should look something like this:
GitLab Job Output
```shell
...
Token:
ZXlKcmFXUWlPaUkwYVROelJrVTNjM2h4VGxCUFZEZEdaSFpqUjBFeFdsWkhSMGxmY2kxMGMwUlli
a1YxV1ZRMFduRkZJaXdpZEhsd0lqb2lTbGRVSWl3aVlXeG5Jam9pVWxNeU5UWWlmUS5leUp1WVcx
... omitted for brevity ...
dmwtZ3QxSUpGblVxUEhzRkFnNm90ZVVrZTlLa2JaRkM0clc1RUZTUEFqSmFWV2lhUkg0cUF6ckZP
anJ3R3Bva1dQTW9pTlczVU0yNjBRZkVCVWluZTZFeHc=
```
6. Copy the Base64-encoded token from the job output.
7. Decode the token using a Base64 decoder like [BASE64 Decode and Encode](https://www.base64decode.org/).\
The decoded token should start with `ey` and should look something like this:
Decoded GitLab OIDC Token
```shell
eyJraWQiOiI0aTNzRkU3c3hxTlBPVDdGZHZjR0ExWlZHR0lfci10c0RYbkV1WVQ0WnFFI
iwidHlwIjoianNvbiIsImFsZyI6IlJTMjU2In0.e3JuYW1lc3BhY2VfaWQiOiIxMDgzOT
... omitted for brevity ...
1TCmnNp0ubYcDFn5lfpiJyhTCMzKpABlyaqq03CZFSJGkgVMVfHUWKkbBvl-gt1IJFnUq
gdwZ3QxSUpGblVxUEhzRkFnNm90ZVVrZTlLa2JaRkM0clc1RUZTUEFqSmFWV2lhUlj59D
```
This is your GitLab identity token! Hold onto it, as you’ll need it to authenticate with Aembit.
Now that you have your GitLab identity token, you must finish configuring Aembit to complete this quickstart guide.
Token expiration
The OIDC token you generate in your CI/CD job is only valid for 1 hour. If you complete all the steps correctly but still get 401 Unauthorized errors when making API calls, run your CI/CD job again to generate a fresh token.
## Step 2: Complete Aembit config
[Section titled “Step 2: Complete Aembit config”](#step-2-complete-aembit-config)
Now that you have your identity token from your CI/CD job, you’re ready to finish configuring the remaining Aembit components to complete this quickstart guide.
In this section, you’ll create:
* a Client Workload that represents your CI/CD job
* a Credential Provider that defines the credentials for your target service
* a Server Workload that represents the target service you want to retrieve credentials for
* an Access Policy that ties everything together
### Create a Client Workload
[Section titled “Create a Client Workload”](#create-a-client-workload)
Create a Client Workload that represents your CI/CD job. This Client Workload is what authenticates with Aembit using the identity token you just generated. You must create this Client Workload so you can retrieve credentials for your target service later using the Aembit Edge API.
* GitHub
This Client Workload represents your GitHub CI job that authenticates with Aembit using the identity token.
1. Switch back to the tab or window with your Aembit Tenant, go to **Client Workloads** in the left sidebar menu.
Click **+ New**.
2. Fill out the **Client Workload** form:
* **Name** - Enter a descriptive name like `GitHub Edge API Test`.
* **Client Identification** - Select **GitHub ID Token Repository** and enter the repository name (`/edge-api-test`) you created earlier as the **Value**.

3. Click **Save**.
Aembit displays your new Client Workload in the list of Client Workloads.
* GitLab
This Client Workload represents your GitLab CI job that authenticates with Aembit using the identity token.
1. Switch back to the tab or window with your Aembit Tenant, go to **Client Workloads** in the left sidebar menu.
Click **+ New**.
2. Fill out the **Client Workload** form:
* **Name** - Enter a descriptive name like `GitLab Edge API Test`.
* **Client Identification** - Select **GitLab ID Token Project Path** and enter the project path (`/edge-api-test`) you created earlier as the **Value**.

3. Click **Save**.
Aembit displays your new Client Workload in the list of Client Workloads.
### Create a Credential Provider
[Section titled “Create a Credential Provider”](#create-a-credential-provider)
Next, you must create a Credential Provider. Credential Providers define the credential (like an API key or database password) for your target service that you’ll retrieve using Aembit Edge API calls later.
Follow these steps to create a Credential Provider in your Aembit Tenant:
Note
Regardless of which git provider you’re using, follow these steps to create a Credential Provider, as it applies to either use case.
1. While still in your Aembit Tenant, go to **Credential Providers** in the left sidebar menu.
Click **+ New**.
2. Fill out the **Credential Provider** form:
3. Enter a **Name** for your Credential Provider, like `My Service API Key`.
4. Select `API Key` as the **Credential Type**.
5. Enter an **API Key** for your target service, like `my_secure_api_key_abc123xyz789`.

6. Click **Save**.
Aembit displays your new Credential Provider in the list of Credential Providers.
### Create a Server Workload
[Section titled “Create a Server Workload”](#create-a-server-workload)
Now, you’ll create a Server Workload that represents the target service you want to retrieve credentials for. For the purposes of this quickstart guide, this won’t be a real service, but rather a placeholder to showcase how to authenticate and retrieve credentials using Aembit Edge API. Typically, this would be a database, API, or other service that your application needs to authenticate with. This Server Workload’s credential is what you’ll be retrieving later in this quickstart.
Follow these steps to create a Server Workload in your Aembit Tenant:
Note
Regardless of which git provider you’re using, follow these steps to create a Server Workload, as it applies to either use case.
1. While still in your Aembit Tenant, go to **Server Workloads** in the left sidebar menu.
Click **+ New**.
2. Fill out the **Server Workload** form:
3. Enter a **Name** for your Server Workload, like `My API Service`.
4. In the **Service Endpoint** section, fill out the following fields:
* **Host** - Enter the hostname of your target service, like `api.myservice.com`.
* **Application Protocol** - Select `HTTP`.
Record these values, as you’ll use them later when making API calls to retrieve credentials.
Leave the remaining fields at their default values.

5. Click **Save**.
Aembit displays your new Server Workload in the list of Server Workloads.
### Create an Access Policy
[Section titled “Create an Access Policy”](#create-an-access-policy)
It’s time to put everything together into an Access Policy.
Access Policies define:
* the identity of your Client Workload through the Trust Provider
* which Client Workload (your CI/CD job) can access which Server Workload (your target service)
* the credential to retrieve for the Server Workload from the Credential Provider
You must create an Access Policy that defines these relationships, otherwise, Aembit won’t permit you to retrieve credentials.
Select the appropriate tab to follow the steps for creating an Access Policy for either GitHub or GitLab:
* GitHub
1. While still in your Aembit Tenant, go to **Access Policies** in the left sidebar menu.
2. Click **+ New** to open the Access Policy Builder.
3. **Name the Access Policy**:
1. In the **Name** field, enter a descriptive name for the policy.
2. (Optional) In the **Description** field, add a description to help identify the policy’s purpose.
3. Click **Save** to add these details to the policy.
4. **Select a Client Workload**:
1. In the **Client Workload** card in the right panel, click **+ Configure**, then select the **Select Existing** tab.
2. Select the *GitHub Client Workload* you created earlier from the list.
3. Click **Use Selected** to add the Client Workload to the policy.
5. **Select a Server Workload**:
1. In the **Server Workload** card in the right panel, click **+ Configure**, then select the **Select Existing** tab.
2. Select the Server Workload you created earlier from the list.
3. Click **Use Selected** to add the Server Workload to the policy.
6. **Select a Trust Provider**:
1. In the **Trust Provider** card in the right panel, click **+ Configure**, then select the **Select Existing** tab.
2. Select the *GitHub ID Token Trust Provider* you created earlier from the list.
3. Click **Use Selected** to add the Trust Provider to the policy.
7. **Select a Credential Provider**:
1. In the **Credential Provider** card in the right panel, click **+ Configure**, then select the **Select Existing** tab.
2. Select the Credential Provider you created earlier from the list.
3. Click **Use Selected** to add the Credential Provider to the policy.
8. Click **Save Policy** to save the policy without activating it, or click **Save Policy & Activate** to save and activate it in one step.
After saving, Aembit displays the Access Policy in the list of Access Policies.
Click on the Access Policy, the detailed view should look similar to the following screenshot:

You’ve successfully created an Access Policy that permits your GitHub ID Token-based Client Workload to retrieve credentials for your target service using Aembit Edge API.
* GitLab
1. While still in your Aembit Tenant, go to **Access Policies** in the left sidebar menu.
2. Click **+ New** to open the Access Policy Builder.
3. **Name the Access Policy**:
1. In the **Name** field, enter a descriptive name for the policy.
2. (Optional) In the **Description** field, add a description to help identify the policy’s purpose.
3. Click **Save** to add these details to the policy.
4. **Select a Client Workload**:
1. In the **Client Workload** card in the right panel, click **+ Configure**, then select the **Select Existing** tab.
2. Select the *GitLab Client Workload* you created earlier from the list.
3. Click **Use Selected** to add the Client Workload to the policy.
5. **Select a Server Workload**:
1. In the **Server Workload** card in the right panel, click **+ Configure**, then select the **Select Existing** tab.
2. Select the Server Workload you created earlier from the list.
3. Click **Use Selected** to add the Server Workload to the policy.
6. **Select a Trust Provider**:
1. In the **Trust Provider** card in the right panel, click **+ Configure**, then select the **Select Existing** tab.
2. Select the *GitLab ID Token Trust Provider* you created earlier from the list.
3. Click **Use Selected** to add the Trust Provider to the policy.
7. **Select a Credential Provider**:
1. In the **Credential Provider** card in the right panel, click **+ Configure**, then select the **Select Existing** tab.
2. Select the Credential Provider you created earlier from the list.
3. Click **Use Selected** to add the Credential Provider to the policy.
8. Click **Save Policy** to save the policy without activating it, or click **Save Policy & Activate** to save and activate it in one step.
After saving, Aembit displays the Access Policy in the list of Access Policies.
Click on the Access Policy, the detailed view should look similar to the following screenshot:

You’ve successfully created an Access Policy that permits your GitLab ID Token-based Client Workload to retrieve credentials for your target service using Aembit Edge API.
You’re doing great and almost there! 💪
You’ve successfully:
* Connected Aembit to your chosen git provider (GitHub or GitLab)
* Created Aembit components and an Access Policy that ties them together
Continue to make your first API calls with the Aembit Edge API.
## Step 3: Make your first API calls
[Section titled “Step 3: Make your first API calls”](#step-3-make-your-first-api-calls)
Your CI/CD job, Client Workload, and remaining Aembit components are now set up. You’re ready to make your first API calls to retrieve credentials for your target service.
Postman Collection
You can also use the
[Aembit Edge API Postman Collection](/aembit-edge-api.postman_collection.json) to follow along if you prefer using Postman.
### Get your Aembit Edge API base URL
[Section titled “Get your Aembit Edge API base URL”](#get-your-aembit-edge-api-base-url)
To make API calls to Aembit Edge API, you must have your Edge API base URL. Follow these steps to find it in your Aembit Tenant:
1. Hover over your username in the bottom left corner of your Aembit Tenant.
2. Select **Profile**.
3. Click the **Edge API Base URL** field to copy it. It should look something like this:
```shell
https://.ec.useast2.aembit.io
```
Where `` is your Aembit Tenant ID.
Note
When using Postman, make sure to remove the trailing slash (`/`) from the Edge API base URL.
### Authenticate your workload
[Section titled “Authenticate your workload”](#authenticate-your-workload)
Before retrieving credentials, you must authenticate your workload with Aembit Edge API, you’ll use the decoded identity token from the CI job you obtained earlier in [Step 1](#step-1-connect-aembit-to-github-or-gitlab).
First, authenticate your GitLab CI job with Aembit using your identity token:
* curl
```shell
curl /edge/v1/auth \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"clientId": ,
"client": {
"": {
"identityToken": ""
}
}
}'
```
* Python
```python
import http.client
conn = http.client.HTTPSConnection(".aembit.io")
payload = "{\n \"clientId\": ,\n \"client\": {\n : {\n \"identityToken\": \n }\n }\n}"
headers = {
'Content-Type': "application/json",
}
conn.request("POST", "/edge/v1/auth", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
```
* JavaScript
```javascript
fetch('/edge/v1/auth', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({
clientId: ,
client: {
: {
identityToken:
}
}
})
})
```
**Replace the values that apply:**
* `` with your Aembit Tenant ID
* `` with the Edge API base URL you copied earlier
* `` with either `github` or `gitlab` depending on your CI/CD job
* `` with the Client ID from your Trust Provider
* `` with your decoded GitHub or GitLab identity token (starts with `ey`)
Caution
As you may notice, this is different from most API calls where you would pass a `bearerToken` in the `Authorization` header. This is because Aembit Edge API uses the `identityToken` or JWT to verify the identity of your CI/CD job.
If you get any unexpected 401 errors, double-check that you are not setting the `Authorization` header with a `Bearer` token. Instead, ensure you are passing the `identityToken` in the request body as the preceding examples show.
You’ll receive an access token response:
```json
{
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"tokenType": "Bearer",
"expiresIn": 3600
}
```
The `expiresIn` value is in seconds, so your access token is valid for 3600 seconds, or 1 hour.
Great! You’ve successfully authenticated with Aembit. 🔑
Use the value of `accessToken` as the `` in the next step to get the credential for your target service.
### Get your credential
[Section titled “Get your credential”](#get-your-credential)
Now use the access token you just received to retrieve credentials for your target service. Select the appropriate tab to follow the steps for retrieving credentials for either GitHub or GitLab using the language of your choice:
* curl
```shell
curl --location '/edge/v1/credentials' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ' \
--data '{
"client": {
"": {
"identityToken": ""
}
},
"server": {
"host": "",
"port": "80"
},
"credentialType": "ApiKey"
}'
```
* Python
```python
import http.client
import json
conn = http.client.HTTPSConnection("")
payload = json.dumps({
"client": {
"": {
"identityToken": ""
}
},
"server": {
"host": "",
"port": "80"
},
"credentialType": "ApiKey"
})
headers = {
'Content-Type': 'application/json',
'Authorization': 'Bearer '
}
conn.request("POST", "/edge/v1/credentials", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
```
* JavaScript
```javascript
const myHeaders = new Headers();
myHeaders.append("Content-Type", "application/json");
myHeaders.append("Authorization", "Bearer ");
const raw = JSON.stringify({
"client": {
"": {
"identityToken": ""
}
},
"server": {
"host": "",
"port": "80"
},
"credentialType": "ApiKey"
});
const requestOptions = {
method: "POST",
headers: myHeaders,
body: raw,
redirect: "follow"
};
fetch("/edge/v1/credentials", requestOptions)
.then((response) => response.text())
.then((result) => console.log(result))
.catch((error) => console.error(error));
```
**Replace these values:**
* `` with the token from the authentication response
* `` with the Edge API base URL you copied earlier
* `` with either `github` or `gitlab` depending on your CI/CD job
* `` with the decoded identity token you obtained earlier (starts with `ey`)
* `` with the hostname of your target service
You’ll receive credentials for your configured service:
```json
{
"credentialType": "ApiKey",
"expiresAt": "2024-01-15T10:30:00Z",
"data": {
"apiKey": "someapikeythatsgreat!123"
}
}
```
That’s it, you did it! 🎉🎉
You now have a valid API key to authenticate with your target service.
## Summary
[Section titled “Summary”](#summary)
In this quickstart guide, you learned how to:
* Connect Aembit to your GitHub or GitLab repository
* Create a Trust Provider to authenticate your CI/CD job
* Set up a CI/CD configuration file to generate an OIDC token
* Create Aembit components like Client Workload, Credential Provider, Server Workload, and Access Policy
* Authenticate your workload with Aembit Edge API
* Retrieve credentials for your target service using Aembit Edge API
Congratulations on completing your first Aembit Edge API integration! 🚀
## Common errors and solutions
[Section titled “Common errors and solutions”](#common-errors-and-solutions)
### 401 unauthorized
[Section titled “401 unauthorized”](#401-unauthorized)
```json
{
"success": false,
"message": "Authentication failed",
"id": 12345
}
```
**Common causes**:
* Trust Provider not configured for your workload type
* *Invalid or expired* identity token
* Client Workload not matching configured patterns
* Incorrect EdgeSDK Client ID
* OIDC audience mismatch in GitLab CI configuration
**Solution**: Verify your Trust Provider configuration matches your workload environment and check that your EdgeSDK Client ID is correct.
### 400 bad request
[Section titled “400 bad request”](#400-bad-request)
```json
{
"success": false,
"message": "Invalid request or missing parameters",
"id": 12346
}
```
**Common causes**:
* Missing required attestation data in the `client` object
* Invalid JSON structure
* Unsupported `credentialType`
**Solution**: Check that your request includes all required workload attestation data.
### 500 internal server error
[Section titled “500 internal server error”](#500-internal-server-error)
```json
{
"success": false,
"message": "Internal server error",
"id": 12347
}
```
**Common causes**:
* Credential Provider configuration issues
* Target service connectivity problems
* Temporary service unavailability
**Solution**: Check your Credential Provider configuration and try again after a brief delay.
What’s next?
Now that you’ve made your first successful API call:
* **Explore the [API Reference](/api-guide/edge/api-reference-edge)** for complete endpoint documentation
* **See more about each endpoint** in the [Endpoints section](/api-guide/edge/endpoints/)
* **Set up additional workload types** like AWS Lambda or Kubernetes pods
* **Configure different credential types** for other target services
* **Use dynamic claims** in your OIDC tokens with [OIDC Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc)
* **Implement error handling and retry logic** for production deployments
* **Review the API reference** for detailed parameter specifications
# Aembit Cloud API - API Endpoints
> API endpoints reference for Aembit Cloud API
# Aembit Cloud API - API Endpoints
[Section titled “Aembit Cloud API - API Endpoints”](#aembit-cloud-api---api-endpoints)
**Version:** v1
**Base URL:** https\://{tenant}.aembit.io
## Access Condition
[Section titled “Access Condition”](#access-condition)
### GET /api/v1/access-conditions
[Section titled “GET /api/v1/access-conditions”](#get-apiv1access-conditions)
**Summary:** Get a page of Access Conditions
**Description:** Retrieve a page of Aembit Access Conditions.
**Operation ID:** get-access-conditions
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Access Conditions
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/access-conditions"
```
### POST /api/v1/access-conditions
[Section titled “POST /api/v1/access-conditions”](#post-apiv1access-conditions)
**Summary:** Create an Access Condition
**Description:** Create an Aembit Access Condition which can then be associated with an Access Policy.
**Operation ID:** post-access-condition
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** AccessConditionDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Successfully created Access Condition
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/access-conditions"
```
### PUT /api/v1/access-conditions
[Section titled “PUT /api/v1/access-conditions”](#put-apiv1access-conditions)
**Summary:** Update a single Access Condition
**Description:** Update a specific Access Condition identified by its ID.
**Operation ID:** put-access-condition
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** AccessConditionDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Successfully updated Access Condition
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/access-conditions"
```
### GET ‘/api/v1/access-conditions/{id}’
[Section titled “GET ‘/api/v1/access-conditions/{id}’”](#get-apiv1access-conditionsid)
**Summary:** Get the identified Access Condition
**Description:** Get the Access Condition identified by its ID.
**Operation ID:** get-access-condition
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Condition
* Content-Type: application/json
* Schema: any
* **‘204’**: Access Condition Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/access-conditions/{id}'"
```
### DELETE ‘/api/v1/access-conditions/{id}’
[Section titled “DELETE ‘/api/v1/access-conditions/{id}’”](#delete-apiv1access-conditionsid)
**Summary:** Delete a single Access Condition
**Description:** Delete a specific Access Condition identified by its ID.
**Operation ID:** delete-access-condition
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Deleted the Access Condition
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/access-conditions/{id}'"
```
### PATCH ‘/api/v1/access-conditions/{id}’
[Section titled “PATCH ‘/api/v1/access-conditions/{id}’”](#patch-apiv1access-conditionsid)
**Summary:** Patch a single Access Condition
**Description:** Patch a specific Access Condition identified by its ID.
**Operation ID:** patch-access-condition
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** AccessConditionPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Successfully updated Access Condition
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/access-conditions/{id}'"
```
## Access Policy (Deprecated)
[Section titled “Access Policy (Deprecated)”](#access-policy-deprecated)
### GET ‘/api/v1/access-policies/{id}’
[Section titled “GET ‘/api/v1/access-policies/{id}’”](#get-apiv1access-policiesid)
**Summary:** Get the identified Access Policy
**Description:** Get the Access Policy identified by its ID.
**Operation ID:** get-access-policy
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Policy
* Content-Type: application/json
* Schema: any
* **‘204’**: Access Policy Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/access-policies/{id}'"
```
### DELETE ‘/api/v1/access-policies/{id}’
[Section titled “DELETE ‘/api/v1/access-policies/{id}’”](#delete-apiv1access-policiesid)
**Summary:** Delete an Access Policy
**Description:** Delete an Access Policy.
**Operation ID:** delete-access-policy
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Deleted the Access Policy
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/access-policies/{id}'"
```
### PATCH ‘/api/v1/access-policies/{id}’
[Section titled “PATCH ‘/api/v1/access-policies/{id}’”](#patch-apiv1access-policiesid)
**Summary:** Patch an Access Policy
**Description:** Patch an Access Policy.
**Operation ID:** patch-access-policy
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** PolicyPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/access-policies/{id}'"
```
### GET ‘/api/v1/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}’
[Section titled “GET ‘/api/v1/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}’”](#get-apiv1access-policiesgetbyworkloadidsclientworkloadidserverworkloadid)
**Summary:** Get the identified Access Policy
**Description:** Get the Access Policy identified by a Client and Server Workload.
**Operation ID:** get-access-policy-by-workloads
**Parameters:**
* **clientWorkloadId** (undefined) *(optional)*: any
* **serverWorkloadId** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}'"
```
### GET /api/v1/access-policies
[Section titled “GET /api/v1/access-policies”](#get-apiv1access-policies)
**Summary:** Get a page of Access Policies
**Description:** Retrieve a page of Access Policies.
**Operation ID:** get-access-policies
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Access Policies
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/access-policies"
```
### POST /api/v1/access-policies
[Section titled “POST /api/v1/access-policies”](#post-apiv1access-policies)
**Summary:** Create an Access Policy
**Description:** Create an Access Policy.
**Operation ID:** post-access-policy
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** PolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Created Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/access-policies"
```
### PUT /api/v1/access-policies
[Section titled “PUT /api/v1/access-policies”](#put-apiv1access-policies)
**Summary:** Update an Access Policy
**Description:** Update an Access Policy.
**Operation ID:** put-access-policy
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** PolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/access-policies"
```
### POST ‘/api/v1/access-policies/{id}/notes’
[Section titled “POST ‘/api/v1/access-policies/{id}/notes’”](#post-apiv1access-policiesidnotes)
**Summary:** Add a note to an Access Policy
**Description:** Add a note to an Access Policy.
**Operation ID:** post-access-policy-note
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** PolicyNoteDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Note added to an Access Policy
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/access-policies/{id}/notes'"
```
## Access Policy v2
[Section titled “Access Policy v2”](#access-policy-v2)
### GET ‘/api/v2/access-policies/{id}’
[Section titled “GET ‘/api/v2/access-policies/{id}’”](#get-apiv2access-policiesid)
**Summary:** Get the identified Access Policy
**Description:** Get the Access Policy identified by its ID.
**Operation ID:** get-access-policy-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Policy
* Content-Type: application/json
* Schema: any
* **‘204’**: Access Policy Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}'"
```
### DELETE ‘/api/v2/access-policies/{id}’
[Section titled “DELETE ‘/api/v2/access-policies/{id}’”](#delete-apiv2access-policiesid)
**Summary:** Delete an Access Policy
**Description:** Delete an Access Policy.
**Operation ID:** delete-access-policy-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Deleted the Access Policy
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}'"
```
### PATCH ‘/api/v2/access-policies/{id}’
[Section titled “PATCH ‘/api/v2/access-policies/{id}’”](#patch-apiv2access-policiesid)
**Summary:** Patch an Access Policy
**Description:** Patch an Access Policy.
**Operation ID:** patch-access-policy-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** PatchPolicyV2DTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}'"
```
### GET ‘/api/v2/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}’
[Section titled “GET ‘/api/v2/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}’”](#get-apiv2access-policiesgetbyworkloadidsclientworkloadidserverworkloadid)
**Summary:** Get the identified Access Policy
**Description:** Get the Access Policy identified by a Client and Server Workload.
**Operation ID:** get-access-policy-by-workloads-v2
**Parameters:**
* **clientWorkloadId** (undefined) *(optional)*: any
* **serverWorkloadId** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}'"
```
### GET /api/v2/access-policies
[Section titled “GET /api/v2/access-policies”](#get-apiv2access-policies)
**Summary:** Get a page of Access Policies
**Description:** Retrieve a page of Access Policies.
**Operation ID:** get-access-policies-v2
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
* **query** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Access Policies
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v2/access-policies"
```
### POST /api/v2/access-policies
[Section titled “POST /api/v2/access-policies”](#post-apiv2access-policies)
**Summary:** Create an Access Policy
**Description:** Create an Access Policy.
**Operation ID:** post-access-policy-v2
**Request Body:** CreatePolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Created Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v2/access-policies"
```
### PUT /api/v2/access-policies
[Section titled “PUT /api/v2/access-policies”](#put-apiv2access-policies)
**Summary:** Update an Access Policy
**Description:** Update an Access Policy.
**Operation ID:** put-access-policy-v2
**Request Body:** CreatePolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v2/access-policies"
```
### POST ‘/api/v2/access-policies/{id}/notes’
[Section titled “POST ‘/api/v2/access-policies/{id}/notes’”](#post-apiv2access-policiesidnotes)
**Summary:** Add a note to an Access Policy
**Description:** Add a note to an Access Policy.
**Operation ID:** post-access-policy-note-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** PolicyNoteDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Note added to an Access Policy
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}/notes'"
```
### GET ‘/api/v2/access-policies/{id}/notes’
[Section titled “GET ‘/api/v2/access-policies/{id}/notes’”](#get-apiv2access-policiesidnotes)
**Summary:** Gets notes for an Access Policy
**Description:** Retrieves note information for an Access Policy.
**Operation ID:** get-access-policy-notes-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Access Policy Notes
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}/notes'"
```
### GET ‘/api/v2/access-policies/{id}/credential-mappings’
[Section titled “GET ‘/api/v2/access-policies/{id}/credential-mappings’”](#get-apiv2access-policiesidcredential-mappings)
**Summary:** Gets a credential mappings of Access Policy
**Description:** Retrieves credential mappings of Access Policy.
**Operation ID:** get-access-policy-credential-mappings-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Credential Mappings
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}/credential-mappings'"
```
## Agent Controller
[Section titled “Agent Controller”](#agent-controller)
### GET /api/v1/agent-controllers
[Section titled “GET /api/v1/agent-controllers”](#get-apiv1agent-controllers)
**Summary:** Get a page of Agent Controllers
**Description:** Get a page of Agent Controllers.
**Operation ID:** get-agent-controllers
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
* **check-tls-type** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Agent Controllers
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/agent-controllers"
```
### POST /api/v1/agent-controllers
[Section titled “POST /api/v1/agent-controllers”](#post-apiv1agent-controllers)
**Summary:** Create an Agent Controller
**Description:** Create an Agent Controller.
**Operation ID:** post-agent-controller
**Request Body:** AgentControllerDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Agent Controller
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/agent-controllers"
```
### PUT /api/v1/agent-controllers
[Section titled “PUT /api/v1/agent-controllers”](#put-apiv1agent-controllers)
**Summary:** Update an Agent Controller
**Description:** Update an Agent Controller.
**Operation ID:** put-agent-controller
**Request Body:** AgentControllerDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Agent Controller
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/agent-controllers"
```
### GET ‘/api/v1/agent-controllers/{id}’
[Section titled “GET ‘/api/v1/agent-controllers/{id}’”](#get-apiv1agent-controllersid)
**Summary:** Get an Agent Controller
**Description:** Get an Agent Controller identified by its ID.
**Operation ID:** get-agent-controller
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Agent Controller
* Content-Type: application/json
* Schema: any
* **‘204’**: Agent Controller Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/agent-controllers/{id}'"
```
### PATCH ‘/api/v1/agent-controllers/{id}’
[Section titled “PATCH ‘/api/v1/agent-controllers/{id}’”](#patch-apiv1agent-controllersid)
**Summary:** Patch an Agent Controller
**Description:** Patch an Agent Controller identified by its ID.
**Operation ID:** patch-agent-controller
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** AgentControllerPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Agent Controller
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/agent-controllers/{id}'"
```
### DELETE ‘/api/v1/agent-controllers/{id}’
[Section titled “DELETE ‘/api/v1/agent-controllers/{id}’”](#delete-apiv1agent-controllersid)
**Summary:** Delete an Agent Controller
**Description:** Delete an Agent Controller identified by its ID.
**Operation ID:** delete-agent-controller
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘201’**: Successfully deleted Agent Controller
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/agent-controllers/{id}'"
```
### POST ‘/api/v1/agent-controllers/{agentControllerExternalId}/device-code’
[Section titled “POST ‘/api/v1/agent-controllers/{agentControllerExternalId}/device-code’”](#post-apiv1agent-controllersagentcontrollerexternaliddevice-code)
**Summary:** Generate a Device Code for an Agent Controller
**Description:** Generate a Device Code for an Agent Controller.
**Operation ID:** post-agent-controller-device-code
**Parameters:**
* **agentControllerExternalId** (undefined) *(optional)*: any
**Responses:**
* **‘201’**: Agent Controller Device Code
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
"https://your-tenant.aembit.io'/api/v1/agent-controllers/{agentControllerExternalId}/device-code'"
```
## Audit Log
[Section titled “Audit Log”](#audit-log)
### GET /api/v1/audit-logs
[Section titled “GET /api/v1/audit-logs”](#get-apiv1audit-logs)
**Summary:** Get a page of Audit Log events
**Description:** Get a page of Audit Log events.
**Operation ID:** get-audit-logs
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **search** (undefined) *(optional)*: any
* **span-last-days** (undefined) *(optional)*: any
* **category** (undefined) *(optional)*: any
* **severity** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Audit Logs
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/audit-logs"
```
### GET ‘/api/v1/audit-logs/{id}’
[Section titled “GET ‘/api/v1/audit-logs/{id}’”](#get-apiv1audit-logsid)
**Summary:** Get an Audit Log event
**Description:** Get an Audit Log event identified by its ID.
**Operation ID:** get-audit-log
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Audit Log
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/audit-logs/{id}'"
```
## Access Authorization Event
[Section titled “Access Authorization Event”](#access-authorization-event)
### GET /api/v1/authorization-events
[Section titled “GET /api/v1/authorization-events”](#get-apiv1authorization-events)
**Summary:** Get a page of Access Authorization Events
**Description:** Get a page of Access Authorization Events.
**Operation ID:** get-access-authorization-events
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **search** (undefined) *(optional)*: any
* **span-last-hours** (undefined) *(optional)*: any
* **severity** (undefined) *(optional)*: any
* **event-type** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Access Authorization Events
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/authorization-events"
```
### GET ‘/api/v1/authorization-events/{id}’
[Section titled “GET ‘/api/v1/authorization-events/{id}’”](#get-apiv1authorization-eventsid)
**Summary:** Get an Access Authorization Event
**Description:** Get an Access Authorization Event identified by its ID.
**Operation ID:** get-access-authorization-event
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Authorization Event
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/authorization-events/{id}'"
```
## Compliance
[Section titled “Compliance”](#compliance)
### GET /api/v1/compliance-settings
[Section titled “GET /api/v1/compliance-settings”](#get-apiv1compliance-settings)
**Summary:** Gets global compliance settings
**Description:** Gets global compliance settings which control the rules for creating access policy and other entities
**Operation ID:** get-compliance-settings
**Responses:**
* **‘200’**: A list of compliance settings
* Content-Type: application/json
* Schema: Array
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/compliance-settings"
```
### PUT /api/v1/compliance-settings
[Section titled “PUT /api/v1/compliance-settings”](#put-apiv1compliance-settings)
**Summary:** Updates a global compliance setting
**Description:** Updates a global compliance setting
**Operation ID:** update-compliance-setting
**Request Body:** SettingDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Successfully updated a compliance setting
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/compliance-settings"
```
## Credential Provider (Deprecated)
[Section titled “Credential Provider (Deprecated)”](#credential-provider-deprecated)
### GET ‘/api/v1/credential-providers/{id}’
[Section titled “GET ‘/api/v1/credential-providers/{id}’”](#get-apiv1credential-providersid)
**Summary:** Get a Credential Provider
**Description:** Get a Credential Provider identified by its ID.
**Operation ID:** get-credential-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Credential Provider
* Content-Type: application/json
* Schema: any
* **‘204’**: Credential Provider Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/credential-providers/{id}'"
```
### DELETE ‘/api/v1/credential-providers/{id}’
[Section titled “DELETE ‘/api/v1/credential-providers/{id}’”](#delete-apiv1credential-providersid)
**Summary:** Delete a Credential Provider
**Description:** Delete a Credential Provider identified by its ID.
**Operation ID:** delete-credential-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Deleted Credential Provider
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/credential-providers/{id}'"
```
### PATCH ‘/api/v1/credential-providers/{id}’
[Section titled “PATCH ‘/api/v1/credential-providers/{id}’”](#patch-apiv1credential-providersid)
**Summary:** Patch a Credential Provider
**Description:** Patch a Credential Provider.
**Operation ID:** patch-credential-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Patched Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/credential-providers/{id}'"
```
### GET ‘/api/v1/credential-providers/{id}/authorize’
[Section titled “GET ‘/api/v1/credential-providers/{id}/authorize’”](#get-apiv1credential-providersidauthorize)
**Summary:** Get a Credential Provider Authorization URL
**Description:** Get a Credential Provider Authorization URL identified by the Credential Provider ID.
**Operation ID:** get-credential-provider-authorization
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘302’**: Redirects to the Credential Provider Authorization URL
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/credential-providers/{id}/authorize'"
```
### GET /api/v1/credential-providers
[Section titled “GET /api/v1/credential-providers”](#get-apiv1credential-providers)
**Summary:** Get a page of Credential Providers
**Description:** Get a page of Credential Providers.
**Operation ID:** get-credential-providers
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Credential Providers
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/credential-providers"
```
### POST /api/v1/credential-providers
[Section titled “POST /api/v1/credential-providers”](#post-apiv1credential-providers)
**Summary:** Create a Credential Provider
**Description:** Create a Credential Provider.
**Operation ID:** post-credential-provider
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/credential-providers"
```
### PUT /api/v1/credential-providers
[Section titled “PUT /api/v1/credential-providers”](#put-apiv1credential-providers)
**Summary:** Update a Credential Provider
**Description:** Update a Credential Provider.
**Operation ID:** put-credential-provider
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Updated Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/credential-providers"
```
### GET ‘/api/v1/credential-providers/{id}/verification’
[Section titled “GET ‘/api/v1/credential-providers/{id}/verification’”](#get-apiv1credential-providersidverification)
**Summary:** Verify the Credential Provider
**Description:** Verify the Credential Provider will successfully return a credential.
**Operation ID:** get-credential-provider-verification
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Details on the verification of a Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/credential-providers/{id}/verification'"
```
## Credential Provider Integration
[Section titled “Credential Provider Integration”](#credential-provider-integration)
### GET ‘/api/v1/credential-integrations/{id}’
[Section titled “GET ‘/api/v1/credential-integrations/{id}’”](#get-apiv1credential-integrationsid)
**Summary:** Get a Credential Provider Integration
**Description:** Get a Credential Provider Integration identified by its ID.
**Operation ID:** get-credential-provider-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Credential Provider Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/credential-integrations/{id}'"
```
### DELETE ‘/api/v1/credential-integrations/{id}’
[Section titled “DELETE ‘/api/v1/credential-integrations/{id}’”](#delete-apiv1credential-integrationsid)
**Summary:** Delete a Credential Provider Integration
**Description:** Delete a Credential Provider Integration identified by its ID.
**Operation ID:** delete-credential-provider-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Credential Provider Integration
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/credential-integrations/{id}'"
```
### PATCH ‘/api/v1/credential-integrations/{id}’
[Section titled “PATCH ‘/api/v1/credential-integrations/{id}’”](#patch-apiv1credential-integrationsid)
**Summary:** Patch a Credential Provider Integration
**Description:** Patch a Credential Provider Integration identified by its ID.
**Operation ID:** patch-credential-provider-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** CredentialProviderIntegrationPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Credential Provider Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/credential-integrations/{id}'"
```
### GET /api/v1/credential-integrations
[Section titled “GET /api/v1/credential-integrations”](#get-apiv1credential-integrations)
**Summary:** Get a page of Credential Provider Integrations
**Description:** Get a page of Credential Provider Integrations.
**Operation ID:** get-credential-provider-integrations
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Credential Provider Integrations
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/credential-integrations"
```
### POST /api/v1/credential-integrations
[Section titled “POST /api/v1/credential-integrations”](#post-apiv1credential-integrations)
**Summary:** Create a Credential Provider Integration
**Description:** Create a Credential Provider Integration.
**Operation ID:** post-credential-provider-integration
**Request Body:** CredentialProviderIntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Credential Provider Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/credential-integrations"
```
### PUT /api/v1/credential-integrations
[Section titled “PUT /api/v1/credential-integrations”](#put-apiv1credential-integrations)
**Summary:** Update a Credential Provider Integration
**Description:** Update a Credential Provider Integration.
**Operation ID:** put-credential-provider-integration
**Request Body:** CredentialProviderIntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Credential Provider Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/credential-integrations"
```
### GET ‘/api/v1/credential-integrations/list/{type}’
[Section titled “GET ‘/api/v1/credential-integrations/list/{type}’”](#get-apiv1credential-integrationslisttype)
**Summary:** Get a list of Credential Provider Integrations by type
**Description:** Get a list of Credential Provider Integrations by type. The most common usage is to populate a dropdown or selection list in the UI.
**Operation ID:** get-credential-provider-integration-list
**Parameters:**
* **type** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: List of Credential Provider Integrations
* Content-Type: application/json
* Schema: Array
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/credential-integrations/list/{type}'"
```
## Credential Provider v2
[Section titled “Credential Provider v2”](#credential-provider-v2)
### POST /api/v2/credential-providers
[Section titled “POST /api/v2/credential-providers”](#post-apiv2credential-providers)
**Summary:** Create a Credential Provider
**Description:** Create a Credential Provider.
**Operation ID:** post-credential-provider2
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderV2DTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v2/credential-providers"
```
### PUT /api/v2/credential-providers
[Section titled “PUT /api/v2/credential-providers”](#put-apiv2credential-providers)
**Summary:** Update a Credential Provider
**Description:** Update a Credential Provider.
**Operation ID:** put-credential-provider2
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderV2DTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v2/credential-providers"
```
### GET /api/v2/credential-providers
[Section titled “GET /api/v2/credential-providers”](#get-apiv2credential-providers)
**Summary:** Get a page of Credential Providers
**Description:** Get a page of Credential Providers.
**Operation ID:** get-credential-providers-v2
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Credential Providers
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v2/credential-providers"
```
### GET ‘/api/v2/credential-providers/{id}’
[Section titled “GET ‘/api/v2/credential-providers/{id}’”](#get-apiv2credential-providersid)
**Summary:** Get a Credential Provider
**Description:** Get a Credential Provider identified by its ID.
**Operation ID:** get-credential-provider2
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Credential Provider
* Content-Type: application/json
* Schema: any
* **‘204’**: Credential Provider Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/credential-providers/{id}'"
```
### DELETE ‘/api/v2/credential-providers/{id}’
[Section titled “DELETE ‘/api/v2/credential-providers/{id}’”](#delete-apiv2credential-providersid)
**Summary:** Delete a Credential Provider
**Description:** Delete a Credential Provider identified by its ID.
**Operation ID:** delete-credential-provider2
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Deleted Credential Provider
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v2/credential-providers/{id}'"
```
### PATCH ‘/api/v2/credential-providers/{id}’
[Section titled “PATCH ‘/api/v2/credential-providers/{id}’”](#patch-apiv2credential-providersid)
**Summary:** Patch a Credential Provider
**Description:** Patch a Credential Provider.
**Operation ID:** patch-credential-provider-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v2/credential-providers/{id}'"
```
### GET ‘/api/v2/credential-providers/{id}/verification’
[Section titled “GET ‘/api/v2/credential-providers/{id}/verification’”](#get-apiv2credential-providersidverification)
**Summary:** Verify the Credential Provider
**Description:** Verify the Credential Provider will successfully return a credential.
**Operation ID:** get-credential-provider-verification-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Details on the verification of a Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/credential-providers/{id}/verification'"
```
### GET ‘/api/v2/credential-providers/{id}/authorize’
[Section titled “GET ‘/api/v2/credential-providers/{id}/authorize’”](#get-apiv2credential-providersidauthorize)
**Summary:** Get a Credential Provider Authorization URL
**Description:** Get a Credential Provider Authorization URL identified by the Credential Provider ID.
**Operation ID:** get-credential-provider-authorization-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘302’**: Redirects to the Credential Provider Authorization URL
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/credential-providers/{id}/authorize'"
```
## DiscoveryIntegration
[Section titled “DiscoveryIntegration”](#discoveryintegration)
### GET /api/v1/discovery-integrations
[Section titled “GET /api/v1/discovery-integrations”](#get-apiv1discovery-integrations)
**Summary:** Get a page of Integrations
**Description:** Get a page of Integrations.
**Operation ID:** get-discovery-integrations
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Integrations
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/discovery-integrations"
```
### POST /api/v1/discovery-integrations
[Section titled “POST /api/v1/discovery-integrations”](#post-apiv1discovery-integrations)
**Summary:** Create an Integration
**Description:** Create an Integration.
**Operation ID:** post-discovery-integration
**Request Body:** DiscoveryIntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/discovery-integrations"
```
### PUT /api/v1/discovery-integrations
[Section titled “PUT /api/v1/discovery-integrations”](#put-apiv1discovery-integrations)
**Summary:** Update an Integration
**Description:** Update an Integration.
**Operation ID:** put-discovery-integration
**Request Body:** DiscoveryIntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/discovery-integrations"
```
### GET ‘/api/v1/discovery-integrations/{id}’
[Section titled “GET ‘/api/v1/discovery-integrations/{id}’”](#get-apiv1discovery-integrationsid)
**Summary:** Get an Integration
**Description:** Get an Integration.
**Operation ID:** get-discovery-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Integration
* Content-Type: application/json
* Schema: any
* **‘204’**: Integration Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/discovery-integrations/{id}'"
```
### DELETE ‘/api/v1/discovery-integrations/{id}’
[Section titled “DELETE ‘/api/v1/discovery-integrations/{id}’”](#delete-apiv1discovery-integrationsid)
**Summary:** Delete an Integration
**Description:** Delete an Integration as identified by its ID.
**Operation ID:** delete-discovery-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Successfully deleted Integration
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/discovery-integrations/{id}'"
```
### PATCH ‘/api/v1/discovery-integrations/{id}’
[Section titled “PATCH ‘/api/v1/discovery-integrations/{id}’”](#patch-apiv1discovery-integrationsid)
**Summary:** Patch an Integration
**Description:** Patch an Integration as identified by its ID.
**Operation ID:** patch-discovery-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** DiscoveryIntegrationPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/discovery-integrations/{id}'"
```
## DiscoveryServerWorkloadDraft
[Section titled “DiscoveryServerWorkloadDraft”](#discoveryserverworkloaddraft)
### GET ‘/api/alpha/server-workload-drafts/{id}’
[Section titled “GET ‘/api/alpha/server-workload-drafts/{id}’”](#get-apialphaserver-workload-draftsid)
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: OK
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/alpha/server-workload-drafts/{id}'"
```
## Workload Event
[Section titled “Workload Event”](#workload-event)
### GET /api/v1/workload-events
[Section titled “GET /api/v1/workload-events”](#get-apiv1workload-events)
**Summary:** Get a page of Workload Events
**Description:** Get a page of Workload Events.
**Operation ID:** get-workload-events
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **search** (undefined) *(optional)*: any
* **span-last-hours** (undefined) *(optional)*: any
* **application-protocol** (undefined) *(optional)*: any
* **severity** (undefined) *(optional)*: any
* **source-workload** (undefined) *(optional)*: any
* **target-workload** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Workload Events
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/workload-events"
```
### GET ‘/api/v1/workload-events/{id}’
[Section titled “GET ‘/api/v1/workload-events/{id}’”](#get-apiv1workload-eventsid)
**Summary:** Get a Workload Event
**Description:** Get a Workload Event.
**Operation ID:** get-workload-event
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Workload Event
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/workload-events/{id}'"
```
## Health
[Section titled “Health”](#health)
### GET /api/v1/health
[Section titled “GET /api/v1/health”](#get-apiv1health)
**Summary:** Aembit Cloud API Health
**Description:** Get the health of the Aembit Cloud API.
**Operation ID:** get-health
**Responses:**
* **‘200’**: API Health
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/health"
```
## Integration
[Section titled “Integration”](#integration)
### GET /api/v1/integrations
[Section titled “GET /api/v1/integrations”](#get-apiv1integrations)
**Summary:** Get a page of Integrations
**Description:** Get a page of Integrations.
**Operation ID:** get-integrations
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Integrations
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/integrations"
```
### POST /api/v1/integrations
[Section titled “POST /api/v1/integrations”](#post-apiv1integrations)
**Summary:** Create an Integration
**Description:** Create an Integration.
**Operation ID:** post-integration
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** IntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/integrations"
```
### PUT /api/v1/integrations
[Section titled “PUT /api/v1/integrations”](#put-apiv1integrations)
**Summary:** Update an Integration
**Description:** Update an Integration.
**Operation ID:** put-integration
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** IntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/integrations"
```
### GET ‘/api/v1/integrations/{id}’
[Section titled “GET ‘/api/v1/integrations/{id}’”](#get-apiv1integrationsid)
**Summary:** Get an Integration
**Description:** Get an Integration.
**Operation ID:** get-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Integration
* Content-Type: application/json
* Schema: any
* **‘204’**: Integration Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/integrations/{id}'"
```
### DELETE ‘/api/v1/integrations/{id}’
[Section titled “DELETE ‘/api/v1/integrations/{id}’”](#delete-apiv1integrationsid)
**Summary:** Delete an Integration
**Description:** Delete an Integration as identified by its ID.
**Operation ID:** delete-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Successfully deleted Integration
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/integrations/{id}'"
```
### PATCH ‘/api/v1/integrations/{id}’
[Section titled “PATCH ‘/api/v1/integrations/{id}’”](#patch-apiv1integrationsid)
**Summary:** Patch an Integration
**Description:** Patch an Integration as identified by its ID.
**Operation ID:** patch-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** IntegrationPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/integrations/{id}'"
```
## Log Stream
[Section titled “Log Stream”](#log-stream)
### GET /api/v1/log-streams
[Section titled “GET /api/v1/log-streams”](#get-apiv1log-streams)
**Summary:** Get a page of Log Streams
**Description:** Get a page of Log Streams.
**Operation ID:** get-log-streams
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Log Streams
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/log-streams"
```
### POST /api/v1/log-streams
[Section titled “POST /api/v1/log-streams”](#post-apiv1log-streams)
**Summary:** Create a Log Stream
**Description:** Create a Log Stream.
**Operation ID:** post-log-stream
**Request Body:** LogStreamDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Log Stream
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/log-streams"
```
### PUT /api/v1/log-streams
[Section titled “PUT /api/v1/log-streams”](#put-apiv1log-streams)
**Summary:** Update a Log Stream
**Description:** Update a Log Stream.
**Operation ID:** put-log-stream
**Request Body:** LogStreamDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Log Stream
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/log-streams"
```
### GET ‘/api/v1/log-streams/{id}’
[Section titled “GET ‘/api/v1/log-streams/{id}’”](#get-apiv1log-streamsid)
**Summary:** Get a Log Stream
**Description:** Get a Log Stream identified by its ID.
**Operation ID:** get-log-stream
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Log Stream
* Content-Type: application/json
* Schema: any
* **‘204’**: Log Stream Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/log-streams/{id}'"
```
### DELETE ‘/api/v1/log-streams/{id}’
[Section titled “DELETE ‘/api/v1/log-streams/{id}’”](#delete-apiv1log-streamsid)
**Summary:** Delete a Log Stream
**Description:** Delete a Log Stream identified by its ID.
**Operation ID:** delete-log-stream
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Log Stream
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/log-streams/{id}'"
```
### PATCH ‘/api/v1/log-streams/{id}’
[Section titled “PATCH ‘/api/v1/log-streams/{id}’”](#patch-apiv1log-streamsid)
**Summary:** Patch a Log Stream
**Description:** Patch a Log Stream identified by its ID.
**Operation ID:** patch-log-stream
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** LogStreamPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Log Stream
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/log-streams/{id}'"
```
## Resource Set
[Section titled “Resource Set”](#resource-set)
### GET ‘/api/v1/resource-sets/{id}’
[Section titled “GET ‘/api/v1/resource-sets/{id}’”](#get-apiv1resource-setsid)
**Summary:** Get a Resource Set
**Description:** Get a Resource Set identified by its ID.
**Operation ID:** get-resource-set
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Resource Set
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/resource-sets/{id}'"
```
### PATCH ‘/api/v1/resource-sets/{id}’
[Section titled “PATCH ‘/api/v1/resource-sets/{id}’”](#patch-apiv1resource-setsid)
**Summary:** Patch a Resource Set
**Description:** Patch a Resource Set identified by its ID.
**Operation ID:** patch-resource-set
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** ResourceSetPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Resource Set
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/resource-sets/{id}'"
```
### GET /api/v1/resource-sets
[Section titled “GET /api/v1/resource-sets”](#get-apiv1resource-sets)
**Summary:** Get a page of Resource Sets
**Description:** Get a page of Resource Sets.
**Operation ID:** get-resource-sets
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Resource Sets
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/resource-sets"
```
### POST /api/v1/resource-sets
[Section titled “POST /api/v1/resource-sets”](#post-apiv1resource-sets)
**Summary:** Create a Resource Set
**Description:** Create a Resource Set.
**Operation ID:** post-resource-set
**Request Body:** ResourceSetDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Resource Set
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/resource-sets"
```
### PUT /api/v1/resource-sets
[Section titled “PUT /api/v1/resource-sets”](#put-apiv1resource-sets)
**Summary:** Update a Resource Set
**Description:** Update a Resource Set.
**Operation ID:** put-resource-set
**Request Body:** ResourceSetDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Resource Set
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/resource-sets"
```
## Role
[Section titled “Role”](#role)
### GET /api/v1/roles
[Section titled “GET /api/v1/roles”](#get-apiv1roles)
**Summary:** Get a page of Roles
**Description:** Get a page of Roles.
**Operation ID:** get-roles
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Roles
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/roles"
```
### POST /api/v1/roles
[Section titled “POST /api/v1/roles”](#post-apiv1roles)
**Summary:** Create a new Role
**Description:** Create a new Role.
**Operation ID:** post-role
**Request Body:** RoleDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Role
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/roles"
```
### PUT /api/v1/roles
[Section titled “PUT /api/v1/roles”](#put-apiv1roles)
**Summary:** Update a Role
**Description:** Update a Role.
**Operation ID:** put-role
**Request Body:** RoleDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Role
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/roles"
```
### GET ‘/api/v1/roles/{id}’
[Section titled “GET ‘/api/v1/roles/{id}’”](#get-apiv1rolesid)
**Summary:** Get a Role
**Description:** Get a Role identified by its ID.
**Operation ID:** get-role
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Role
* Content-Type: application/json
* Schema: any
* **‘204’**: Role Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/roles/{id}'"
```
### DELETE ‘/api/v1/roles/{id}’
[Section titled “DELETE ‘/api/v1/roles/{id}’”](#delete-apiv1rolesid)
**Summary:** Delete a Role
**Description:** Delete a Role identified by its ID.
**Operation ID:** delete-role
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Role
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/roles/{id}'"
```
### PATCH ‘/api/v1/roles/{id}’
[Section titled “PATCH ‘/api/v1/roles/{id}’”](#patch-apiv1rolesid)
**Summary:** Patch a Role
**Description:** Patch a Role identified by its ID.
**Operation ID:** patch-role
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** RolePatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patch Role
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/roles/{id}'"
```
## Routing
[Section titled “Routing”](#routing)
### GET ‘/api/v1/routings/{id}’
[Section titled “GET ‘/api/v1/routings/{id}’”](#get-apiv1routingsid)
**Summary:** Get a Routing
**Description:** Get a Routing identified by its ID.
**Operation ID:** get-routing
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Routing
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘403’**: Forbidden
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/routings/{id}'"
```
### PATCH ‘/api/v1/routings/{id}’
[Section titled “PATCH ‘/api/v1/routings/{id}’”](#patch-apiv1routingsid)
**Summary:** Patch a Routing
**Description:** Patch a Routing identified by its ID.
**Operation ID:** patch-routing
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** RoutingPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Routing
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/routings/{id}'"
```
### GET /api/v1/routings
[Section titled “GET /api/v1/routings”](#get-apiv1routings)
**Summary:** Get a page of Routings
**Description:** Get a page of Routings.
**Operation ID:** get-routings
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Routings
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/routings"
```
### POST /api/v1/routings
[Section titled “POST /api/v1/routings”](#post-apiv1routings)
**Summary:** Create a Routing
**Description:** Create a Routing.
**Operation ID:** post-routing
**Request Body:** RoutingDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Routing
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘403’**: Forbidden
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/routings"
```
### PUT /api/v1/routings
[Section titled “PUT /api/v1/routings”](#put-apiv1routings)
**Summary:** Update a Routing
**Description:** Update a Routing.
**Operation ID:** put-routing
**Request Body:** RoutingDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Routing
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/routings"
```
## SignOn Policy
[Section titled “SignOn Policy”](#signon-policy)
### GET /api/v1/signin-policies
[Section titled “GET /api/v1/signin-policies”](#get-apiv1signin-policies)
**Summary:** Get a SignOn Policy
**Description:** Get a SignOn Policy by its name.
**Operation ID:** get-signon-policy
**Responses:**
* **‘200’**: SignOn Policy
* Content-Type: application/json
* Schema: any
* **‘204’**: SignOn Policy Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/signin-policies"
```
## MFA SignOn Policy
[Section titled “MFA SignOn Policy”](#mfa-signon-policy)
### PUT /api/v1/signin-policies/mfa
[Section titled “PUT /api/v1/signin-policies/mfa”](#put-apiv1signin-policiesmfa)
**Summary:** Update a MFA SignOn Policy
**Description:** Update a MFA SignOn Policy.
**Operation ID:** put-mfa-signon Policy
**Request Body:** MFASignInPolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated MFA SignOn Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘403’**: Forbidden
* Content-Type: application/json
* Schema: any
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/signin-policies/mfa"
```
## SSO SignOn Policy
[Section titled “SSO SignOn Policy”](#sso-signon-policy)
### PUT /api/v1/signin-policies/sso
[Section titled “PUT /api/v1/signin-policies/sso”](#put-apiv1signin-policiessso)
**Summary:** Update a SSO SignOn Policy
**Description:** Update a SSO SignOn Policy.
**Operation ID:** put-SSO-signon Policy
**Request Body:** SSOSignInPolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated SSO SignOn Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/signin-policies/sso"
```
## SSO Identity Provider
[Section titled “SSO Identity Provider”](#sso-identity-provider)
### GET ‘/api/v1/sso-idps/{id}/verification’
[Section titled “GET ‘/api/v1/sso-idps/{id}/verification’”](#get-apiv1sso-idpsidverification)
**Summary:** Verify the SSO Identity Provider
**Description:** Verify the SSO Identity Provider has all necessary configuration data.
**Operation ID:** get-identity-provider-verification
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: SSO Identity Provider verification
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/sso-idps/{id}/verification'"
```
### GET ‘/api/v1/sso-idps/{id}’
[Section titled “GET ‘/api/v1/sso-idps/{id}’”](#get-apiv1sso-idpsid)
**Summary:** Get a SSO Identity Provider
**Description:** Get a SSO Identity Provider identified by its ID.
**Operation ID:** get-identity-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: SSO Identity Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/sso-idps/{id}'"
```
### DELETE ‘/api/v1/sso-idps/{id}’
[Section titled “DELETE ‘/api/v1/sso-idps/{id}’”](#delete-apiv1sso-idpsid)
**Summary:** Delete a SSO Identity Provider
**Description:** Delete a SSO Identity Provider identified by its ID.
**Operation ID:** delete-identity-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted SSO Identity Provider
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/sso-idps/{id}'"
```
### PATCH ‘/api/v1/sso-idps/{id}’
[Section titled “PATCH ‘/api/v1/sso-idps/{id}’”](#patch-apiv1sso-idpsid)
**Summary:** Patch a SSO Identity Provider
**Description:** Patch a SSO Identity Provider identified by its ID.
**Operation ID:** patch-identity-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** SSOIdentityProviderPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched SSO Identity Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/sso-idps/{id}'"
```
### GET /api/v1/sso-idps
[Section titled “GET /api/v1/sso-idps”](#get-apiv1sso-idps)
**Summary:** Get a page of SSO Identity Providers
**Description:** Get a page of SSO Identity Providers.
**Operation ID:** get-identity-providers
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of SSO Identity Providers
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/sso-idps"
```
### POST /api/v1/sso-idps
[Section titled “POST /api/v1/sso-idps”](#post-apiv1sso-idps)
**Summary:** Create a SSO Identity Provider
**Description:** Create a SSO Identity Provider.
**Operation ID:** post-identity-provider
**Request Body:** SSOIdentityProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created SSO Identity Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/sso-idps"
```
### PUT /api/v1/sso-idps
[Section titled “PUT /api/v1/sso-idps”](#put-apiv1sso-idps)
**Summary:** Update a SSO Identity Provider
**Description:** Update a SSO Identity Provider.
**Operation ID:** put-identity-provider
**Request Body:** SSOIdentityProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated SSO Identity Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/sso-idps"
```
## Standalone Certificate Authority
[Section titled “Standalone Certificate Authority”](#standalone-certificate-authority)
### DELETE ‘/api/v1/certificate-authorities/{id}’
[Section titled “DELETE ‘/api/v1/certificate-authorities/{id}’”](#delete-apiv1certificate-authoritiesid)
**Summary:** Delete a Standalone Certificate Authority
**Description:** Delete a Standalone Certificate Authority identified by its ID.
**Operation ID:** delete-standalone-certificate-authority
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Standalone Certificate Authority
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/certificate-authorities/{id}'"
```
### GET ‘/api/v1/certificate-authorities/{id}’
[Section titled “GET ‘/api/v1/certificate-authorities/{id}’”](#get-apiv1certificate-authoritiesid)
**Summary:** Get a Standalone Certificate Authority
**Description:** Get a Standalone Certificate Authority identified by its ID.
**Operation ID:** get-standalone-certificate-authority
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Standalone Certificate Authority
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/certificate-authorities/{id}'"
```
### PATCH ‘/api/v1/certificate-authorities/{id}’
[Section titled “PATCH ‘/api/v1/certificate-authorities/{id}’”](#patch-apiv1certificate-authoritiesid)
**Summary:** Patch a Standalone Certificate Authority
**Description:** Patch a Standalone Certificate Authority identified by its ID.
**Operation ID:** patch-standalone-certificate-authority
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** StandaloneCertificatePatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Standalone Certificate Authority
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/certificate-authorities/{id}'"
```
### GET /api/v1/certificate-authorities
[Section titled “GET /api/v1/certificate-authorities”](#get-apiv1certificate-authorities)
**Summary:** Get a page of Standalone Certificate Authorities
**Description:** Get a page of Standalone Certificate Authorities.
**Operation ID:** get-standalone-certificate-authorities
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Standalone Certificate Authorities
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/certificate-authorities"
```
### POST /api/v1/certificate-authorities
[Section titled “POST /api/v1/certificate-authorities”](#post-apiv1certificate-authorities)
**Summary:** Create a Standalone Certificate Authority
**Description:** Create a Standalone Certificate Authority.
**Operation ID:** post-standalone-certificate-authority
**Request Body:** StandaloneCertificateDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Standalone Certificate Authority
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/certificate-authorities"
```
### PUT /api/v1/certificate-authorities
[Section titled “PUT /api/v1/certificate-authorities”](#put-apiv1certificate-authorities)
**Summary:** Update a Standalone Certificate Authority
**Description:** Update a Standalone Certificate Authority.
**Operation ID:** put-standalone-certificate-authority
**Request Body:** StandaloneCertificateDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Standalone Certificate Authority
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/certificate-authorities"
```
## Standalone TLS Decrypt
[Section titled “Standalone TLS Decrypt”](#standalone-tls-decrypt)
### GET ‘/api/v1/certificate-authorities/{id}/root-ca’
[Section titled “GET ‘/api/v1/certificate-authorities/{id}/root-ca’”](#get-apiv1certificate-authoritiesidroot-ca)
**Summary:** Download Standalone Root CA Certificate
**Description:** Download the Standalone Root CA Certificate. This CA Certificate can be used for TLS verification when utilizing the Aembit TLS Decrypt feature.
**Operation ID:** standalone-root-ca
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: OK
* Content-Type: application/x-pem-file
* Schema: string (binary)
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/certificate-authorities/{id}/root-ca'"
```
## TLS Decrypt
[Section titled “TLS Decrypt”](#tls-decrypt)
### GET /api/v1/root-ca
[Section titled “GET /api/v1/root-ca”](#get-apiv1root-ca)
**Summary:** Download Tenant Root CA Certificate
**Description:** Download the Tenant Root CA Certificate. This CA Certificate can be used for TLS verification when utilizing the Aembit TLS Decrypt feature.
**Operation ID:** root-ca
**Responses:**
* **‘200’**: OK
* Content-Type: application/x-pem-file
* Schema: string (binary)
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/root-ca"
```
## Trust Provider
[Section titled “Trust Provider”](#trust-provider)
### GET /api/v1/trust-providers
[Section titled “GET /api/v1/trust-providers”](#get-apiv1trust-providers)
**Summary:** Get a page of Trust Providers
**Description:** Get a page of Trust Providers.
**Operation ID:** get-trust-providers
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
* **active** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Trust Providers
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/trust-providers"
```
### POST /api/v1/trust-providers
[Section titled “POST /api/v1/trust-providers”](#post-apiv1trust-providers)
**Summary:** Create a Trust Provider
**Description:** Create a Trust Provider.
**Operation ID:** post-trust-provider
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** TrustProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Created Trust Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/trust-providers"
```
### PUT /api/v1/trust-providers
[Section titled “PUT /api/v1/trust-providers”](#put-apiv1trust-providers)
**Summary:** Update a Trust Provider
**Description:** Update a Trust Provider.
**Operation ID:** put-trust-provider
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** TrustProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Trust Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/trust-providers"
```
### GET ‘/api/v1/trust-providers/{id}’
[Section titled “GET ‘/api/v1/trust-providers/{id}’”](#get-apiv1trust-providersid)
**Summary:** Get a Trust Provider
**Description:** Get a Trust Provider identified by its ID.
**Operation ID:** get-trust-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Trust Provider
* Content-Type: application/json
* Schema: any
* **‘204’**: Trust Provider Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/trust-providers/{id}'"
```
### DELETE ‘/api/v1/trust-providers/{id}’
[Section titled “DELETE ‘/api/v1/trust-providers/{id}’”](#delete-apiv1trust-providersid)
**Summary:** Delete a Trust Provider
**Description:** Delete a Trust Provider identified by its ID.
**Operation ID:** delete-trust-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Trust Provider
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/trust-providers/{id}'"
```
### PATCH ‘/api/v1/trust-providers/{id}’
[Section titled “PATCH ‘/api/v1/trust-providers/{id}’”](#patch-apiv1trust-providersid)
**Summary:** Patch a Trust Provider
**Description:** Patch a Trust Provider.
**Operation ID:** patch-trust-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** TrustProviderPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Trust Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/trust-providers/{id}'"
```
## User
[Section titled “User”](#user)
### GET /api/v1/users
[Section titled “GET /api/v1/users”](#get-apiv1users)
**Summary:** Get a page of Users
**Description:** Get a page of Users.
**Operation ID:** get-users
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Users
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/users"
```
### POST /api/v1/users
[Section titled “POST /api/v1/users”](#post-apiv1users)
**Summary:** Create a User
**Description:** Create a User.
**Operation ID:** post-user
**Request Body:** UserDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created User
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/users"
```
### PATCH ‘/api/v1/users/{id}’
[Section titled “PATCH ‘/api/v1/users/{id}’”](#patch-apiv1usersid)
**Summary:** Patch a User
**Description:** Patch a User identified by its ID.
**Operation ID:** patch-user
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** UserPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched User
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/users/{id}'"
```
### GET ‘/api/v1/users/{id}’
[Section titled “GET ‘/api/v1/users/{id}’”](#get-apiv1usersid)
**Summary:** Get a User
**Description:** Get a User identified by its ID.
**Operation ID:** get-user
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘201’**: User
* Content-Type: application/json
* Schema: any
* **‘204’**: User Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/users/{id}'"
```
### PUT ‘/api/v1/users/{id}’
[Section titled “PUT ‘/api/v1/users/{id}’”](#put-apiv1usersid)
**Summary:** Update a User
**Description:** Update a User.
**Operation ID:** put-user
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** UserDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: User
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/users/{id}'"
```
### DELETE ‘/api/v1/users/{id}’
[Section titled “DELETE ‘/api/v1/users/{id}’”](#delete-apiv1usersid)
**Summary:** Delete a User
**Description:** Delete a User identified by its ID.
**Operation ID:** delete-user
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted User
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/users/{id}'"
```
### POST ‘/api/v1/users/{id}/unlock’
[Section titled “POST ‘/api/v1/users/{id}/unlock’”](#post-apiv1usersidunlock)
**Summary:** Unlock a User
**Description:** Unlock a User identified by its ID.
**Operation ID:** post-user-unlock
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Successfully unlocked User
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
"https://your-tenant.aembit.io'/api/v1/users/{id}/unlock'"
```
## Server Workload
[Section titled “Server Workload”](#server-workload)
### POST /api/v1/server-workloads
[Section titled “POST /api/v1/server-workloads”](#post-apiv1server-workloads)
**Summary:** Create a Server Workload
**Description:** Create a Server Workload.
**Operation ID:** post-server-workload
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** ServerWorkloadExternalDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘204’**: Created Server Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/server-workloads"
```
### PUT /api/v1/server-workloads
[Section titled “PUT /api/v1/server-workloads”](#put-apiv1server-workloads)
**Summary:** Update a Server Workload
**Description:** Update a Server Workload.
**Operation ID:** put-server-workload
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** ServerWorkloadExternalDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Server Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/server-workloads"
```
### GET /api/v1/server-workloads
[Section titled “GET /api/v1/server-workloads”](#get-apiv1server-workloads)
**Summary:** Get a page of Server Workloads
**Description:** Get a page of Server Workloads.
**Operation ID:** get-server-workloads
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Server Workloads
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/server-workloads"
```
### PATCH ‘/api/v1/server-workloads/{id}’
[Section titled “PATCH ‘/api/v1/server-workloads/{id}’”](#patch-apiv1server-workloadsid)
**Summary:** Patch a Server Workload
**Description:** Patch a Server Workload.
**Operation ID:** patch-server-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** EntityPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Server Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/server-workloads/{id}'"
```
### GET ‘/api/v1/server-workloads/{id}’
[Section titled “GET ‘/api/v1/server-workloads/{id}’”](#get-apiv1server-workloadsid)
**Summary:** Get a Server Workload
**Description:** Get a Server Workload identified by its ID.
**Operation ID:** get-server-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Server Workload
* Content-Type: application/json
* Schema: any
* **‘204’**: Server Workload Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/server-workloads/{id}'"
```
### DELETE ‘/api/v1/server-workloads/{id}’
[Section titled “DELETE ‘/api/v1/server-workloads/{id}’”](#delete-apiv1server-workloadsid)
**Summary:** Delete a Server Workload
**Description:** Delete a Server Workload identified by its ID.
**Operation ID:** delete-server-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Server Workload
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/server-workloads/{id}'"
```
## Client Workload
[Section titled “Client Workload”](#client-workload)
### POST /api/v1/client-workloads
[Section titled “POST /api/v1/client-workloads”](#post-apiv1client-workloads)
**Summary:** Create a Client Workload
**Description:** Create a Client Workload.
**Operation ID:** post-client-workload
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** ClientWorkloadExternalDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘204’**: Created Client Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/client-workloads"
```
### PUT /api/v1/client-workloads
[Section titled “PUT /api/v1/client-workloads”](#put-apiv1client-workloads)
**Summary:** Update a Client Workload
**Description:** Update a Client Workload.
**Operation ID:** put-client-workload
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** ClientWorkloadExternalDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Client Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/client-workloads"
```
### GET /api/v1/client-workloads
[Section titled “GET /api/v1/client-workloads”](#get-apiv1client-workloads)
**Summary:** Get a page of Client Workloads
**Description:** Get a page of Client Workloads.
**Operation ID:** get-client-workloads
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Client Workloads
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/client-workloads"
```
### PATCH ‘/api/v1/client-workloads/{id}’
[Section titled “PATCH ‘/api/v1/client-workloads/{id}’”](#patch-apiv1client-workloadsid)
**Summary:** Patch a Client Workload
**Description:** Patch a Client Workload.
**Operation ID:** patch-client-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** ClientWorkloadPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Client Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/client-workloads/{id}'"
```
### GET ‘/api/v1/client-workloads/{id}’
[Section titled “GET ‘/api/v1/client-workloads/{id}’”](#get-apiv1client-workloadsid)
**Summary:** Get a Client Workload
**Description:** Get a Client Workload identified by its ID.
**Operation ID:** get-client-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Client Workload
* Content-Type: application/json
* Schema: any
* **‘204’**: Client Workload Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/client-workloads/{id}'"
```
### DELETE ‘/api/v1/client-workloads/{id}’
[Section titled “DELETE ‘/api/v1/client-workloads/{id}’”](#delete-apiv1client-workloadsid)
**Summary:** Delete a Client Workload
**Description:** Delete a Client Workload identified by its ID.
**Operation ID:** delete-client-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Client Workload
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/client-workloads/{id}'"
```
### GET /api/v1/client-workloads/identifiers
[Section titled “GET /api/v1/client-workloads/identifiers”](#get-apiv1client-workloadsidentifiers)
**Summary:** Get Client Identifier List
**Description:** Get list of client identifier objects
**Operation ID:** get-client-identifiers
**Responses:**
* **‘200’**: Client Identifiers
* Content-Type: application/json
* Schema: Array
* **‘204’**: Client Identifiers Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/client-workloads/identifiers"
```
# Aembit Cloud API - Full Reference
> Complete API reference including endpoints and schemas for Aembit Cloud API
# Aembit Cloud API
[Section titled “Aembit Cloud API”](#aembit-cloud-api)
**Version:** v1
## Base URL
[Section titled “Base URL”](#base-url)
https\://{tenant}.aembit.io
***
# Aembit Cloud API - API Endpoints
[Section titled “Aembit Cloud API - API Endpoints”](#aembit-cloud-api---api-endpoints)
**Version:** v1
**Base URL:** https\://{tenant}.aembit.io
## Access Condition
[Section titled “Access Condition”](#access-condition)
### GET /api/v1/access-conditions
[Section titled “GET /api/v1/access-conditions”](#get-apiv1access-conditions)
**Summary:** Get a page of Access Conditions
**Description:** Retrieve a page of Aembit Access Conditions.
**Operation ID:** get-access-conditions
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Access Conditions
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/access-conditions"
```
### POST /api/v1/access-conditions
[Section titled “POST /api/v1/access-conditions”](#post-apiv1access-conditions)
**Summary:** Create an Access Condition
**Description:** Create an Aembit Access Condition which can then be associated with an Access Policy.
**Operation ID:** post-access-condition
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** AccessConditionDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Successfully created Access Condition
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/access-conditions"
```
### PUT /api/v1/access-conditions
[Section titled “PUT /api/v1/access-conditions”](#put-apiv1access-conditions)
**Summary:** Update a single Access Condition
**Description:** Update a specific Access Condition identified by its ID.
**Operation ID:** put-access-condition
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** AccessConditionDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Successfully updated Access Condition
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/access-conditions"
```
### GET ‘/api/v1/access-conditions/{id}’
[Section titled “GET ‘/api/v1/access-conditions/{id}’”](#get-apiv1access-conditionsid)
**Summary:** Get the identified Access Condition
**Description:** Get the Access Condition identified by its ID.
**Operation ID:** get-access-condition
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Condition
* Content-Type: application/json
* Schema: any
* **‘204’**: Access Condition Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/access-conditions/{id}'"
```
### DELETE ‘/api/v1/access-conditions/{id}’
[Section titled “DELETE ‘/api/v1/access-conditions/{id}’”](#delete-apiv1access-conditionsid)
**Summary:** Delete a single Access Condition
**Description:** Delete a specific Access Condition identified by its ID.
**Operation ID:** delete-access-condition
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Deleted the Access Condition
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/access-conditions/{id}'"
```
### PATCH ‘/api/v1/access-conditions/{id}’
[Section titled “PATCH ‘/api/v1/access-conditions/{id}’”](#patch-apiv1access-conditionsid)
**Summary:** Patch a single Access Condition
**Description:** Patch a specific Access Condition identified by its ID.
**Operation ID:** patch-access-condition
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** AccessConditionPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Successfully updated Access Condition
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/access-conditions/{id}'"
```
## Access Policy (Deprecated)
[Section titled “Access Policy (Deprecated)”](#access-policy-deprecated)
### GET ‘/api/v1/access-policies/{id}’
[Section titled “GET ‘/api/v1/access-policies/{id}’”](#get-apiv1access-policiesid)
**Summary:** Get the identified Access Policy
**Description:** Get the Access Policy identified by its ID.
**Operation ID:** get-access-policy
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Policy
* Content-Type: application/json
* Schema: any
* **‘204’**: Access Policy Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/access-policies/{id}'"
```
### DELETE ‘/api/v1/access-policies/{id}’
[Section titled “DELETE ‘/api/v1/access-policies/{id}’”](#delete-apiv1access-policiesid)
**Summary:** Delete an Access Policy
**Description:** Delete an Access Policy.
**Operation ID:** delete-access-policy
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Deleted the Access Policy
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/access-policies/{id}'"
```
### PATCH ‘/api/v1/access-policies/{id}’
[Section titled “PATCH ‘/api/v1/access-policies/{id}’”](#patch-apiv1access-policiesid)
**Summary:** Patch an Access Policy
**Description:** Patch an Access Policy.
**Operation ID:** patch-access-policy
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** PolicyPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/access-policies/{id}'"
```
### GET ‘/api/v1/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}’
[Section titled “GET ‘/api/v1/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}’”](#get-apiv1access-policiesgetbyworkloadidsclientworkloadidserverworkloadid)
**Summary:** Get the identified Access Policy
**Description:** Get the Access Policy identified by a Client and Server Workload.
**Operation ID:** get-access-policy-by-workloads
**Parameters:**
* **clientWorkloadId** (undefined) *(optional)*: any
* **serverWorkloadId** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}'"
```
### GET /api/v1/access-policies
[Section titled “GET /api/v1/access-policies”](#get-apiv1access-policies)
**Summary:** Get a page of Access Policies
**Description:** Retrieve a page of Access Policies.
**Operation ID:** get-access-policies
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Access Policies
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/access-policies"
```
### POST /api/v1/access-policies
[Section titled “POST /api/v1/access-policies”](#post-apiv1access-policies)
**Summary:** Create an Access Policy
**Description:** Create an Access Policy.
**Operation ID:** post-access-policy
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** PolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Created Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/access-policies"
```
### PUT /api/v1/access-policies
[Section titled “PUT /api/v1/access-policies”](#put-apiv1access-policies)
**Summary:** Update an Access Policy
**Description:** Update an Access Policy.
**Operation ID:** put-access-policy
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** PolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/access-policies"
```
### POST ‘/api/v1/access-policies/{id}/notes’
[Section titled “POST ‘/api/v1/access-policies/{id}/notes’”](#post-apiv1access-policiesidnotes)
**Summary:** Add a note to an Access Policy
**Description:** Add a note to an Access Policy.
**Operation ID:** post-access-policy-note
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** PolicyNoteDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Note added to an Access Policy
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/access-policies/{id}/notes'"
```
## Access Policy v2
[Section titled “Access Policy v2”](#access-policy-v2)
### GET ‘/api/v2/access-policies/{id}’
[Section titled “GET ‘/api/v2/access-policies/{id}’”](#get-apiv2access-policiesid)
**Summary:** Get the identified Access Policy
**Description:** Get the Access Policy identified by its ID.
**Operation ID:** get-access-policy-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Policy
* Content-Type: application/json
* Schema: any
* **‘204’**: Access Policy Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}'"
```
### DELETE ‘/api/v2/access-policies/{id}’
[Section titled “DELETE ‘/api/v2/access-policies/{id}’”](#delete-apiv2access-policiesid)
**Summary:** Delete an Access Policy
**Description:** Delete an Access Policy.
**Operation ID:** delete-access-policy-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Deleted the Access Policy
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}'"
```
### PATCH ‘/api/v2/access-policies/{id}’
[Section titled “PATCH ‘/api/v2/access-policies/{id}’”](#patch-apiv2access-policiesid)
**Summary:** Patch an Access Policy
**Description:** Patch an Access Policy.
**Operation ID:** patch-access-policy-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** PatchPolicyV2DTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}'"
```
### GET ‘/api/v2/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}’
[Section titled “GET ‘/api/v2/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}’”](#get-apiv2access-policiesgetbyworkloadidsclientworkloadidserverworkloadid)
**Summary:** Get the identified Access Policy
**Description:** Get the Access Policy identified by a Client and Server Workload.
**Operation ID:** get-access-policy-by-workloads-v2
**Parameters:**
* **clientWorkloadId** (undefined) *(optional)*: any
* **serverWorkloadId** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/access-policies/getByWorkloadIds/{clientWorkloadId}/{serverWorkloadId}'"
```
### GET /api/v2/access-policies
[Section titled “GET /api/v2/access-policies”](#get-apiv2access-policies)
**Summary:** Get a page of Access Policies
**Description:** Retrieve a page of Access Policies.
**Operation ID:** get-access-policies-v2
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
* **query** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Access Policies
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v2/access-policies"
```
### POST /api/v2/access-policies
[Section titled “POST /api/v2/access-policies”](#post-apiv2access-policies)
**Summary:** Create an Access Policy
**Description:** Create an Access Policy.
**Operation ID:** post-access-policy-v2
**Request Body:** CreatePolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Created Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v2/access-policies"
```
### PUT /api/v2/access-policies
[Section titled “PUT /api/v2/access-policies”](#put-apiv2access-policies)
**Summary:** Update an Access Policy
**Description:** Update an Access Policy.
**Operation ID:** put-access-policy-v2
**Request Body:** CreatePolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Access Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v2/access-policies"
```
### POST ‘/api/v2/access-policies/{id}/notes’
[Section titled “POST ‘/api/v2/access-policies/{id}/notes’”](#post-apiv2access-policiesidnotes)
**Summary:** Add a note to an Access Policy
**Description:** Add a note to an Access Policy.
**Operation ID:** post-access-policy-note-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** PolicyNoteDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Note added to an Access Policy
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}/notes'"
```
### GET ‘/api/v2/access-policies/{id}/notes’
[Section titled “GET ‘/api/v2/access-policies/{id}/notes’”](#get-apiv2access-policiesidnotes)
**Summary:** Gets notes for an Access Policy
**Description:** Retrieves note information for an Access Policy.
**Operation ID:** get-access-policy-notes-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Access Policy Notes
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}/notes'"
```
### GET ‘/api/v2/access-policies/{id}/credential-mappings’
[Section titled “GET ‘/api/v2/access-policies/{id}/credential-mappings’”](#get-apiv2access-policiesidcredential-mappings)
**Summary:** Gets a credential mappings of Access Policy
**Description:** Retrieves credential mappings of Access Policy.
**Operation ID:** get-access-policy-credential-mappings-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Credential Mappings
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/access-policies/{id}/credential-mappings'"
```
## Agent Controller
[Section titled “Agent Controller”](#agent-controller)
### GET /api/v1/agent-controllers
[Section titled “GET /api/v1/agent-controllers”](#get-apiv1agent-controllers)
**Summary:** Get a page of Agent Controllers
**Description:** Get a page of Agent Controllers.
**Operation ID:** get-agent-controllers
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
* **check-tls-type** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Agent Controllers
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/agent-controllers"
```
### POST /api/v1/agent-controllers
[Section titled “POST /api/v1/agent-controllers”](#post-apiv1agent-controllers)
**Summary:** Create an Agent Controller
**Description:** Create an Agent Controller.
**Operation ID:** post-agent-controller
**Request Body:** AgentControllerDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Agent Controller
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/agent-controllers"
```
### PUT /api/v1/agent-controllers
[Section titled “PUT /api/v1/agent-controllers”](#put-apiv1agent-controllers)
**Summary:** Update an Agent Controller
**Description:** Update an Agent Controller.
**Operation ID:** put-agent-controller
**Request Body:** AgentControllerDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Agent Controller
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/agent-controllers"
```
### GET ‘/api/v1/agent-controllers/{id}’
[Section titled “GET ‘/api/v1/agent-controllers/{id}’”](#get-apiv1agent-controllersid)
**Summary:** Get an Agent Controller
**Description:** Get an Agent Controller identified by its ID.
**Operation ID:** get-agent-controller
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Agent Controller
* Content-Type: application/json
* Schema: any
* **‘204’**: Agent Controller Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/agent-controllers/{id}'"
```
### PATCH ‘/api/v1/agent-controllers/{id}’
[Section titled “PATCH ‘/api/v1/agent-controllers/{id}’”](#patch-apiv1agent-controllersid)
**Summary:** Patch an Agent Controller
**Description:** Patch an Agent Controller identified by its ID.
**Operation ID:** patch-agent-controller
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** AgentControllerPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Agent Controller
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/agent-controllers/{id}'"
```
### DELETE ‘/api/v1/agent-controllers/{id}’
[Section titled “DELETE ‘/api/v1/agent-controllers/{id}’”](#delete-apiv1agent-controllersid)
**Summary:** Delete an Agent Controller
**Description:** Delete an Agent Controller identified by its ID.
**Operation ID:** delete-agent-controller
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘201’**: Successfully deleted Agent Controller
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/agent-controllers/{id}'"
```
### POST ‘/api/v1/agent-controllers/{agentControllerExternalId}/device-code’
[Section titled “POST ‘/api/v1/agent-controllers/{agentControllerExternalId}/device-code’”](#post-apiv1agent-controllersagentcontrollerexternaliddevice-code)
**Summary:** Generate a Device Code for an Agent Controller
**Description:** Generate a Device Code for an Agent Controller.
**Operation ID:** post-agent-controller-device-code
**Parameters:**
* **agentControllerExternalId** (undefined) *(optional)*: any
**Responses:**
* **‘201’**: Agent Controller Device Code
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
"https://your-tenant.aembit.io'/api/v1/agent-controllers/{agentControllerExternalId}/device-code'"
```
## Audit Log
[Section titled “Audit Log”](#audit-log)
### GET /api/v1/audit-logs
[Section titled “GET /api/v1/audit-logs”](#get-apiv1audit-logs)
**Summary:** Get a page of Audit Log events
**Description:** Get a page of Audit Log events.
**Operation ID:** get-audit-logs
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **search** (undefined) *(optional)*: any
* **span-last-days** (undefined) *(optional)*: any
* **category** (undefined) *(optional)*: any
* **severity** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Audit Logs
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/audit-logs"
```
### GET ‘/api/v1/audit-logs/{id}’
[Section titled “GET ‘/api/v1/audit-logs/{id}’”](#get-apiv1audit-logsid)
**Summary:** Get an Audit Log event
**Description:** Get an Audit Log event identified by its ID.
**Operation ID:** get-audit-log
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Audit Log
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/audit-logs/{id}'"
```
## Access Authorization Event
[Section titled “Access Authorization Event”](#access-authorization-event)
### GET /api/v1/authorization-events
[Section titled “GET /api/v1/authorization-events”](#get-apiv1authorization-events)
**Summary:** Get a page of Access Authorization Events
**Description:** Get a page of Access Authorization Events.
**Operation ID:** get-access-authorization-events
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **search** (undefined) *(optional)*: any
* **span-last-hours** (undefined) *(optional)*: any
* **severity** (undefined) *(optional)*: any
* **event-type** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Access Authorization Events
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/authorization-events"
```
### GET ‘/api/v1/authorization-events/{id}’
[Section titled “GET ‘/api/v1/authorization-events/{id}’”](#get-apiv1authorization-eventsid)
**Summary:** Get an Access Authorization Event
**Description:** Get an Access Authorization Event identified by its ID.
**Operation ID:** get-access-authorization-event
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Access Authorization Event
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/authorization-events/{id}'"
```
## Compliance
[Section titled “Compliance”](#compliance)
### GET /api/v1/compliance-settings
[Section titled “GET /api/v1/compliance-settings”](#get-apiv1compliance-settings)
**Summary:** Gets global compliance settings
**Description:** Gets global compliance settings which control the rules for creating access policy and other entities
**Operation ID:** get-compliance-settings
**Responses:**
* **‘200’**: A list of compliance settings
* Content-Type: application/json
* Schema: Array
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/compliance-settings"
```
### PUT /api/v1/compliance-settings
[Section titled “PUT /api/v1/compliance-settings”](#put-apiv1compliance-settings)
**Summary:** Updates a global compliance setting
**Description:** Updates a global compliance setting
**Operation ID:** update-compliance-setting
**Request Body:** SettingDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Successfully updated a compliance setting
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/compliance-settings"
```
## Credential Provider (Deprecated)
[Section titled “Credential Provider (Deprecated)”](#credential-provider-deprecated)
### GET ‘/api/v1/credential-providers/{id}’
[Section titled “GET ‘/api/v1/credential-providers/{id}’”](#get-apiv1credential-providersid)
**Summary:** Get a Credential Provider
**Description:** Get a Credential Provider identified by its ID.
**Operation ID:** get-credential-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Credential Provider
* Content-Type: application/json
* Schema: any
* **‘204’**: Credential Provider Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/credential-providers/{id}'"
```
### DELETE ‘/api/v1/credential-providers/{id}’
[Section titled “DELETE ‘/api/v1/credential-providers/{id}’”](#delete-apiv1credential-providersid)
**Summary:** Delete a Credential Provider
**Description:** Delete a Credential Provider identified by its ID.
**Operation ID:** delete-credential-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Deleted Credential Provider
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/credential-providers/{id}'"
```
### PATCH ‘/api/v1/credential-providers/{id}’
[Section titled “PATCH ‘/api/v1/credential-providers/{id}’”](#patch-apiv1credential-providersid)
**Summary:** Patch a Credential Provider
**Description:** Patch a Credential Provider.
**Operation ID:** patch-credential-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Patched Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/credential-providers/{id}'"
```
### GET ‘/api/v1/credential-providers/{id}/authorize’
[Section titled “GET ‘/api/v1/credential-providers/{id}/authorize’”](#get-apiv1credential-providersidauthorize)
**Summary:** Get a Credential Provider Authorization URL
**Description:** Get a Credential Provider Authorization URL identified by the Credential Provider ID.
**Operation ID:** get-credential-provider-authorization
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘302’**: Redirects to the Credential Provider Authorization URL
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/credential-providers/{id}/authorize'"
```
### GET /api/v1/credential-providers
[Section titled “GET /api/v1/credential-providers”](#get-apiv1credential-providers)
**Summary:** Get a page of Credential Providers
**Description:** Get a page of Credential Providers.
**Operation ID:** get-credential-providers
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Credential Providers
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/credential-providers"
```
### POST /api/v1/credential-providers
[Section titled “POST /api/v1/credential-providers”](#post-apiv1credential-providers)
**Summary:** Create a Credential Provider
**Description:** Create a Credential Provider.
**Operation ID:** post-credential-provider
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/credential-providers"
```
### PUT /api/v1/credential-providers
[Section titled “PUT /api/v1/credential-providers”](#put-apiv1credential-providers)
**Summary:** Update a Credential Provider
**Description:** Update a Credential Provider.
**Operation ID:** put-credential-provider
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Updated Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/credential-providers"
```
### GET ‘/api/v1/credential-providers/{id}/verification’
[Section titled “GET ‘/api/v1/credential-providers/{id}/verification’”](#get-apiv1credential-providersidverification)
**Summary:** Verify the Credential Provider
**Description:** Verify the Credential Provider will successfully return a credential.
**Operation ID:** get-credential-provider-verification
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Details on the verification of a Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/credential-providers/{id}/verification'"
```
## Credential Provider Integration
[Section titled “Credential Provider Integration”](#credential-provider-integration)
### GET ‘/api/v1/credential-integrations/{id}’
[Section titled “GET ‘/api/v1/credential-integrations/{id}’”](#get-apiv1credential-integrationsid)
**Summary:** Get a Credential Provider Integration
**Description:** Get a Credential Provider Integration identified by its ID.
**Operation ID:** get-credential-provider-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Credential Provider Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/credential-integrations/{id}'"
```
### DELETE ‘/api/v1/credential-integrations/{id}’
[Section titled “DELETE ‘/api/v1/credential-integrations/{id}’”](#delete-apiv1credential-integrationsid)
**Summary:** Delete a Credential Provider Integration
**Description:** Delete a Credential Provider Integration identified by its ID.
**Operation ID:** delete-credential-provider-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Credential Provider Integration
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/credential-integrations/{id}'"
```
### PATCH ‘/api/v1/credential-integrations/{id}’
[Section titled “PATCH ‘/api/v1/credential-integrations/{id}’”](#patch-apiv1credential-integrationsid)
**Summary:** Patch a Credential Provider Integration
**Description:** Patch a Credential Provider Integration identified by its ID.
**Operation ID:** patch-credential-provider-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** CredentialProviderIntegrationPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Credential Provider Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/credential-integrations/{id}'"
```
### GET /api/v1/credential-integrations
[Section titled “GET /api/v1/credential-integrations”](#get-apiv1credential-integrations)
**Summary:** Get a page of Credential Provider Integrations
**Description:** Get a page of Credential Provider Integrations.
**Operation ID:** get-credential-provider-integrations
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Credential Provider Integrations
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/credential-integrations"
```
### POST /api/v1/credential-integrations
[Section titled “POST /api/v1/credential-integrations”](#post-apiv1credential-integrations)
**Summary:** Create a Credential Provider Integration
**Description:** Create a Credential Provider Integration.
**Operation ID:** post-credential-provider-integration
**Request Body:** CredentialProviderIntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Credential Provider Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/credential-integrations"
```
### PUT /api/v1/credential-integrations
[Section titled “PUT /api/v1/credential-integrations”](#put-apiv1credential-integrations)
**Summary:** Update a Credential Provider Integration
**Description:** Update a Credential Provider Integration.
**Operation ID:** put-credential-provider-integration
**Request Body:** CredentialProviderIntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Credential Provider Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/credential-integrations"
```
### GET ‘/api/v1/credential-integrations/list/{type}’
[Section titled “GET ‘/api/v1/credential-integrations/list/{type}’”](#get-apiv1credential-integrationslisttype)
**Summary:** Get a list of Credential Provider Integrations by type
**Description:** Get a list of Credential Provider Integrations by type. The most common usage is to populate a dropdown or selection list in the UI.
**Operation ID:** get-credential-provider-integration-list
**Parameters:**
* **type** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: List of Credential Provider Integrations
* Content-Type: application/json
* Schema: Array
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/credential-integrations/list/{type}'"
```
## Credential Provider v2
[Section titled “Credential Provider v2”](#credential-provider-v2)
### POST /api/v2/credential-providers
[Section titled “POST /api/v2/credential-providers”](#post-apiv2credential-providers)
**Summary:** Create a Credential Provider
**Description:** Create a Credential Provider.
**Operation ID:** post-credential-provider2
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderV2DTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v2/credential-providers"
```
### PUT /api/v2/credential-providers
[Section titled “PUT /api/v2/credential-providers”](#put-apiv2credential-providers)
**Summary:** Update a Credential Provider
**Description:** Update a Credential Provider.
**Operation ID:** put-credential-provider2
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderV2DTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v2/credential-providers"
```
### GET /api/v2/credential-providers
[Section titled “GET /api/v2/credential-providers”](#get-apiv2credential-providers)
**Summary:** Get a page of Credential Providers
**Description:** Get a page of Credential Providers.
**Operation ID:** get-credential-providers-v2
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Credential Providers
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v2/credential-providers"
```
### GET ‘/api/v2/credential-providers/{id}’
[Section titled “GET ‘/api/v2/credential-providers/{id}’”](#get-apiv2credential-providersid)
**Summary:** Get a Credential Provider
**Description:** Get a Credential Provider identified by its ID.
**Operation ID:** get-credential-provider2
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Credential Provider
* Content-Type: application/json
* Schema: any
* **‘204’**: Credential Provider Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/credential-providers/{id}'"
```
### DELETE ‘/api/v2/credential-providers/{id}’
[Section titled “DELETE ‘/api/v2/credential-providers/{id}’”](#delete-apiv2credential-providersid)
**Summary:** Delete a Credential Provider
**Description:** Delete a Credential Provider identified by its ID.
**Operation ID:** delete-credential-provider2
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Deleted Credential Provider
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v2/credential-providers/{id}'"
```
### PATCH ‘/api/v2/credential-providers/{id}’
[Section titled “PATCH ‘/api/v2/credential-providers/{id}’”](#patch-apiv2credential-providersid)
**Summary:** Patch a Credential Provider
**Description:** Patch a Credential Provider.
**Operation ID:** patch-credential-provider-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** CredentialProviderPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v2/credential-providers/{id}'"
```
### GET ‘/api/v2/credential-providers/{id}/verification’
[Section titled “GET ‘/api/v2/credential-providers/{id}/verification’”](#get-apiv2credential-providersidverification)
**Summary:** Verify the Credential Provider
**Description:** Verify the Credential Provider will successfully return a credential.
**Operation ID:** get-credential-provider-verification-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Details on the verification of a Credential Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/credential-providers/{id}/verification'"
```
### GET ‘/api/v2/credential-providers/{id}/authorize’
[Section titled “GET ‘/api/v2/credential-providers/{id}/authorize’”](#get-apiv2credential-providersidauthorize)
**Summary:** Get a Credential Provider Authorization URL
**Description:** Get a Credential Provider Authorization URL identified by the Credential Provider ID.
**Operation ID:** get-credential-provider-authorization-v2
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘302’**: Redirects to the Credential Provider Authorization URL
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v2/credential-providers/{id}/authorize'"
```
## DiscoveryIntegration
[Section titled “DiscoveryIntegration”](#discoveryintegration)
### GET /api/v1/discovery-integrations
[Section titled “GET /api/v1/discovery-integrations”](#get-apiv1discovery-integrations)
**Summary:** Get a page of Integrations
**Description:** Get a page of Integrations.
**Operation ID:** get-discovery-integrations
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Integrations
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/discovery-integrations"
```
### POST /api/v1/discovery-integrations
[Section titled “POST /api/v1/discovery-integrations”](#post-apiv1discovery-integrations)
**Summary:** Create an Integration
**Description:** Create an Integration.
**Operation ID:** post-discovery-integration
**Request Body:** DiscoveryIntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/discovery-integrations"
```
### PUT /api/v1/discovery-integrations
[Section titled “PUT /api/v1/discovery-integrations”](#put-apiv1discovery-integrations)
**Summary:** Update an Integration
**Description:** Update an Integration.
**Operation ID:** put-discovery-integration
**Request Body:** DiscoveryIntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/discovery-integrations"
```
### GET ‘/api/v1/discovery-integrations/{id}’
[Section titled “GET ‘/api/v1/discovery-integrations/{id}’”](#get-apiv1discovery-integrationsid)
**Summary:** Get an Integration
**Description:** Get an Integration.
**Operation ID:** get-discovery-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Integration
* Content-Type: application/json
* Schema: any
* **‘204’**: Integration Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/discovery-integrations/{id}'"
```
### DELETE ‘/api/v1/discovery-integrations/{id}’
[Section titled “DELETE ‘/api/v1/discovery-integrations/{id}’”](#delete-apiv1discovery-integrationsid)
**Summary:** Delete an Integration
**Description:** Delete an Integration as identified by its ID.
**Operation ID:** delete-discovery-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Successfully deleted Integration
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/discovery-integrations/{id}'"
```
### PATCH ‘/api/v1/discovery-integrations/{id}’
[Section titled “PATCH ‘/api/v1/discovery-integrations/{id}’”](#patch-apiv1discovery-integrationsid)
**Summary:** Patch an Integration
**Description:** Patch an Integration as identified by its ID.
**Operation ID:** patch-discovery-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** DiscoveryIntegrationPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/discovery-integrations/{id}'"
```
## DiscoveryServerWorkloadDraft
[Section titled “DiscoveryServerWorkloadDraft”](#discoveryserverworkloaddraft)
### GET ‘/api/alpha/server-workload-drafts/{id}’
[Section titled “GET ‘/api/alpha/server-workload-drafts/{id}’”](#get-apialphaserver-workload-draftsid)
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: OK
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/alpha/server-workload-drafts/{id}'"
```
## Workload Event
[Section titled “Workload Event”](#workload-event)
### GET /api/v1/workload-events
[Section titled “GET /api/v1/workload-events”](#get-apiv1workload-events)
**Summary:** Get a page of Workload Events
**Description:** Get a page of Workload Events.
**Operation ID:** get-workload-events
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **search** (undefined) *(optional)*: any
* **span-last-hours** (undefined) *(optional)*: any
* **application-protocol** (undefined) *(optional)*: any
* **severity** (undefined) *(optional)*: any
* **source-workload** (undefined) *(optional)*: any
* **target-workload** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Workload Events
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/workload-events"
```
### GET ‘/api/v1/workload-events/{id}’
[Section titled “GET ‘/api/v1/workload-events/{id}’”](#get-apiv1workload-eventsid)
**Summary:** Get a Workload Event
**Description:** Get a Workload Event.
**Operation ID:** get-workload-event
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Workload Event
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/workload-events/{id}'"
```
## Health
[Section titled “Health”](#health)
### GET /api/v1/health
[Section titled “GET /api/v1/health”](#get-apiv1health)
**Summary:** Aembit Cloud API Health
**Description:** Get the health of the Aembit Cloud API.
**Operation ID:** get-health
**Responses:**
* **‘200’**: API Health
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/health"
```
## Integration
[Section titled “Integration”](#integration)
### GET /api/v1/integrations
[Section titled “GET /api/v1/integrations”](#get-apiv1integrations)
**Summary:** Get a page of Integrations
**Description:** Get a page of Integrations.
**Operation ID:** get-integrations
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Integrations
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/integrations"
```
### POST /api/v1/integrations
[Section titled “POST /api/v1/integrations”](#post-apiv1integrations)
**Summary:** Create an Integration
**Description:** Create an Integration.
**Operation ID:** post-integration
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** IntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/integrations"
```
### PUT /api/v1/integrations
[Section titled “PUT /api/v1/integrations”](#put-apiv1integrations)
**Summary:** Update an Integration
**Description:** Update an Integration.
**Operation ID:** put-integration
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** IntegrationDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/integrations"
```
### GET ‘/api/v1/integrations/{id}’
[Section titled “GET ‘/api/v1/integrations/{id}’”](#get-apiv1integrationsid)
**Summary:** Get an Integration
**Description:** Get an Integration.
**Operation ID:** get-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Integration
* Content-Type: application/json
* Schema: any
* **‘204’**: Integration Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/integrations/{id}'"
```
### DELETE ‘/api/v1/integrations/{id}’
[Section titled “DELETE ‘/api/v1/integrations/{id}’”](#delete-apiv1integrationsid)
**Summary:** Delete an Integration
**Description:** Delete an Integration as identified by its ID.
**Operation ID:** delete-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Successfully deleted Integration
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/integrations/{id}'"
```
### PATCH ‘/api/v1/integrations/{id}’
[Section titled “PATCH ‘/api/v1/integrations/{id}’”](#patch-apiv1integrationsid)
**Summary:** Patch an Integration
**Description:** Patch an Integration as identified by its ID.
**Operation ID:** patch-integration
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** IntegrationPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Integration
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/integrations/{id}'"
```
## Log Stream
[Section titled “Log Stream”](#log-stream)
### GET /api/v1/log-streams
[Section titled “GET /api/v1/log-streams”](#get-apiv1log-streams)
**Summary:** Get a page of Log Streams
**Description:** Get a page of Log Streams.
**Operation ID:** get-log-streams
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Log Streams
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/log-streams"
```
### POST /api/v1/log-streams
[Section titled “POST /api/v1/log-streams”](#post-apiv1log-streams)
**Summary:** Create a Log Stream
**Description:** Create a Log Stream.
**Operation ID:** post-log-stream
**Request Body:** LogStreamDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Log Stream
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/log-streams"
```
### PUT /api/v1/log-streams
[Section titled “PUT /api/v1/log-streams”](#put-apiv1log-streams)
**Summary:** Update a Log Stream
**Description:** Update a Log Stream.
**Operation ID:** put-log-stream
**Request Body:** LogStreamDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Log Stream
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/log-streams"
```
### GET ‘/api/v1/log-streams/{id}’
[Section titled “GET ‘/api/v1/log-streams/{id}’”](#get-apiv1log-streamsid)
**Summary:** Get a Log Stream
**Description:** Get a Log Stream identified by its ID.
**Operation ID:** get-log-stream
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Log Stream
* Content-Type: application/json
* Schema: any
* **‘204’**: Log Stream Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/log-streams/{id}'"
```
### DELETE ‘/api/v1/log-streams/{id}’
[Section titled “DELETE ‘/api/v1/log-streams/{id}’”](#delete-apiv1log-streamsid)
**Summary:** Delete a Log Stream
**Description:** Delete a Log Stream identified by its ID.
**Operation ID:** delete-log-stream
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Log Stream
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/log-streams/{id}'"
```
### PATCH ‘/api/v1/log-streams/{id}’
[Section titled “PATCH ‘/api/v1/log-streams/{id}’”](#patch-apiv1log-streamsid)
**Summary:** Patch a Log Stream
**Description:** Patch a Log Stream identified by its ID.
**Operation ID:** patch-log-stream
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** LogStreamPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Log Stream
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/log-streams/{id}'"
```
## Resource Set
[Section titled “Resource Set”](#resource-set)
### GET ‘/api/v1/resource-sets/{id}’
[Section titled “GET ‘/api/v1/resource-sets/{id}’”](#get-apiv1resource-setsid)
**Summary:** Get a Resource Set
**Description:** Get a Resource Set identified by its ID.
**Operation ID:** get-resource-set
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Resource Set
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/resource-sets/{id}'"
```
### PATCH ‘/api/v1/resource-sets/{id}’
[Section titled “PATCH ‘/api/v1/resource-sets/{id}’”](#patch-apiv1resource-setsid)
**Summary:** Patch a Resource Set
**Description:** Patch a Resource Set identified by its ID.
**Operation ID:** patch-resource-set
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** ResourceSetPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Resource Set
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/resource-sets/{id}'"
```
### GET /api/v1/resource-sets
[Section titled “GET /api/v1/resource-sets”](#get-apiv1resource-sets)
**Summary:** Get a page of Resource Sets
**Description:** Get a page of Resource Sets.
**Operation ID:** get-resource-sets
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Resource Sets
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/resource-sets"
```
### POST /api/v1/resource-sets
[Section titled “POST /api/v1/resource-sets”](#post-apiv1resource-sets)
**Summary:** Create a Resource Set
**Description:** Create a Resource Set.
**Operation ID:** post-resource-set
**Request Body:** ResourceSetDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Resource Set
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/resource-sets"
```
### PUT /api/v1/resource-sets
[Section titled “PUT /api/v1/resource-sets”](#put-apiv1resource-sets)
**Summary:** Update a Resource Set
**Description:** Update a Resource Set.
**Operation ID:** put-resource-set
**Request Body:** ResourceSetDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Resource Set
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/resource-sets"
```
## Role
[Section titled “Role”](#role)
### GET /api/v1/roles
[Section titled “GET /api/v1/roles”](#get-apiv1roles)
**Summary:** Get a page of Roles
**Description:** Get a page of Roles.
**Operation ID:** get-roles
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Roles
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/roles"
```
### POST /api/v1/roles
[Section titled “POST /api/v1/roles”](#post-apiv1roles)
**Summary:** Create a new Role
**Description:** Create a new Role.
**Operation ID:** post-role
**Request Body:** RoleDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Role
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/roles"
```
### PUT /api/v1/roles
[Section titled “PUT /api/v1/roles”](#put-apiv1roles)
**Summary:** Update a Role
**Description:** Update a Role.
**Operation ID:** put-role
**Request Body:** RoleDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Role
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/roles"
```
### GET ‘/api/v1/roles/{id}’
[Section titled “GET ‘/api/v1/roles/{id}’”](#get-apiv1rolesid)
**Summary:** Get a Role
**Description:** Get a Role identified by its ID.
**Operation ID:** get-role
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Role
* Content-Type: application/json
* Schema: any
* **‘204’**: Role Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/roles/{id}'"
```
### DELETE ‘/api/v1/roles/{id}’
[Section titled “DELETE ‘/api/v1/roles/{id}’”](#delete-apiv1rolesid)
**Summary:** Delete a Role
**Description:** Delete a Role identified by its ID.
**Operation ID:** delete-role
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Role
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/roles/{id}'"
```
### PATCH ‘/api/v1/roles/{id}’
[Section titled “PATCH ‘/api/v1/roles/{id}’”](#patch-apiv1rolesid)
**Summary:** Patch a Role
**Description:** Patch a Role identified by its ID.
**Operation ID:** patch-role
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** RolePatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patch Role
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/roles/{id}'"
```
## Routing
[Section titled “Routing”](#routing)
### GET ‘/api/v1/routings/{id}’
[Section titled “GET ‘/api/v1/routings/{id}’”](#get-apiv1routingsid)
**Summary:** Get a Routing
**Description:** Get a Routing identified by its ID.
**Operation ID:** get-routing
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Routing
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘403’**: Forbidden
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/routings/{id}'"
```
### PATCH ‘/api/v1/routings/{id}’
[Section titled “PATCH ‘/api/v1/routings/{id}’”](#patch-apiv1routingsid)
**Summary:** Patch a Routing
**Description:** Patch a Routing identified by its ID.
**Operation ID:** patch-routing
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** RoutingPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Routing
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/routings/{id}'"
```
### GET /api/v1/routings
[Section titled “GET /api/v1/routings”](#get-apiv1routings)
**Summary:** Get a page of Routings
**Description:** Get a page of Routings.
**Operation ID:** get-routings
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Routings
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/routings"
```
### POST /api/v1/routings
[Section titled “POST /api/v1/routings”](#post-apiv1routings)
**Summary:** Create a Routing
**Description:** Create a Routing.
**Operation ID:** post-routing
**Request Body:** RoutingDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Routing
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘403’**: Forbidden
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/routings"
```
### PUT /api/v1/routings
[Section titled “PUT /api/v1/routings”](#put-apiv1routings)
**Summary:** Update a Routing
**Description:** Update a Routing.
**Operation ID:** put-routing
**Request Body:** RoutingDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Routing
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/routings"
```
## SignOn Policy
[Section titled “SignOn Policy”](#signon-policy)
### GET /api/v1/signin-policies
[Section titled “GET /api/v1/signin-policies”](#get-apiv1signin-policies)
**Summary:** Get a SignOn Policy
**Description:** Get a SignOn Policy by its name.
**Operation ID:** get-signon-policy
**Responses:**
* **‘200’**: SignOn Policy
* Content-Type: application/json
* Schema: any
* **‘204’**: SignOn Policy Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/signin-policies"
```
## MFA SignOn Policy
[Section titled “MFA SignOn Policy”](#mfa-signon-policy)
### PUT /api/v1/signin-policies/mfa
[Section titled “PUT /api/v1/signin-policies/mfa”](#put-apiv1signin-policiesmfa)
**Summary:** Update a MFA SignOn Policy
**Description:** Update a MFA SignOn Policy.
**Operation ID:** put-mfa-signon Policy
**Request Body:** MFASignInPolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated MFA SignOn Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘403’**: Forbidden
* Content-Type: application/json
* Schema: any
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/signin-policies/mfa"
```
## SSO SignOn Policy
[Section titled “SSO SignOn Policy”](#sso-signon-policy)
### PUT /api/v1/signin-policies/sso
[Section titled “PUT /api/v1/signin-policies/sso”](#put-apiv1signin-policiessso)
**Summary:** Update a SSO SignOn Policy
**Description:** Update a SSO SignOn Policy.
**Operation ID:** put-SSO-signon Policy
**Request Body:** SSOSignInPolicyDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated SSO SignOn Policy
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/signin-policies/sso"
```
## SSO Identity Provider
[Section titled “SSO Identity Provider”](#sso-identity-provider)
### GET ‘/api/v1/sso-idps/{id}/verification’
[Section titled “GET ‘/api/v1/sso-idps/{id}/verification’”](#get-apiv1sso-idpsidverification)
**Summary:** Verify the SSO Identity Provider
**Description:** Verify the SSO Identity Provider has all necessary configuration data.
**Operation ID:** get-identity-provider-verification
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: SSO Identity Provider verification
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/sso-idps/{id}/verification'"
```
### GET ‘/api/v1/sso-idps/{id}’
[Section titled “GET ‘/api/v1/sso-idps/{id}’”](#get-apiv1sso-idpsid)
**Summary:** Get a SSO Identity Provider
**Description:** Get a SSO Identity Provider identified by its ID.
**Operation ID:** get-identity-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: SSO Identity Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/sso-idps/{id}'"
```
### DELETE ‘/api/v1/sso-idps/{id}’
[Section titled “DELETE ‘/api/v1/sso-idps/{id}’”](#delete-apiv1sso-idpsid)
**Summary:** Delete a SSO Identity Provider
**Description:** Delete a SSO Identity Provider identified by its ID.
**Operation ID:** delete-identity-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted SSO Identity Provider
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/sso-idps/{id}'"
```
### PATCH ‘/api/v1/sso-idps/{id}’
[Section titled “PATCH ‘/api/v1/sso-idps/{id}’”](#patch-apiv1sso-idpsid)
**Summary:** Patch a SSO Identity Provider
**Description:** Patch a SSO Identity Provider identified by its ID.
**Operation ID:** patch-identity-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** SSOIdentityProviderPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched SSO Identity Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/sso-idps/{id}'"
```
### GET /api/v1/sso-idps
[Section titled “GET /api/v1/sso-idps”](#get-apiv1sso-idps)
**Summary:** Get a page of SSO Identity Providers
**Description:** Get a page of SSO Identity Providers.
**Operation ID:** get-identity-providers
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of SSO Identity Providers
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/sso-idps"
```
### POST /api/v1/sso-idps
[Section titled “POST /api/v1/sso-idps”](#post-apiv1sso-idps)
**Summary:** Create a SSO Identity Provider
**Description:** Create a SSO Identity Provider.
**Operation ID:** post-identity-provider
**Request Body:** SSOIdentityProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created SSO Identity Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/sso-idps"
```
### PUT /api/v1/sso-idps
[Section titled “PUT /api/v1/sso-idps”](#put-apiv1sso-idps)
**Summary:** Update a SSO Identity Provider
**Description:** Update a SSO Identity Provider.
**Operation ID:** put-identity-provider
**Request Body:** SSOIdentityProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated SSO Identity Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/sso-idps"
```
## Standalone Certificate Authority
[Section titled “Standalone Certificate Authority”](#standalone-certificate-authority)
### DELETE ‘/api/v1/certificate-authorities/{id}’
[Section titled “DELETE ‘/api/v1/certificate-authorities/{id}’”](#delete-apiv1certificate-authoritiesid)
**Summary:** Delete a Standalone Certificate Authority
**Description:** Delete a Standalone Certificate Authority identified by its ID.
**Operation ID:** delete-standalone-certificate-authority
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Standalone Certificate Authority
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/certificate-authorities/{id}'"
```
### GET ‘/api/v1/certificate-authorities/{id}’
[Section titled “GET ‘/api/v1/certificate-authorities/{id}’”](#get-apiv1certificate-authoritiesid)
**Summary:** Get a Standalone Certificate Authority
**Description:** Get a Standalone Certificate Authority identified by its ID.
**Operation ID:** get-standalone-certificate-authority
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Standalone Certificate Authority
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/certificate-authorities/{id}'"
```
### PATCH ‘/api/v1/certificate-authorities/{id}’
[Section titled “PATCH ‘/api/v1/certificate-authorities/{id}’”](#patch-apiv1certificate-authoritiesid)
**Summary:** Patch a Standalone Certificate Authority
**Description:** Patch a Standalone Certificate Authority identified by its ID.
**Operation ID:** patch-standalone-certificate-authority
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** StandaloneCertificatePatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Standalone Certificate Authority
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/certificate-authorities/{id}'"
```
### GET /api/v1/certificate-authorities
[Section titled “GET /api/v1/certificate-authorities”](#get-apiv1certificate-authorities)
**Summary:** Get a page of Standalone Certificate Authorities
**Description:** Get a page of Standalone Certificate Authorities.
**Operation ID:** get-standalone-certificate-authorities
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Standalone Certificate Authorities
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/certificate-authorities"
```
### POST /api/v1/certificate-authorities
[Section titled “POST /api/v1/certificate-authorities”](#post-apiv1certificate-authorities)
**Summary:** Create a Standalone Certificate Authority
**Description:** Create a Standalone Certificate Authority.
**Operation ID:** post-standalone-certificate-authority
**Request Body:** StandaloneCertificateDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created Standalone Certificate Authority
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/certificate-authorities"
```
### PUT /api/v1/certificate-authorities
[Section titled “PUT /api/v1/certificate-authorities”](#put-apiv1certificate-authorities)
**Summary:** Update a Standalone Certificate Authority
**Description:** Update a Standalone Certificate Authority.
**Operation ID:** put-standalone-certificate-authority
**Request Body:** StandaloneCertificateDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Standalone Certificate Authority
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/certificate-authorities"
```
## Standalone TLS Decrypt
[Section titled “Standalone TLS Decrypt”](#standalone-tls-decrypt)
### GET ‘/api/v1/certificate-authorities/{id}/root-ca’
[Section titled “GET ‘/api/v1/certificate-authorities/{id}/root-ca’”](#get-apiv1certificate-authoritiesidroot-ca)
**Summary:** Download Standalone Root CA Certificate
**Description:** Download the Standalone Root CA Certificate. This CA Certificate can be used for TLS verification when utilizing the Aembit TLS Decrypt feature.
**Operation ID:** standalone-root-ca
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: OK
* Content-Type: application/x-pem-file
* Schema: string (binary)
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/certificate-authorities/{id}/root-ca'"
```
## TLS Decrypt
[Section titled “TLS Decrypt”](#tls-decrypt)
### GET /api/v1/root-ca
[Section titled “GET /api/v1/root-ca”](#get-apiv1root-ca)
**Summary:** Download Tenant Root CA Certificate
**Description:** Download the Tenant Root CA Certificate. This CA Certificate can be used for TLS verification when utilizing the Aembit TLS Decrypt feature.
**Operation ID:** root-ca
**Responses:**
* **‘200’**: OK
* Content-Type: application/x-pem-file
* Schema: string (binary)
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/root-ca"
```
## Trust Provider
[Section titled “Trust Provider”](#trust-provider)
### GET /api/v1/trust-providers
[Section titled “GET /api/v1/trust-providers”](#get-apiv1trust-providers)
**Summary:** Get a page of Trust Providers
**Description:** Get a page of Trust Providers.
**Operation ID:** get-trust-providers
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
* **active** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Trust Providers
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/trust-providers"
```
### POST /api/v1/trust-providers
[Section titled “POST /api/v1/trust-providers”](#post-apiv1trust-providers)
**Summary:** Create a Trust Provider
**Description:** Create a Trust Provider.
**Operation ID:** post-trust-provider
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** TrustProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Created Trust Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/trust-providers"
```
### PUT /api/v1/trust-providers
[Section titled “PUT /api/v1/trust-providers”](#put-apiv1trust-providers)
**Summary:** Update a Trust Provider
**Description:** Update a Trust Provider.
**Operation ID:** put-trust-provider
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** TrustProviderDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Trust Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/trust-providers"
```
### GET ‘/api/v1/trust-providers/{id}’
[Section titled “GET ‘/api/v1/trust-providers/{id}’”](#get-apiv1trust-providersid)
**Summary:** Get a Trust Provider
**Description:** Get a Trust Provider identified by its ID.
**Operation ID:** get-trust-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Trust Provider
* Content-Type: application/json
* Schema: any
* **‘204’**: Trust Provider Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/trust-providers/{id}'"
```
### DELETE ‘/api/v1/trust-providers/{id}’
[Section titled “DELETE ‘/api/v1/trust-providers/{id}’”](#delete-apiv1trust-providersid)
**Summary:** Delete a Trust Provider
**Description:** Delete a Trust Provider identified by its ID.
**Operation ID:** delete-trust-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Trust Provider
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/trust-providers/{id}'"
```
### PATCH ‘/api/v1/trust-providers/{id}’
[Section titled “PATCH ‘/api/v1/trust-providers/{id}’”](#patch-apiv1trust-providersid)
**Summary:** Patch a Trust Provider
**Description:** Patch a Trust Provider.
**Operation ID:** patch-trust-provider
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** TrustProviderPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Trust Provider
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/trust-providers/{id}'"
```
## User
[Section titled “User”](#user)
### GET /api/v1/users
[Section titled “GET /api/v1/users”](#get-apiv1users)
**Summary:** Get a page of Users
**Description:** Get a page of Users.
**Operation ID:** get-users
**Parameters:**
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Users
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/users"
```
### POST /api/v1/users
[Section titled “POST /api/v1/users”](#post-apiv1users)
**Summary:** Create a User
**Description:** Create a User.
**Operation ID:** post-user
**Request Body:** UserDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘201’**: Created User
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/users"
```
### PATCH ‘/api/v1/users/{id}’
[Section titled “PATCH ‘/api/v1/users/{id}’”](#patch-apiv1usersid)
**Summary:** Patch a User
**Description:** Patch a User identified by its ID.
**Operation ID:** patch-user
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** UserPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched User
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/users/{id}'"
```
### GET ‘/api/v1/users/{id}’
[Section titled “GET ‘/api/v1/users/{id}’”](#get-apiv1usersid)
**Summary:** Get a User
**Description:** Get a User identified by its ID.
**Operation ID:** get-user
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘201’**: User
* Content-Type: application/json
* Schema: any
* **‘204’**: User Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/users/{id}'"
```
### PUT ‘/api/v1/users/{id}’
[Section titled “PUT ‘/api/v1/users/{id}’”](#put-apiv1usersid)
**Summary:** Update a User
**Description:** Update a User.
**Operation ID:** put-user
**Parameters:**
* **id** (undefined) *(optional)*: any
**Request Body:** UserDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: User
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/users/{id}'"
```
### DELETE ‘/api/v1/users/{id}’
[Section titled “DELETE ‘/api/v1/users/{id}’”](#delete-apiv1usersid)
**Summary:** Delete a User
**Description:** Delete a User identified by its ID.
**Operation ID:** delete-user
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted User
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/users/{id}'"
```
### POST ‘/api/v1/users/{id}/unlock’
[Section titled “POST ‘/api/v1/users/{id}/unlock’”](#post-apiv1usersidunlock)
**Summary:** Unlock a User
**Description:** Unlock a User identified by its ID.
**Operation ID:** post-user-unlock
**Parameters:**
* **id** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Successfully unlocked User
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
"https://your-tenant.aembit.io'/api/v1/users/{id}/unlock'"
```
## Server Workload
[Section titled “Server Workload”](#server-workload)
### POST /api/v1/server-workloads
[Section titled “POST /api/v1/server-workloads”](#post-apiv1server-workloads)
**Summary:** Create a Server Workload
**Description:** Create a Server Workload.
**Operation ID:** post-server-workload
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** ServerWorkloadExternalDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘204’**: Created Server Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/server-workloads"
```
### PUT /api/v1/server-workloads
[Section titled “PUT /api/v1/server-workloads”](#put-apiv1server-workloads)
**Summary:** Update a Server Workload
**Description:** Update a Server Workload.
**Operation ID:** put-server-workload
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** ServerWorkloadExternalDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Server Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/server-workloads"
```
### GET /api/v1/server-workloads
[Section titled “GET /api/v1/server-workloads”](#get-apiv1server-workloads)
**Summary:** Get a page of Server Workloads
**Description:** Get a page of Server Workloads.
**Operation ID:** get-server-workloads
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Server Workloads
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/server-workloads"
```
### PATCH ‘/api/v1/server-workloads/{id}’
[Section titled “PATCH ‘/api/v1/server-workloads/{id}’”](#patch-apiv1server-workloadsid)
**Summary:** Patch a Server Workload
**Description:** Patch a Server Workload.
**Operation ID:** patch-server-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** EntityPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Server Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/server-workloads/{id}'"
```
### GET ‘/api/v1/server-workloads/{id}’
[Section titled “GET ‘/api/v1/server-workloads/{id}’”](#get-apiv1server-workloadsid)
**Summary:** Get a Server Workload
**Description:** Get a Server Workload identified by its ID.
**Operation ID:** get-server-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Server Workload
* Content-Type: application/json
* Schema: any
* **‘204’**: Server Workload Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/server-workloads/{id}'"
```
### DELETE ‘/api/v1/server-workloads/{id}’
[Section titled “DELETE ‘/api/v1/server-workloads/{id}’”](#delete-apiv1server-workloadsid)
**Summary:** Delete a Server Workload
**Description:** Delete a Server Workload identified by its ID.
**Operation ID:** delete-server-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Server Workload
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/server-workloads/{id}'"
```
## Client Workload
[Section titled “Client Workload”](#client-workload)
### POST /api/v1/client-workloads
[Section titled “POST /api/v1/client-workloads”](#post-apiv1client-workloads)
**Summary:** Create a Client Workload
**Description:** Create a Client Workload.
**Operation ID:** post-client-workload
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** ClientWorkloadExternalDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘204’**: Created Client Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/client-workloads"
```
### PUT /api/v1/client-workloads
[Section titled “PUT /api/v1/client-workloads”](#put-apiv1client-workloads)
**Summary:** Update a Client Workload
**Description:** Update a Client Workload.
**Operation ID:** put-client-workload
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** ClientWorkloadExternalDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Updated Client Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PUT \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/api/v1/client-workloads"
```
### GET /api/v1/client-workloads
[Section titled “GET /api/v1/client-workloads”](#get-apiv1client-workloads)
**Summary:** Get a page of Client Workloads
**Description:** Get a page of Client Workloads.
**Operation ID:** get-client-workloads
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
* **page** (undefined) *(optional)*: any
* **per-page** (undefined) *(optional)*: any
* **filter** (undefined) *(optional)*: any
* **order** (undefined) *(optional)*: any
* **group-by** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Page of Client Workloads
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/client-workloads"
```
### PATCH ‘/api/v1/client-workloads/{id}’
[Section titled “PATCH ‘/api/v1/client-workloads/{id}’”](#patch-apiv1client-workloadsid)
**Summary:** Patch a Client Workload
**Description:** Patch a Client Workload.
**Operation ID:** patch-client-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:** ClientWorkloadPatchDTO
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Patched Client Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X PATCH \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io'/api/v1/client-workloads/{id}'"
```
### GET ‘/api/v1/client-workloads/{id}’
[Section titled “GET ‘/api/v1/client-workloads/{id}’”](#get-apiv1client-workloadsid)
**Summary:** Get a Client Workload
**Description:** Get a Client Workload identified by its ID.
**Operation ID:** get-client-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘200’**: Client Workload
* Content-Type: application/json
* Schema: any
* **‘204’**: Client Workload Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io'/api/v1/client-workloads/{id}'"
```
### DELETE ‘/api/v1/client-workloads/{id}’
[Section titled “DELETE ‘/api/v1/client-workloads/{id}’”](#delete-apiv1client-workloadsid)
**Summary:** Delete a Client Workload
**Description:** Delete a Client Workload identified by its ID.
**Operation ID:** delete-client-workload
**Parameters:**
* **id** (undefined) *(optional)*: any
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Responses:**
* **‘204’**: Successfully deleted Client Workload
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
* **‘404’**: Not Found
* **‘500’**: Internal Server Error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X DELETE \
"https://your-tenant.aembit.io'/api/v1/client-workloads/{id}'"
```
### GET /api/v1/client-workloads/identifiers
[Section titled “GET /api/v1/client-workloads/identifiers”](#get-apiv1client-workloadsidentifiers)
**Summary:** Get Client Identifier List
**Description:** Get list of client identifier objects
**Operation ID:** get-client-identifiers
**Responses:**
* **‘200’**: Client Identifiers
* Content-Type: application/json
* Schema: Array
* **‘204’**: Client Identifiers Not Found
* **‘400’**: Bad Request
* **‘401’**: Not Authenticated
**cURL Example:**
```bash
curl -X GET \
"https://your-tenant.aembit.io/api/v1/client-workloads/identifiers"
```
***
# Aembit Cloud API - Data Schemas
[Section titled “Aembit Cloud API - Data Schemas”](#aembit-cloud-api---data-schemas)
**Version:** v1
### AccessConditionDTO
[Section titled “AccessConditionDTO”](#accessconditiondto)
DTO of an individual Access Condition for enforcement during Access Policy evaluation
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **integrationID** *(optional)*: string (uuid) - ID of the Integration Entity used by this Access Condition
* **integration** *(optional)*: any
* **conditions** *(required)*: object - Rules which are enforced by the Access Condition
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Access Condition
* **integrationType** *(optional)*: string | null
### AccessConditionListDTO
[Section titled “AccessConditionListDTO”](#accessconditionlistdto)
Page of Access Conditions
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32)
* **recordsTotal** *(optional)*: integer (int32)
* **accessConditions** *(optional)*: Array
### AccessConditionPatchDTO
[Section titled “AccessConditionPatchDTO”](#accessconditionpatchdto)
Patch Request DTO for individual Access Condition
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### AgentControllerDTO
[Section titled “AgentControllerDTO”](#agentcontrollerdto)
DTO of an individual Agent Controller for Agent Proxy management
**Type:** object
**Properties:**
* **id** *(optional)*: integer (int) - ID of the Agent Controller
* **externalId** *(optional)*: string (uuid) - ID of the Agent Controller
* **createdAt** *(optional)*: string (date) - Agent Controller creation Timestamp
* **version** *(optional)*: string | null - Last reported software version of the Agent Controller
* **isActive** *(optional)*: boolean (boolean) - Active status of the Agent Controller
* **name** *(required)*: string - Name of the Agent Controller
* **description** *(optional)*: string | null - Description of the Agent Controller
* **tags** *(optional)*: Array - Tags assigned to the Agent Controller
* **tlsCertificates** *(optional)*: Array - TLS Certificates associated with the Agent Controller
* **trustProviderId** *(optional)*: string (uuid) | null - Trust Provider ID of the Agent Controller used for attested authentication
* **trustProvider** *(optional)*: any
* **modifiedAt** *(optional)*: string (date) - Agent Controller modification Timestamp
* **isHealthy** *(optional)*: boolean (boolean) - Recently reported Agent Controller Health Status
* **lastReportedUptime** *(optional)*: integer (int64) - Last Reported Agent Controller Uptime (in seconds)
* **lastReportedHealthTime** *(optional)*: string (date) | null - Last Reported Agent Controller Health Time
* **allowedTlsHostname** *(optional)*: string | null - Allowed TLS Hostname for Aembit Managed TLS
### AgentControllerDeviceCodeDTO
[Section titled “AgentControllerDeviceCodeDTO”](#agentcontrollerdevicecodedto)
DTO of an individual Agent Controller Device Code
**Type:** object
**Properties:**
* **device\_code** *(optional)*: string | null - One time use OAuth 2 Device Code for use during AgentController deployment and registration
### AgentControllerListDTO
[Section titled “AgentControllerListDTO”](#agentcontrollerlistdto)
Page of Agent Controllers for Agent Proxy management
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of AgentControllers available
* **agentControllers** *(optional)*: Array - Page of AgentControllers for this request
### AgentControllerPatchDTO
[Section titled “AgentControllerPatchDTO”](#agentcontrollerpatchdto)
Patch Request DTO for individual Agent Controller
**Type:** object
**Properties:**
* **version** *(optional)*: string | null
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified Agent Controller
* **trustProviderId** *(optional)*: string (uuid) | null - New Trust Provider to use for the identified Agent Controller
### AgentControllerTagDTO
[Section titled “AgentControllerTagDTO”](#agentcontrollertagdto)
Agent Controller Tag key and value
**Type:** object
**Properties:**
* **key** *(required)*: string - Key for the Agent Controller Tag
* **value** *(required)*: string - Value for the Agent Controller Tag
### AgentControllerTlsCertificateDTO
[Section titled “AgentControllerTlsCertificateDTO”](#agentcontrollertlscertificatedto)
Agent Controller TLS Certificate information
**Type:** object
**Properties:**
* **subject** *(required)*: string - Subject of the Certificate
* **serialNumber** *(required)*: string - Serial Number of the Certificate
* **thumbprint** *(required)*: string - Thumbprint of the Certificate
* **notBefore** *(required)*: string (date-time) - Creation Timestamp of the Certificate
* **notAfter** *(required)*: string (date-time) - Expiration Timestamp of the Certificate
* **hostName** *(required)*: string - Last reported Hostname for the Agent Controller
* **createdAt** *(required)*: string (date-time) - Creation Timestamp for this Agent Controller TLS Certificate
* **isManagedByAembit** *(optional)*: boolean (boolean) - True if the Agent Controller TLS Certificate is managed by Aembit
### AuditActorDTO
[Section titled “AuditActorDTO”](#auditactordto)
DTO for the Actor details of an Aembit Audit Log
**Type:** object
**Properties:**
* **type** *(optional)*: string | null - The type of Audit Log actor (e.g. User, System, or Role)
* **displayName** *(optional)*: string | null - Fully qualified Audit Log Actor name
* **userName** *(optional)*: string | null
* **email** *(optional)*: string | null
* **credentialProviderId** *(optional)*: string | null - Credential Provider ID that was used to generate the Role-based Access Token for this Audit Log action
* **accessPolicyId** *(optional)*: string | null - Access Policy ID that was used to generate the Role-based Access Token for this Audit Log action
### AuditClientDTO
[Section titled “AuditClientDTO”](#auditclientdto)
DTO for the Client details of an Aembit Audit Log
**Type:** object
**Properties:**
* **ipAddress** *(optional)*: string | null - IP Address of the remote client
* **userAgent** *(optional)*: any
### AuditLogDTO
[Section titled “AuditLogDTO”](#auditlogdto)
DTO for an individual Aembit Audit Log
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid) - ID of an Aembit Audit Log
* **resourceSetId** *(optional)*: string (uuid) - Resource Set ID of an Aembit Audit Log
* **category** *(optional)*: string | null - Category of an Aembit Audit Log (e.g. Users, AccessPolicies, Workloads, etc.)
* **actor** *(optional)*: any
* **activity** *(optional)*: string | null - Activity of an Aembit Audit Log
* **target** *(optional)*: string | null - Target of an Aembit Audit Log
* **client** *(optional)*: any
* **outcome** *(optional)*: any
* **trustProvider** *(optional)*: any
* **severity** *(optional)*: string | null - Severity of an Aembit Audit Log
* **createdAt** *(optional)*: string (date-time) - Timestamp of when this Aembit Audit Log was created
### AuditLogListDTO
[Section titled “AuditLogListDTO”](#auditloglistdto)
Page of Aembit Audit Logs
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Aembit Audit Logs
* **auditLogs** *(optional)*: Array - Page of Aembit Audit Logs
### AuditOutcomeDTO
[Section titled “AuditOutcomeDTO”](#auditoutcomedto)
DTO for the Outcome of an individual Aembit Audit Log
**Type:** object
**Properties:**
* **reason** *(optional)*: string | null - Reason for the outcome of this Aembit Audit Log
* **result** *(optional)*: string | null - Outcome of the action associated with this Aembit Audit Log
### AuthorizationEventAtttestationResultDTO
[Section titled “AuthorizationEventAtttestationResultDTO”](#authorizationeventatttestationresultdto)
Individual Access Entity Attestation Result of an Aembit Access Authorization Event
**Type:** object
**Properties:**
* **id** *(optional)*: string (uuid) - Access Entity ID
* **name** *(optional)*: string | null - Access Entity Name
* **result** *(optional)*: string | null - Access Entity processing Result for this Access Authorization Event
* **matches** *(optional)*: Array - List of matched Access Entity Identifiers
* **reason** *(optional)*: string | null
* **attribute** *(optional)*: string | null
* **expectedValue** *(optional)*: string | null
* **actualValue** *(optional)*: string | null
### AuthorizationEventCPResultDTO
[Section titled “AuthorizationEventCPResultDTO”](#authorizationeventcpresultdto)
Individual Credential Provider Result of an Aembit Access Authorization Event
**Type:** object
**Properties:**
* **id** *(optional)*: string (uuid) - Access Entity ID
* **name** *(optional)*: string | null - Access Entity Name
* **result** *(optional)*: string | null - Access Entity processing Result for this Access Authorization Event
* **matches** *(optional)*: Array - List of matched Access Entity Identifiers
* **type** *(optional)*: string | null - Credential Provider Type
* **reason** *(optional)*: string | null - Credential Provider Failure Reason
### AuthorizationEventDTO
[Section titled “AuthorizationEventDTO”](#authorizationeventdto)
An individual Aembit Access Authorization Event
**Type:** object
**Properties:**
* **meta** *(optional)*: any
* **outcome** *(optional)*: any
* **clientRequest** *(optional)*: any
* **environment** *(optional)*: any
* **clientWorkload** *(optional)*: any
* **serverWorkload** *(optional)*: any
* **accessPolicy** *(optional)*: any
* **trustProviders** *(optional)*: Array - Trust Provider information for an individual Aembit Access Authorization Event
* **accessConditions** *(optional)*: Array - Access Condition information for an individual Aembit Access Authorization Event
* **credentialProvider** *(optional)*: any
### AuthorizationEventDataMetaDTO
[Section titled “AuthorizationEventDataMetaDTO”](#authorizationeventdatametadto)
Metadata DTO for an individual Aembit Access Authorization Event
**Type:** object
**Properties:**
* **clientIP** *(optional)*: string | null - Remote Client IP Address of the Access Authorization Request
* **timestamp** *(optional)*: string (date-time) - Timestamp of the Access Authorization Request
* **eventType** *(optional)*: string | null - Event Type of the Access Authorization Request
* **eventId** *(optional)*: string (uuid) - Unique ID of the Access Authorization Event
* **resourceSetId** *(optional)*: string (uuid) - Resource Set ID of the Access Authorization Event
* **contextId** *(optional)*: string (uuid) - Context ID of the Access Authorization Events for a single Access Authorization Request
* **directiveId** *(optional)*: string (uuid) - Directive ID of the Access Authorization Event (if available)
* **severity** *(optional)*: string | null - Severity of the Access Authorization Event (e.g. Info, Warning, Error)
### AuthorizationEventEntityResultDTO
[Section titled “AuthorizationEventEntityResultDTO”](#authorizationevententityresultdto)
Access Entity Result of an Aembit Access Authorization Event
**Type:** object
**Properties:**
* **id** *(optional)*: string (uuid) - Access Entity ID
* **name** *(optional)*: string | null - Access Entity Name
* **result** *(optional)*: string | null - Access Entity processing Result for this Access Authorization Event
* **matches** *(optional)*: Array - List of matched Access Entity Identifiers
### AuthorizationEventEnvironmentDataDTO
[Section titled “AuthorizationEventEnvironmentDataDTO”](#authorizationeventenvironmentdatadto)
**Type:** object
**Properties:**
* **network** *(optional)*: any
* **host** *(optional)*: any
* **process** *(optional)*: any
* **aembit** *(optional)*: any
* **aws** *(optional)*: any
* **gcp** *(optional)*: any
* **azure** *(optional)*: any
* **kubernetes** *(optional)*: any
* **gitlab** *(optional)*: any
* **github** *(optional)*: any
* **terraform** *(optional)*: any
### AuthorizationEventListDTO
[Section titled “AuthorizationEventListDTO”](#authorizationeventlistdto)
Page of Aembit Access Authorization Events
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Aembit Audit Logs
* **authorizationEvents** *(optional)*: Array - Page of Aembit Access Authorization Events
### AuthorizationEventOutcomeDTO
[Section titled “AuthorizationEventOutcomeDTO”](#authorizationeventoutcomedto)
Outcome of an individual Aembit Access Authorization Event
**Type:** object
**Properties:**
* **result** *(optional)*: string | null - Result of an individual Aembit Access Authorization Event
* **reason** *(optional)*: string | null - Reason for the Result of an individual Aembit Access Authorization Event
### AwsIamRoleCpiDTO
[Section titled “AwsIamRoleCpiDTO”](#awsiamrolecpidto)
DTO for AWS IAM Role Credential Provider Integration
### CPAwsStsV2DTO
[Section titled “CPAwsStsV2DTO”](#cpawsstsv2dto)
### CPGitLabManagedAccountDTO
[Section titled “CPGitLabManagedAccountDTO”](#cpgitlabmanagedaccountdto)
### CPTypeAembitAccessTokenV2DTO
[Section titled “CPTypeAembitAccessTokenV2DTO”](#cptypeaembitaccesstokenv2dto)
### CPTypeApiKeyUIV2DTO
[Section titled “CPTypeApiKeyUIV2DTO”](#cptypeapikeyuiv2dto)
### CPTypeAzureEntraFederationV2DTO
[Section titled “CPTypeAzureEntraFederationV2DTO”](#cptypeazureentrafederationv2dto)
### CPTypeGoogleWorkflowIDFederationV2DTO
[Section titled “CPTypeGoogleWorkflowIDFederationV2DTO”](#cptypegoogleworkflowidfederationv2dto)
### CPTypeJWTTokenV2DTO
[Section titled “CPTypeJWTTokenV2DTO”](#cptypejwttokenv2dto)
### CPTypeOAuth2AuthorizationCodeUIV2DTO
[Section titled “CPTypeOAuth2AuthorizationCodeUIV2DTO”](#cptypeoauth2authorizationcodeuiv2dto)
### CPTypeOAuth2ClientCredentialsUIV2DTO
[Section titled “CPTypeOAuth2ClientCredentialsUIV2DTO”](#cptypeoauth2clientcredentialsuiv2dto)
### CPTypeOAuth2CustomParameters
[Section titled “CPTypeOAuth2CustomParameters”](#cptypeoauth2customparameters)
**Type:** object
**Properties:**
* **key** *(optional)*: string | null
* **value** *(optional)*: string | null
* **valueType** *(optional)*: string | null
### CPTypeUsernamePasswordUIV2DTO
[Section titled “CPTypeUsernamePasswordUIV2DTO”](#cptypeusernamepassworduiv2dto)
### CPTypeVaultClientTokenV2DTO
[Section titled “CPTypeVaultClientTokenV2DTO”](#cptypevaultclienttokenv2dto)
### ClientIdentifierExternalDTO
[Section titled “ClientIdentifierExternalDTO”](#clientidentifierexternaldto)
**Type:** object
**Properties:**
* **name** *(optional)*: string | null
* **displayName** *(optional)*: string | null
* **environmentPath** *(optional)*: string | null
* **isSupported** *(optional)*: boolean
### ClientRequestDTO
[Section titled “ClientRequestDTO”](#clientrequestdto)
**Type:** object
**Properties:**
* **version** *(required)*: string
* **network** *(required)*: any
### ClientWorkloadExternalDTO
[Section titled “ClientWorkloadExternalDTO”](#clientworkloadexternaldto)
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **identities** *(optional)*: Array
* **standaloneCertificateAuthority** *(optional)*: string (uuid) | null - Standalone Certificate Authority associated with this Client Workload
* **type** *(optional)*: string | null
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Client Workload
### ClientWorkloadIdentityDTO
[Section titled “ClientWorkloadIdentityDTO”](#clientworkloadidentitydto)
**Type:** object
**Properties:**
* **type** *(optional)*: string | null
* **value** *(required)*: string
### ClientWorkloadListDTO
[Section titled “ClientWorkloadListDTO”](#clientworkloadlistdto)
Page of Client Workloads
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32)
* **recordsTotal** *(optional)*: integer (int32)
* **clientWorkloads** *(optional)*: Array
### ClientWorkloadPatchDTO
[Section titled “ClientWorkloadPatchDTO”](#clientworkloadpatchdto)
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **identities** *(optional)*: Array
### CreatePolicyDTO
[Section titled “CreatePolicyDTO”](#createpolicydto)
Create/Update Access Policy
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **credentialProviders** *(optional)*: Array - Credential Providers associated with this Access Policy
* **trustProviders** *(optional)*: Array\ - Trust Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array\ - Access Conditions associated with this Access Policy
* **clientWorkload** *(required)*: string (uuid) - Client Workload associated with this Access Policy
* **serverWorkload** *(required)*: string (uuid) - Server Workload associated with this Access Policy
### CredentialProviderDTO
[Section titled “CredentialProviderDTO”](#credentialproviderdto)
Individual Credential Provider
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **type** *(required)*: string - Credential Provider Type (e.g. oauth-client-credential, username-password, etc.)
* **roleId** *(optional)*: string (uuid) | null - Credential Provider Role for use with Aembit Access Token type Credential Providers
* **lifetimeTimeSpanSeconds** *(optional)*: integer (int32) - The Lifetime of a Credential Provider’s credential value
* **lifetimeExpiration** *(optional)*: string (date-time) | null - The expiration timestamp for a Credential Provider’s credential value
* **providerDetailJSON** *(optional)*: string | null - JSON representation of the Credential Provider configuration details
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Credential Provider
### CredentialProviderIntegrationDTO
[Section titled “CredentialProviderIntegrationDTO”](#credentialproviderintegrationdto)
Individual Credential Provider Integration
**Type:** object
**Properties:**
* **type** *(required)*: any
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **tokenExpiration** *(optional)*: string (date-time) | null
* **lastOperationTimestamp** *(optional)*: string (date-time) | null
* **status** *(optional)*: string | null
* **errorMessage** *(optional)*: string | null
### CredentialProviderIntegrationPatchDTO
[Section titled “CredentialProviderIntegrationPatchDTO”](#credentialproviderintegrationpatchdto)
Patch Request for an individual Credential Provider Integration
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### CredentialProviderIntegrationType
[Section titled “CredentialProviderIntegrationType”](#credentialproviderintegrationtype)
**Type:** string
**Possible values:** `GitLab`, `AwsIamRole`
### CredentialProviderPatchDTO
[Section titled “CredentialProviderPatchDTO”](#credentialproviderpatchdto)
Patch request for an individual Credential Provider
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **providerDetailJSON** *(optional)*: string | null - JSON representation of the Credential Provider configuration details
* **type** *(optional)*: string | null - Credential Provider Type (e.g. oauth-client-credential, username-password, etc.)
### CredentialProviderUIDTO
[Section titled “CredentialProviderUIDTO”](#credentialprovideruidto)
Individual Credential Provider
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **type** *(required)*: string - Credential Provider Type (e.g. oauth-client-credential, username-password, etc.)
* **roleId** *(optional)*: string (uuid) | null - Credential Provider Role for use with Aembit Access Token type Credential Providers
* **lifetimeTimeSpanSeconds** *(optional)*: integer (int32) - The Lifetime of a Credential Provider’s credential value
* **lifetimeExpiration** *(optional)*: string (date-time) | null - The expiration timestamp for a Credential Provider’s credential value
* **providerDetailJSON** *(optional)*: string | null - JSON representation of the Credential Provider configuration details
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Credential Provider
### CredentialProviderUIDTOCredentialProviderListDTO
[Section titled “CredentialProviderUIDTOCredentialProviderListDTO”](#credentialprovideruidtocredentialproviderlistdto)
Page of Credential Providers
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Credential Providers
* **credentialProviders** *(optional)*: Array - Page of Credential Providers
### CredentialProviderV2DTO
[Section titled “CredentialProviderV2DTO”](#credentialproviderv2dto)
**Type:** object
**Properties:**
* **type** *(required)*: string
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **lifetimeTimeSpanSeconds** *(optional)*: integer (int32)
* **lifetimeExpiration** *(optional)*: string (date-time) | null
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Credential Provider
### CredentialProviderV2DTOCredentialProviderListDTO
[Section titled “CredentialProviderV2DTOCredentialProviderListDTO”](#credentialproviderv2dtocredentialproviderlistdto)
Page of Credential Providers
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Credential Providers
* **credentialProviders** *(optional)*: Array - Page of Credential Providers
### DiscoveryIntegrationDTO
[Section titled “DiscoveryIntegrationDTO”](#discoveryintegrationdto)
Integration details for 3rd party data used by Discovery
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **type** *(required)*: string
* **syncFrequencySeconds** *(required)*: integer (int32)
* **lastSync** *(optional)*: string (date-time) | null
* **lastSyncStatus** *(optional)*: string | null
* **endpoint** *(required)*: string
* **discoveryIntegrationJSON** *(required)*: string
### DiscoveryIntegrationListDTO
[Section titled “DiscoveryIntegrationListDTO”](#discoveryintegrationlistdto)
Page of Integrations
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Integrations
* **integrations** *(optional)*: Array - Page of Integrations
### DiscoveryIntegrationPatchDTO
[Section titled “DiscoveryIntegrationPatchDTO”](#discoveryintegrationpatchdto)
Patch request for an individual Integration
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### EntityMetaDTO
[Section titled “EntityMetaDTO”](#entitymetadto)
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(optional)*: string | null
* **isActive** *(optional)*: boolean
* **tags** *(optional)*: Array
### EntityPatchDTO
[Section titled “EntityPatchDTO”](#entitypatchdto)
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### EventDTO
[Section titled “EventDTO”](#eventdto)
**Type:** object
**Properties:**
* **meta** *(optional)*: any
* **network** *(optional)*: any
* **outcome** *(optional)*: any
### EventListDTO
[Section titled “EventListDTO”](#eventlistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32)
* **recordsTotal** *(optional)*: integer (int32)
* **workloadEvents** *(optional)*: Array
### EventMetaDTO
[Section titled “EventMetaDTO”](#eventmetadto)
**Type:** object
**Properties:**
* **timestamp** *(optional)*: string (date-time)
* **eventType** *(optional)*: string | null
* **eventId** *(optional)*: string | null
* **resourceSetId** *(optional)*: string (uuid)
* **policyId** *(optional)*: string | null
* **action** *(optional)*: string | null
* **connectionId** *(optional)*: string | null
* **severity** *(optional)*: string | null
### EventNetworkDTO
[Section titled “EventNetworkDTO”](#eventnetworkdto)
**Type:** object
**Properties:**
* **clientWorkloadIP** *(optional)*: string | null
* **clientWorkloadPort** *(optional)*: integer (int32)
* **serverWorkloadIP** *(optional)*: string | null
* **serverWorkloadPort** *(optional)*: integer (int32) | null
* **proxyPort** *(optional)*: integer (int32) | null
### EventOutcomeDTO
[Section titled “EventOutcomeDTO”](#eventoutcomedto)
**Type:** object
**Properties:**
* **result** *(optional)*: string | null
### EventResultDTO
[Section titled “EventResultDTO”](#eventresultdto)
**Type:** object
**Properties:**
* **reason** *(optional)*: string | null
* **attribute** *(optional)*: string | null
* **expectedValue** *(optional)*: string | null
* **actualValue** *(optional)*: string | null
### GenericResponseDTO
[Section titled “GenericResponseDTO”](#genericresponsedto)
DTO for a Generic API Response
**Type:** object
**Properties:**
* **success** *(optional)*: boolean - True if the API call was successful, False otherwise
* **message** *(optional)*: string | null - Message to indicate why the API call failed
* **id** *(optional)*: integer (int32) - Unique identifier of the API response
### GetPolicyDTO
[Section titled “GetPolicyDTO”](#getpolicydto)
Individual Access Policy
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **clientWorkload** *(optional)*: any
* **serverWorkload** *(optional)*: any
* **trustProviders** *(optional)*: Array - Trust Providers associated with this Access Policy
* **credentialProviders** *(optional)*: Array - Credential Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array - Access Conditions associated with this Access Policy
### GetPolicyDTOListDTO
[Section titled “GetPolicyDTOListDTO”](#getpolicydtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### GetSignInPolicyDTO
[Section titled “GetSignInPolicyDTO”](#getsigninpolicydto)
**Type:** object
**Properties:**
* **ssoRequired** *(optional)*: boolean
* **mfaRequired** *(optional)*: boolean
### GitLabCredentialProviderIntegrationDTO
[Section titled “GitLabCredentialProviderIntegrationDTO”](#gitlabcredentialproviderintegrationdto)
Individual Credential Provider Integration
### GuidStringKeyValuePairDto
[Section titled “GuidStringKeyValuePairDto”](#guidstringkeyvaluepairdto)
**Type:** object
**Properties:**
* **key** *(optional)*: string (uuid)
* **value** *(optional)*: string | null
### HealthDTO
[Section titled “HealthDTO”](#healthdto)
Aembit Health Status
**Type:** object
**Properties:**
* **status** *(optional)*: string | null - Aembit Health Status
* **version** *(optional)*: string | null - Aembit Cloud Version
* **gitSHA** *(optional)*: string | null - Aembit Cloud Version Git SHA
* **host** *(optional)*: string | null - Aembit Cloud Requested Hostname
* **user** *(optional)*: string | null - Aembit Cloud Authenticated User Email
* **userFullName** *(optional)*: string | null - Aembit Cloud Authenticated User Full Name
* **tenant** *(optional)*: string | null - Aembit Cloud Tenant ID
* **sessionExpiresAt** *(optional)*: string | null - Aembit Cloud Session Expiration
### IntegrationDTO
[Section titled “IntegrationDTO”](#integrationdto)
Integration details for 3rd party data used by Access Conditions
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **type** *(required)*: string
* **syncFrequencySeconds** *(required)*: integer (int32)
* **lastSync** *(optional)*: string (date-time) | null
* **lastSyncStatus** *(optional)*: string | null
* **endpoint** *(required)*: string
* **integrationJSON** *(required)*: object
* **accessConditionsCount** *(optional)*: integer (int32)
### IntegrationListDTO
[Section titled “IntegrationListDTO”](#integrationlistdto)
Page of Integrations
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Integrations
* **integrations** *(optional)*: Array - Page of Integrations
### IntegrationPatchDTO
[Section titled “IntegrationPatchDTO”](#integrationpatchdto)
Patch request for an individual Integration
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### JWTClaimDTO
[Section titled “JWTClaimDTO”](#jwtclaimdto)
**Type:** object
**Properties:**
* **key** *(optional)*: string | null
* **value** *(optional)*: string | null
* **valueType** *(optional)*: string | null
### JsonNode
[Section titled “JsonNode”](#jsonnode)
**Type:** object
**Properties:**
* **options** *(optional)*: any
* **parent** *(optional)*: any
* **root** *(optional)*: any
### JsonNodeOptions
[Section titled “JsonNodeOptions”](#jsonnodeoptions)
**Type:** object
**Properties:**
* **propertyNameCaseInsensitive** *(optional)*: boolean
### ListCredentialProviderIntegrationDTO
[Section titled “ListCredentialProviderIntegrationDTO”](#listcredentialproviderintegrationdto)
Page of Credential Provider Integrations
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **url** *(optional)*: string | null
* **type** *(optional)*: any
* **status** *(optional)*: string | null
* **lastOperationTimestamp** *(optional)*: string (date-time) | null
### ListCredentialProviderIntegrationDTOListDTO
[Section titled “ListCredentialProviderIntegrationDTOListDTO”](#listcredentialproviderintegrationdtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### LogStreamDTO
[Section titled “LogStreamDTO”](#logstreamdto)
Individual Log Stream
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **id** *(optional)*: integer (int32)
* **dataType** *(required)*: string - Log Stream Data Type (e.g. AuditLogs, etc.)
* **type** *(required)*: any
* **inProgTransactionCount** *(optional)*: integer (int32) - Log Stream In Progress Transaction Count
* **completedTransactionCount** *(optional)*: integer (int32) - Log Stream Completed Transaction Count
* **erroredTransactionCount** *(optional)*: integer (int32) - Log Stream Errored Transaction Count
### LogStreamDestinationType
[Section titled “LogStreamDestinationType”](#logstreamdestinationtype)
**Type:** string
**Possible values:** `AwsS3Bucket`, `GcsBucket`, `SplunkHttpEventCollector`, `CrowdstrikeHttpEventCollector`
### LogStreamListDTO
[Section titled “LogStreamListDTO”](#logstreamlistdto)
Page of Log Streams
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Log Streams
* **logStreams** *(optional)*: Array - Page of Log Streams
### LogStreamPatchDTO
[Section titled “LogStreamPatchDTO”](#logstreampatchdto)
Patch Request for an individual of Log Stream
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### MFASignInPolicyDTO
[Section titled “MFASignInPolicyDTO”](#mfasigninpolicydto)
**Type:** object
**Properties:**
* **mfaRequired** *(optional)*: boolean
### NetworkDTO
[Section titled “NetworkDTO”](#networkdto)
**Type:** object
**Properties:**
* **sourceIP** *(required)*: string
* **sourcePort** *(required)*: integer (int32)
* **transportProtocol** *(required)*: string
* **proxyPort** *(required)*: integer (int32)
* **targetHost** *(optional)*: string | null
* **targetPort** *(optional)*: integer (int32)
### PatchPolicyV2DTO
[Section titled “PatchPolicyV2DTO”](#patchpolicyv2dto)
Patch request for an Access Policy
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **clientWorkload** *(optional)*: string (uuid) - Client Workload associated with this Access Policy
* **serverWorkload** *(optional)*: string (uuid) - Server Workload associated with this Access Policy
* **credentialProviders** *(optional)*: Array - Credential Providers associated with this Access Policy
* **trustProviders** *(optional)*: Array\ - Trust Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array\ - Access Conditions associated with this Access Policy
### PermissionDTO
[Section titled “PermissionDTO”](#permissiondto)
Individual Permission details
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - Name of the Permission Target
* **read** *(optional)*: boolean - True if this permission allows access to Read the Permission Target, False otherwise
* **write** *(optional)*: boolean - True if this permission allows access to Write the Permission Target, False otherwise
* **isWritable** *(optional)*: boolean - True if this permission allows access to Write the Permission Target, False otherwise
* **isReadable** *(optional)*: boolean - True if this permission allows access to Read the Permission Target, False otherwise
* **accessLevel** *(optional)*: string | null - Description of the Permission level
### PolicyCredentialMappingDTO
[Section titled “PolicyCredentialMappingDTO”](#policycredentialmappingdto)
Access Policy Credential Mappings
**Type:** object
**Properties:**
* **credentialProviderId** *(required)*: string (uuid) - CredentialProviderId
* **mappingType** *(required)*: any
* **accountName** *(optional)*: string | null - Snowflake Username
* **headerName** *(optional)*: string | null - Header Name
* **headerValue** *(optional)*: string | null - Header Value
* **httpbodyFieldPath** *(optional)*: string | null - HttpBody Field Path
* **httpbodyFieldValue** *(optional)*: string | null - HttpBody Field Value
### PolicyCredentialProviderMappingTypes
[Section titled “PolicyCredentialProviderMappingTypes”](#policycredentialprovidermappingtypes)
**Type:** string
**Possible values:** `None`, `AccountName`, `HttpHeader`, `HttpBody`
### PolicyDTO
[Section titled “PolicyDTO”](#policydto)
Individual Access Policy
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **credentialProvider** *(optional)*: string (uuid) | null - Credential Provider associated with this Access Policy
* **trustProviders** *(optional)*: Array\ - Trust Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array\ - Access Conditions associated with this Access Policy
* **clientWorkload** *(required)*: string (uuid) - Client Workload associated with this Access Policy
* **serverWorkload** *(required)*: string (uuid) - Server Workload associated with this Access Policy
* **clientWorkloadDetails** *(optional)*: any
* **serverWorkloadDetails** *(optional)*: any
* **policyNotes** *(optional)*: Array - Policy Notes for this Access Policy
### PolicyExternalDTO
[Section titled “PolicyExternalDTO”](#policyexternaldto)
Individual Access Policy
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **clientWorkload** *(optional)*: any
* **trustProviders** *(optional)*: Array - Details of the Trust Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array - Details of the Access Conditions associated with this Access Policy
* **credentialProvider** *(optional)*: any
* **serverWorkload** *(optional)*: any
* **policyNotes** *(optional)*: Array - Policy Notes for this Access Policy
### PolicyListDTO
[Section titled “PolicyListDTO”](#policylistdto)
Page of Access Policies
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Access Policies
* **accessPolicies** *(optional)*: Array - Page of Access Policies
### PolicyNoteDTO
[Section titled “PolicyNoteDTO”](#policynotedto)
Individual Note created for an Access Policy
**Type:** object
**Properties:**
* **note** *(required)*: string - Note added to an Access Policy by a User
* **createdAt** *(optional)*: string (date-time) - Timestamp the Note was created
* **createdBy** *(optional)*: string | null - Email address of the User who created the Access Policy Note
### PolicyNoteDTOListDTO
[Section titled “PolicyNoteDTOListDTO”](#policynotedtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### PolicyPatchDTO
[Section titled “PolicyPatchDTO”](#policypatchdto)
Patch request for an Access Policy
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **clientWorkload** *(optional)*: string (uuid) - Client Workload associated with this Access Policy
* **serverWorkload** *(optional)*: string (uuid) - Server Workload associated with this Access Policy
* **credentialProvider** *(optional)*: string (uuid) | null - Credential Provider associated with this Access Policy
* **trustProviders** *(optional)*: Array\ - Trust Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array\ - Access Conditions associated with this Access Policy
### PublicKeyValidationDTO
[Section titled “PublicKeyValidationDTO”](#publickeyvalidationdto)
Response to a request for Public Key Validation
**Type:** object
**Properties:**
* **isValidContent** *(optional)*: boolean - True if the Public Key was valid, False otherwise
* **thumbprint** *(optional)*: string | null - Thumbprint of the Public Key
* **expirationDate** *(optional)*: string | null - Expiration of the Public Key Certificate
* **certificateSubject** *(optional)*: string | null - Subject of the Public Key Certificate
* **message** *(optional)*: string | null - Message describing why the Public Key was not valid if IsValidContent is False
### RequestMetadaAembitDTO
[Section titled “RequestMetadaAembitDTO”](#requestmetadaaembitdto)
**Type:** object
**Properties:**
* **clientId** *(optional)*: string | null
### RequestMetadaAwsDTO
[Section titled “RequestMetadaAwsDTO”](#requestmetadaawsdto)
**Type:** object
**Properties:**
* **accountId** *(optional)*: string | null
* **instanceId** *(optional)*: string | null
* **region** *(optional)*: string | null
* **ecs** *(optional)*: any
* **lambda** *(optional)*: any
### RequestMetadaAzureDTO
[Section titled “RequestMetadaAzureDTO”](#requestmetadaazuredto)
**Type:** object
**Properties:**
* **vmId** *(optional)*: string | null
* **subscriptionId** *(optional)*: string | null
### RequestMetadaEcsDTO
[Section titled “RequestMetadaEcsDTO”](#requestmetadaecsdto)
**Type:** object
**Properties:**
* **taskFamily** *(optional)*: string | null
* **serviceName** *(optional)*: string | null
### RequestMetadaGcpDTO
[Section titled “RequestMetadaGcpDTO”](#requestmetadagcpdto)
**Type:** object
**Properties:**
* **serviceAccount** *(optional)*: string | null
### RequestMetadaGithubDTO
[Section titled “RequestMetadaGithubDTO”](#requestmetadagithubdto)
**Type:** object
**Properties:**
* **repository** *(optional)*: string | null
* **subject** *(optional)*: string | null
### RequestMetadaGitlabDTO
[Section titled “RequestMetadaGitlabDTO”](#requestmetadagitlabdto)
**Type:** object
**Properties:**
* **namespacePath** *(optional)*: string | null
* **projectPath** *(optional)*: string | null
* **refPath** *(optional)*: string | null
* **subject** *(optional)*: string | null
### RequestMetadaHostDTO
[Section titled “RequestMetadaHostDTO”](#requestmetadahostdto)
**Type:** object
**Properties:**
* **hostname** *(optional)*: string | null
### RequestMetadaKubernetesDTO
[Section titled “RequestMetadaKubernetesDTO”](#requestmetadakubernetesdto)
**Type:** object
**Properties:**
* **namespace** *(optional)*: string | null
* **podName** *(optional)*: string | null
* **serviceAccountName** *(optional)*: string | null
* **serviceAccountUID** *(optional)*: string | null
### RequestMetadaLambdaDTO
[Section titled “RequestMetadaLambdaDTO”](#requestmetadalambdadto)
**Type:** object
**Properties:**
* **arn** *(optional)*: string | null
### RequestMetadaNetworkDTO
[Section titled “RequestMetadaNetworkDTO”](#requestmetadanetworkdto)
**Type:** object
**Properties:**
* **sourceIP** *(optional)*: string | null
### RequestMetadaProcessDTO
[Section titled “RequestMetadaProcessDTO”](#requestmetadaprocessdto)
**Type:** object
**Properties:**
* **name** *(optional)*: string | null
* **userName** *(optional)*: string | null
### RequestMetadaTerraformDTO
[Section titled “RequestMetadaTerraformDTO”](#requestmetadaterraformdto)
**Type:** object
**Properties:**
* **workspaceId** *(optional)*: string | null
* **organizationId** *(optional)*: string | null
* **projectId** *(optional)*: string | null
### ResourceSetDTO
[Section titled “ResourceSetDTO”](#resourcesetdto)
Individual Resource Set
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **serverWorkloadCount** *(optional)*: integer (int32) | null - Server Workloads associated with this Resource Set
* **clientWorkloadCount** *(optional)*: integer (int32) | null - Client Workloads associated with this Resource Set
* **accessPolicyCount** *(optional)*: integer (int32) | null - Access Policies associated with this Resource Set
* **trustProviderCount** *(optional)*: integer (int32) | null - Trust Providers associated with this Resource Set
* **accessConditionCount** *(optional)*: integer (int32) | null - Access Conditions associated with this Resource Set
* **credentialProviderCount** *(optional)*: integer (int32) | null - Credential Providers associated with this Resource Set
* **roles** *(optional)*: Array\ - Roles associated with this Resource Set
* **rolesDetails** *(optional)*: Array - Details of the Roles associated with this Resource Set
* **users** *(optional)*: Array - Users associated with this Resource Set
* **standaloneCertificateAuthority** *(optional)*: string (uuid) | null - Standalone Certificate Authority associated with this Resource Set
### ResourceSetDTOListDTO
[Section titled “ResourceSetDTOListDTO”](#resourcesetdtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### ResourceSetPatchDTO
[Section titled “ResourceSetPatchDTO”](#resourcesetpatchdto)
Patch Request for an Individual Resource Set
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### RoleDTO
[Section titled “RoleDTO”](#roledto)
Individual Role
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **usersCount** *(optional)*: integer (int32) - Number of Users associated with this Role
* **credentialProvidersCount** *(optional)*: integer (int32) - Number of Credential Providers associated with this Role
* **isSystem** *(optional)*: boolean - True if this is a system included Role (e.g. SuperAdmin or Auditor)
* **permissions** *(optional)*: Array - Permissions assigned to this Role
* **resourceSets** *(optional)*: Array - Resource Sets assigned to this Role
### RoleListDTO
[Section titled “RoleListDTO”](#rolelistdto)
Page of Roles
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Roles
* **roles** *(optional)*: Array - Page of Roles
### RolePatchDTO
[Section titled “RolePatchDTO”](#rolepatchdto)
Patch request for an individual Role
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### RoutingDTO
[Section titled “RoutingDTO”](#routingdto)
Individual Routing
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSetId** *(required)*: string (uuid) - ID of the Resource Set related to routing
* **proxyUrl** *(required)*: string - URL of the proxy. The format is http(s)://server:port
### RoutingDTOListDTO
[Section titled “RoutingDTOListDTO”](#routingdtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### RoutingPatchDTO
[Section titled “RoutingPatchDTO”](#routingpatchdto)
Patch request for an individual Routing
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### SSOIdentityProviderDTO
[Section titled “SSOIdentityProviderDTO”](#ssoidentityproviderdto)
Individual SSO Identity Provider
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **entityId** *(optional)*: string | null - SAML Entity ID of the remote SSO Identity Provider
* **metadataUrl** *(optional)*: string | null - Metadata URL of the remote SSO Identity Provider
* **metadataXml** *(optional)*: string | null - Metadata XML content of the remote SSO Identity Provider
* **samlStatementRoleMappings** *(optional)*: Array - Collection of mappings of SAML attributes to Aembit roles
### SSOIdentityProviderDTOListDTO
[Section titled “SSOIdentityProviderDTOListDTO”](#ssoidentityproviderdtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### SSOIdentityProviderPatchDTO
[Section titled “SSOIdentityProviderPatchDTO”](#ssoidentityproviderpatchdto)
Patch request for an individual SSO Identity Provider
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### SSOSignInPolicyDTO
[Section titled “SSOSignInPolicyDTO”](#ssosigninpolicydto)
**Type:** object
**Properties:**
* **ssoRequired** *(optional)*: boolean
### SamlStatementRoleMappingDTO
[Section titled “SamlStatementRoleMappingDTO”](#samlstatementrolemappingdto)
Represents a mapping of a SAML attribute to an Aembit role
**Type:** object
**Properties:**
* **attributeName** *(optional)*: string | null - SAML Attribute name
* **attributeValue** *(optional)*: string | null - SAML Attribute value
* **roleExternalId** *(optional)*: string (uuid) - Aembit Role ID
### ServerWorkloadExternalDTO
[Section titled “ServerWorkloadExternalDTO”](#serverworkloadexternaldto)
Individual Server Workload
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **serviceEndpoint** *(required)*: any
* **type** *(optional)*: string | null - Type of Server Workload
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Server Workload
### ServerWorkloadListDTO
[Section titled “ServerWorkloadListDTO”](#serverworkloadlistdto)
Page of Server Workloads
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32)
* **recordsTotal** *(optional)*: integer (int32)
* **serverWorkloads** *(optional)*: Array
### SettingDTO
[Section titled “SettingDTO”](#settingdto)
**Type:** object
**Properties:**
* **name** *(required)*: string
* **value** *(required)*: string
### StandaloneCertificatePatchDTO
[Section titled “StandaloneCertificatePatchDTO”](#standalonecertificatepatchdto)
Patch Request for an Individual Standalone Certificate Authority
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **leafLifetime** *(optional)*: integer (int32) | null
### StandaloneCertificateRequestDTO
[Section titled “StandaloneCertificateRequestDTO”](#standalonecertificaterequestdto)
Individual Standalone Certificate Authority
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **leafLifetime** *(required)*: integer (int32) - Leaf certificate lifetime value for this Standalone Certificate Authority
### StandaloneCertificateResponseDTO
[Section titled “StandaloneCertificateResponseDTO”](#standalonecertificateresponsedto)
Individual Standalone Certificate Authority
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **leafLifetime** *(required)*: integer (int32) - Leaf certificate lifetime value for this Standalone Certificate Authority
* **notBefore** *(optional)*: string (date-time) - Not before value of the Root CA for this Standalone Certificate Authority
* **notAfter** *(optional)*: string (date-time) - Not after value of the Root CA for this Standalone Certificate Authority
* **clientWorkloadCount** *(optional)*: integer (int32) | null - Client Workloads associated with this Standalone Certificate Authority
### StandaloneCertificateResponseDTOListDTO
[Section titled “StandaloneCertificateResponseDTOListDTO”](#standalonecertificateresponsedtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### StringStringKeyValuePair
[Section titled “StringStringKeyValuePair”](#stringstringkeyvaluepair)
**Type:** object
**Properties:**
* **key** *(optional)*: string | null
* **value** *(optional)*: string | null
### TagDTO
[Section titled “TagDTO”](#tagdto)
Aembit Entity Tag Details
**Type:** object
**Properties:**
* **key** *(required)*: string - Tag Key
* **value** *(required)*: string - Tag Key Value
### TrustProviderDTO
[Section titled “TrustProviderDTO”](#trustproviderdto)
Individual Trust Provider
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **id** *(optional)*: integer (int32) - Trust Provider Id
* **provider** *(required)*: string - Trust Provider Type
* **matchRules** *(optional)*: Array - Trust Provider Match Rules
* **certificate** *(optional)*: string | null - Trust Provider Certificate or Public Key for cryptographic attestation
* **jwks** *(optional)*: string | null - Jwks Content for cryptographic attestation
* **publicKeyValidation** *(optional)*: any
* **oidcUrl** *(optional)*: string | null - OIDC URL to use for retrieving JWKS Public Keys
* **symmetricKey** *(optional)*: string | null - Symmetric Key
* **pemType** *(optional)*: string | null - PEM Input Type
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Trust Provider
* **agentControllersCount** *(optional)*: integer (int32) - Agent Controllers associated with this Trust Provider
* **agentControllerIds** *(optional)*: Array\ - Agent Controller IDs associated with this Trust Provider
### TrustProviderItemDTO
[Section titled “TrustProviderItemDTO”](#trustprovideritemdto)
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(optional)*: string | null
### TrustProviderListDTO
[Section titled “TrustProviderListDTO”](#trustproviderlistdto)
Page of Trust Providers
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Trust Providers
* **trustProviders** *(optional)*: Array - Page of Trust Providers
### TrustProviderMatchRuleDTO
[Section titled “TrustProviderMatchRuleDTO”](#trustprovidermatchruledto)
Individual Match Rule to enforce during Trust Provider attestation
**Type:** object
**Properties:**
* **attribute** *(required)*: string - Match Rule Attribute
* **value** *(required)*: string - Match Rule Attribute Value
### TrustProviderPatchDTO
[Section titled “TrustProviderPatchDTO”](#trustproviderpatchdto)
Patch request for an individual Trust Provider
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **provider** *(optional)*: string | null - Trust Provider Type
* **matchRules** *(optional)*: Array - Trust Provider Match Rules
* **oidcUrl** *(optional)*: string | null - OIDC URL to use for retrieving JWKS Public Keys
* **pemType** *(optional)*: string | null - PEM Input Type
* **certificate** *(optional)*: string | null - Trust Provider Certificate or Public Key for cryptographic attestation
* **jwks** *(optional)*: string | null - Jwks Content for cryptographic attestation
* **symmetricKey** *(optional)*: string | null - Symmetric Key
* **publicKeyValidation** *(optional)*: any
### UserAgentDTO
[Section titled “UserAgentDTO”](#useragentdto)
DTO for the HTTP User Agent of an individual Aembit Audit Log
**Type:** object
**Properties:**
* **browser** *(optional)*: string | null - The browser as determined from the HTTP User Agent
* **operatingSystem** *(optional)*: string | null - The operating system as determined from the HTTP User Agent
* **raw** *(optional)*: string | null - The raw HTTP User Agent
### UserDTO
[Section titled “UserDTO”](#userdto)
**Type:** object
**Properties:**
* **email** *(required)*: string (email)
* **externalId** *(optional)*: string (uuid)
* **roles** *(optional)*: Array\
* **rolesDetails** *(optional)*: Array
* **firstName** *(required)*: string
* **lastName** *(required)*: string
* **phoneNumber** *(optional)*: string | null
* **createdAt** *(optional)*: string (date-time)
* **isActive** *(optional)*: boolean
* **twoFactorEnabled** *(optional)*: boolean
* **isLocked** *(optional)*: boolean
* **tags** *(optional)*: Array
* **userTokens** *(optional)*: Array
### UserListDTO
[Section titled “UserListDTO”](#userlistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32)
* **recordsTotal** *(optional)*: integer (int32)
* **users** *(optional)*: Array
### UserPatchDTO
[Section titled “UserPatchDTO”](#userpatchdto)
**Type:** object
**Properties:**
* **email** *(optional)*: string | null
* **firstName** *(optional)*: string | null
* **lastName** *(optional)*: string | null
* **phoneNumber** *(optional)*: string | null
* **isActive** *(optional)*: boolean | null
### UserTokensDTO
[Section titled “UserTokensDTO”](#usertokensdto)
**Type:** object
**Properties:**
* **id** *(optional)*: string (uuid)
* **name** *(optional)*: string | null
* **verified** *(optional)*: boolean
* **createdAt** *(optional)*: string (date-time)
### WorkloadExternalDTO
[Section titled “WorkloadExternalDTO”](#workloadexternaldto)
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **trustProviders** *(optional)*: Array
* **credentialProviderId** *(optional)*: string (uuid) | null
* **credentialProviderText** *(optional)*: string | null
* **workloadServiceEndpoints** *(optional)*: Array\
* **serviceEndpoint** *(optional)*: any
* **type** *(optional)*: string | null
### WorkloadServiceAuthenticationDTO
[Section titled “WorkloadServiceAuthenticationDTO”](#workloadserviceauthenticationdto)
Authentication configuration for a Server Workload
**Type:** object
**Properties:**
* **method** *(required)*: string - Authentication Method
* **scheme** *(required)*: string - Authentication Scheme
* **config** *(optional)*: string | null - Authentication Configuration
### WorkloadServiceEndpointDTO
[Section titled “WorkloadServiceEndpointDTO”](#workloadserviceendpointdto)
Service Endpoint for a Server Workload
**Type:** object
**Properties:**
* **externalId** *(optional)*: string | null - External ID of the Service Endpoint
* **id** *(optional)*: integer (int32) - ID of the Service Endpoint
* **host** *(required)*: string - Hostname or IP Address
* **appProtocol** *(required)*: string - Application Protocol
* **transportProtocol** *(required)*: string - Transport Protocol (e.g. TCP)
* **requestedPort** *(required)*: integer (int32) - The target port as specified by the Client Workload
* **requestedTls** *(required)*: boolean - The TLS encryption configuration of the Client Workload
* **port** *(required)*: integer (int32) - The target port to which the Agent/Proxy will communicate
* **tls** *(required)*: boolean - The TLS encryption configuration which will be used by the Agent/Proxy
* **workloadServiceAuthentication** *(optional)*: any
* **tlsVerification** *(required)*: string - TLS Verification configuration for the Agent/Proxy to Server Workload connection
* **httpHeaders** *(optional)*: Array - Static HTTP Headers to include for transmission to the Server Workload
# Aembit Cloud API - Data Schemas
> Data schemas and models for Aembit Cloud API
# Aembit Cloud API - Data Schemas
[Section titled “Aembit Cloud API - Data Schemas”](#aembit-cloud-api---data-schemas)
**Version:** v1
### AccessConditionDTO
[Section titled “AccessConditionDTO”](#accessconditiondto)
DTO of an individual Access Condition for enforcement during Access Policy evaluation
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **integrationID** *(optional)*: string (uuid) - ID of the Integration Entity used by this Access Condition
* **integration** *(optional)*: any
* **conditions** *(required)*: object - Rules which are enforced by the Access Condition
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Access Condition
* **integrationType** *(optional)*: string | null
### AccessConditionListDTO
[Section titled “AccessConditionListDTO”](#accessconditionlistdto)
Page of Access Conditions
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32)
* **recordsTotal** *(optional)*: integer (int32)
* **accessConditions** *(optional)*: Array
### AccessConditionPatchDTO
[Section titled “AccessConditionPatchDTO”](#accessconditionpatchdto)
Patch Request DTO for individual Access Condition
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### AgentControllerDTO
[Section titled “AgentControllerDTO”](#agentcontrollerdto)
DTO of an individual Agent Controller for Agent Proxy management
**Type:** object
**Properties:**
* **id** *(optional)*: integer (int) - ID of the Agent Controller
* **externalId** *(optional)*: string (uuid) - ID of the Agent Controller
* **createdAt** *(optional)*: string (date) - Agent Controller creation Timestamp
* **version** *(optional)*: string | null - Last reported software version of the Agent Controller
* **isActive** *(optional)*: boolean (boolean) - Active status of the Agent Controller
* **name** *(required)*: string - Name of the Agent Controller
* **description** *(optional)*: string | null - Description of the Agent Controller
* **tags** *(optional)*: Array - Tags assigned to the Agent Controller
* **tlsCertificates** *(optional)*: Array - TLS Certificates associated with the Agent Controller
* **trustProviderId** *(optional)*: string (uuid) | null - Trust Provider ID of the Agent Controller used for attested authentication
* **trustProvider** *(optional)*: any
* **modifiedAt** *(optional)*: string (date) - Agent Controller modification Timestamp
* **isHealthy** *(optional)*: boolean (boolean) - Recently reported Agent Controller Health Status
* **lastReportedUptime** *(optional)*: integer (int64) - Last Reported Agent Controller Uptime (in seconds)
* **lastReportedHealthTime** *(optional)*: string (date) | null - Last Reported Agent Controller Health Time
* **allowedTlsHostname** *(optional)*: string | null - Allowed TLS Hostname for Aembit Managed TLS
### AgentControllerDeviceCodeDTO
[Section titled “AgentControllerDeviceCodeDTO”](#agentcontrollerdevicecodedto)
DTO of an individual Agent Controller Device Code
**Type:** object
**Properties:**
* **device\_code** *(optional)*: string | null - One time use OAuth 2 Device Code for use during AgentController deployment and registration
### AgentControllerListDTO
[Section titled “AgentControllerListDTO”](#agentcontrollerlistdto)
Page of Agent Controllers for Agent Proxy management
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of AgentControllers available
* **agentControllers** *(optional)*: Array - Page of AgentControllers for this request
### AgentControllerPatchDTO
[Section titled “AgentControllerPatchDTO”](#agentcontrollerpatchdto)
Patch Request DTO for individual Agent Controller
**Type:** object
**Properties:**
* **version** *(optional)*: string | null
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified Agent Controller
* **trustProviderId** *(optional)*: string (uuid) | null - New Trust Provider to use for the identified Agent Controller
### AgentControllerTagDTO
[Section titled “AgentControllerTagDTO”](#agentcontrollertagdto)
Agent Controller Tag key and value
**Type:** object
**Properties:**
* **key** *(required)*: string - Key for the Agent Controller Tag
* **value** *(required)*: string - Value for the Agent Controller Tag
### AgentControllerTlsCertificateDTO
[Section titled “AgentControllerTlsCertificateDTO”](#agentcontrollertlscertificatedto)
Agent Controller TLS Certificate information
**Type:** object
**Properties:**
* **subject** *(required)*: string - Subject of the Certificate
* **serialNumber** *(required)*: string - Serial Number of the Certificate
* **thumbprint** *(required)*: string - Thumbprint of the Certificate
* **notBefore** *(required)*: string (date-time) - Creation Timestamp of the Certificate
* **notAfter** *(required)*: string (date-time) - Expiration Timestamp of the Certificate
* **hostName** *(required)*: string - Last reported Hostname for the Agent Controller
* **createdAt** *(required)*: string (date-time) - Creation Timestamp for this Agent Controller TLS Certificate
* **isManagedByAembit** *(optional)*: boolean (boolean) - True if the Agent Controller TLS Certificate is managed by Aembit
### AuditActorDTO
[Section titled “AuditActorDTO”](#auditactordto)
DTO for the Actor details of an Aembit Audit Log
**Type:** object
**Properties:**
* **type** *(optional)*: string | null - The type of Audit Log actor (e.g. User, System, or Role)
* **displayName** *(optional)*: string | null - Fully qualified Audit Log Actor name
* **userName** *(optional)*: string | null
* **email** *(optional)*: string | null
* **credentialProviderId** *(optional)*: string | null - Credential Provider ID that was used to generate the Role-based Access Token for this Audit Log action
* **accessPolicyId** *(optional)*: string | null - Access Policy ID that was used to generate the Role-based Access Token for this Audit Log action
### AuditClientDTO
[Section titled “AuditClientDTO”](#auditclientdto)
DTO for the Client details of an Aembit Audit Log
**Type:** object
**Properties:**
* **ipAddress** *(optional)*: string | null - IP Address of the remote client
* **userAgent** *(optional)*: any
### AuditLogDTO
[Section titled “AuditLogDTO”](#auditlogdto)
DTO for an individual Aembit Audit Log
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid) - ID of an Aembit Audit Log
* **resourceSetId** *(optional)*: string (uuid) - Resource Set ID of an Aembit Audit Log
* **category** *(optional)*: string | null - Category of an Aembit Audit Log (e.g. Users, AccessPolicies, Workloads, etc.)
* **actor** *(optional)*: any
* **activity** *(optional)*: string | null - Activity of an Aembit Audit Log
* **target** *(optional)*: string | null - Target of an Aembit Audit Log
* **client** *(optional)*: any
* **outcome** *(optional)*: any
* **trustProvider** *(optional)*: any
* **severity** *(optional)*: string | null - Severity of an Aembit Audit Log
* **createdAt** *(optional)*: string (date-time) - Timestamp of when this Aembit Audit Log was created
### AuditLogListDTO
[Section titled “AuditLogListDTO”](#auditloglistdto)
Page of Aembit Audit Logs
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Aembit Audit Logs
* **auditLogs** *(optional)*: Array - Page of Aembit Audit Logs
### AuditOutcomeDTO
[Section titled “AuditOutcomeDTO”](#auditoutcomedto)
DTO for the Outcome of an individual Aembit Audit Log
**Type:** object
**Properties:**
* **reason** *(optional)*: string | null - Reason for the outcome of this Aembit Audit Log
* **result** *(optional)*: string | null - Outcome of the action associated with this Aembit Audit Log
### AuthorizationEventAtttestationResultDTO
[Section titled “AuthorizationEventAtttestationResultDTO”](#authorizationeventatttestationresultdto)
Individual Access Entity Attestation Result of an Aembit Access Authorization Event
**Type:** object
**Properties:**
* **id** *(optional)*: string (uuid) - Access Entity ID
* **name** *(optional)*: string | null - Access Entity Name
* **result** *(optional)*: string | null - Access Entity processing Result for this Access Authorization Event
* **matches** *(optional)*: Array - List of matched Access Entity Identifiers
* **reason** *(optional)*: string | null
* **attribute** *(optional)*: string | null
* **expectedValue** *(optional)*: string | null
* **actualValue** *(optional)*: string | null
### AuthorizationEventCPResultDTO
[Section titled “AuthorizationEventCPResultDTO”](#authorizationeventcpresultdto)
Individual Credential Provider Result of an Aembit Access Authorization Event
**Type:** object
**Properties:**
* **id** *(optional)*: string (uuid) - Access Entity ID
* **name** *(optional)*: string | null - Access Entity Name
* **result** *(optional)*: string | null - Access Entity processing Result for this Access Authorization Event
* **matches** *(optional)*: Array - List of matched Access Entity Identifiers
* **type** *(optional)*: string | null - Credential Provider Type
* **reason** *(optional)*: string | null - Credential Provider Failure Reason
### AuthorizationEventDTO
[Section titled “AuthorizationEventDTO”](#authorizationeventdto)
An individual Aembit Access Authorization Event
**Type:** object
**Properties:**
* **meta** *(optional)*: any
* **outcome** *(optional)*: any
* **clientRequest** *(optional)*: any
* **environment** *(optional)*: any
* **clientWorkload** *(optional)*: any
* **serverWorkload** *(optional)*: any
* **accessPolicy** *(optional)*: any
* **trustProviders** *(optional)*: Array - Trust Provider information for an individual Aembit Access Authorization Event
* **accessConditions** *(optional)*: Array - Access Condition information for an individual Aembit Access Authorization Event
* **credentialProvider** *(optional)*: any
### AuthorizationEventDataMetaDTO
[Section titled “AuthorizationEventDataMetaDTO”](#authorizationeventdatametadto)
Metadata DTO for an individual Aembit Access Authorization Event
**Type:** object
**Properties:**
* **clientIP** *(optional)*: string | null - Remote Client IP Address of the Access Authorization Request
* **timestamp** *(optional)*: string (date-time) - Timestamp of the Access Authorization Request
* **eventType** *(optional)*: string | null - Event Type of the Access Authorization Request
* **eventId** *(optional)*: string (uuid) - Unique ID of the Access Authorization Event
* **resourceSetId** *(optional)*: string (uuid) - Resource Set ID of the Access Authorization Event
* **contextId** *(optional)*: string (uuid) - Context ID of the Access Authorization Events for a single Access Authorization Request
* **directiveId** *(optional)*: string (uuid) - Directive ID of the Access Authorization Event (if available)
* **severity** *(optional)*: string | null - Severity of the Access Authorization Event (e.g. Info, Warning, Error)
### AuthorizationEventEntityResultDTO
[Section titled “AuthorizationEventEntityResultDTO”](#authorizationevententityresultdto)
Access Entity Result of an Aembit Access Authorization Event
**Type:** object
**Properties:**
* **id** *(optional)*: string (uuid) - Access Entity ID
* **name** *(optional)*: string | null - Access Entity Name
* **result** *(optional)*: string | null - Access Entity processing Result for this Access Authorization Event
* **matches** *(optional)*: Array - List of matched Access Entity Identifiers
### AuthorizationEventEnvironmentDataDTO
[Section titled “AuthorizationEventEnvironmentDataDTO”](#authorizationeventenvironmentdatadto)
**Type:** object
**Properties:**
* **network** *(optional)*: any
* **host** *(optional)*: any
* **process** *(optional)*: any
* **aembit** *(optional)*: any
* **aws** *(optional)*: any
* **gcp** *(optional)*: any
* **azure** *(optional)*: any
* **kubernetes** *(optional)*: any
* **gitlab** *(optional)*: any
* **github** *(optional)*: any
* **terraform** *(optional)*: any
### AuthorizationEventListDTO
[Section titled “AuthorizationEventListDTO”](#authorizationeventlistdto)
Page of Aembit Access Authorization Events
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Aembit Audit Logs
* **authorizationEvents** *(optional)*: Array - Page of Aembit Access Authorization Events
### AuthorizationEventOutcomeDTO
[Section titled “AuthorizationEventOutcomeDTO”](#authorizationeventoutcomedto)
Outcome of an individual Aembit Access Authorization Event
**Type:** object
**Properties:**
* **result** *(optional)*: string | null - Result of an individual Aembit Access Authorization Event
* **reason** *(optional)*: string | null - Reason for the Result of an individual Aembit Access Authorization Event
### AwsIamRoleCpiDTO
[Section titled “AwsIamRoleCpiDTO”](#awsiamrolecpidto)
DTO for AWS IAM Role Credential Provider Integration
### CPAwsStsV2DTO
[Section titled “CPAwsStsV2DTO”](#cpawsstsv2dto)
### CPGitLabManagedAccountDTO
[Section titled “CPGitLabManagedAccountDTO”](#cpgitlabmanagedaccountdto)
### CPTypeAembitAccessTokenV2DTO
[Section titled “CPTypeAembitAccessTokenV2DTO”](#cptypeaembitaccesstokenv2dto)
### CPTypeApiKeyUIV2DTO
[Section titled “CPTypeApiKeyUIV2DTO”](#cptypeapikeyuiv2dto)
### CPTypeAzureEntraFederationV2DTO
[Section titled “CPTypeAzureEntraFederationV2DTO”](#cptypeazureentrafederationv2dto)
### CPTypeGoogleWorkflowIDFederationV2DTO
[Section titled “CPTypeGoogleWorkflowIDFederationV2DTO”](#cptypegoogleworkflowidfederationv2dto)
### CPTypeJWTTokenV2DTO
[Section titled “CPTypeJWTTokenV2DTO”](#cptypejwttokenv2dto)
### CPTypeOAuth2AuthorizationCodeUIV2DTO
[Section titled “CPTypeOAuth2AuthorizationCodeUIV2DTO”](#cptypeoauth2authorizationcodeuiv2dto)
### CPTypeOAuth2ClientCredentialsUIV2DTO
[Section titled “CPTypeOAuth2ClientCredentialsUIV2DTO”](#cptypeoauth2clientcredentialsuiv2dto)
### CPTypeOAuth2CustomParameters
[Section titled “CPTypeOAuth2CustomParameters”](#cptypeoauth2customparameters)
**Type:** object
**Properties:**
* **key** *(optional)*: string | null
* **value** *(optional)*: string | null
* **valueType** *(optional)*: string | null
### CPTypeUsernamePasswordUIV2DTO
[Section titled “CPTypeUsernamePasswordUIV2DTO”](#cptypeusernamepassworduiv2dto)
### CPTypeVaultClientTokenV2DTO
[Section titled “CPTypeVaultClientTokenV2DTO”](#cptypevaultclienttokenv2dto)
### ClientIdentifierExternalDTO
[Section titled “ClientIdentifierExternalDTO”](#clientidentifierexternaldto)
**Type:** object
**Properties:**
* **name** *(optional)*: string | null
* **displayName** *(optional)*: string | null
* **environmentPath** *(optional)*: string | null
* **isSupported** *(optional)*: boolean
### ClientRequestDTO
[Section titled “ClientRequestDTO”](#clientrequestdto)
**Type:** object
**Properties:**
* **version** *(required)*: string
* **network** *(required)*: any
### ClientWorkloadExternalDTO
[Section titled “ClientWorkloadExternalDTO”](#clientworkloadexternaldto)
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **identities** *(optional)*: Array
* **standaloneCertificateAuthority** *(optional)*: string (uuid) | null - Standalone Certificate Authority associated with this Client Workload
* **type** *(optional)*: string | null
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Client Workload
### ClientWorkloadIdentityDTO
[Section titled “ClientWorkloadIdentityDTO”](#clientworkloadidentitydto)
**Type:** object
**Properties:**
* **type** *(optional)*: string | null
* **value** *(required)*: string
### ClientWorkloadListDTO
[Section titled “ClientWorkloadListDTO”](#clientworkloadlistdto)
Page of Client Workloads
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32)
* **recordsTotal** *(optional)*: integer (int32)
* **clientWorkloads** *(optional)*: Array
### ClientWorkloadPatchDTO
[Section titled “ClientWorkloadPatchDTO”](#clientworkloadpatchdto)
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **identities** *(optional)*: Array
### CreatePolicyDTO
[Section titled “CreatePolicyDTO”](#createpolicydto)
Create/Update Access Policy
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **credentialProviders** *(optional)*: Array - Credential Providers associated with this Access Policy
* **trustProviders** *(optional)*: Array\ - Trust Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array\ - Access Conditions associated with this Access Policy
* **clientWorkload** *(required)*: string (uuid) - Client Workload associated with this Access Policy
* **serverWorkload** *(required)*: string (uuid) - Server Workload associated with this Access Policy
### CredentialProviderDTO
[Section titled “CredentialProviderDTO”](#credentialproviderdto)
Individual Credential Provider
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **type** *(required)*: string - Credential Provider Type (e.g. oauth-client-credential, username-password, etc.)
* **roleId** *(optional)*: string (uuid) | null - Credential Provider Role for use with Aembit Access Token type Credential Providers
* **lifetimeTimeSpanSeconds** *(optional)*: integer (int32) - The Lifetime of a Credential Provider’s credential value
* **lifetimeExpiration** *(optional)*: string (date-time) | null - The expiration timestamp for a Credential Provider’s credential value
* **providerDetailJSON** *(optional)*: string | null - JSON representation of the Credential Provider configuration details
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Credential Provider
### CredentialProviderIntegrationDTO
[Section titled “CredentialProviderIntegrationDTO”](#credentialproviderintegrationdto)
Individual Credential Provider Integration
**Type:** object
**Properties:**
* **type** *(required)*: any
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **tokenExpiration** *(optional)*: string (date-time) | null
* **lastOperationTimestamp** *(optional)*: string (date-time) | null
* **status** *(optional)*: string | null
* **errorMessage** *(optional)*: string | null
### CredentialProviderIntegrationPatchDTO
[Section titled “CredentialProviderIntegrationPatchDTO”](#credentialproviderintegrationpatchdto)
Patch Request for an individual Credential Provider Integration
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### CredentialProviderIntegrationType
[Section titled “CredentialProviderIntegrationType”](#credentialproviderintegrationtype)
**Type:** string
**Possible values:** `GitLab`, `AwsIamRole`
### CredentialProviderPatchDTO
[Section titled “CredentialProviderPatchDTO”](#credentialproviderpatchdto)
Patch request for an individual Credential Provider
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **providerDetailJSON** *(optional)*: string | null - JSON representation of the Credential Provider configuration details
* **type** *(optional)*: string | null - Credential Provider Type (e.g. oauth-client-credential, username-password, etc.)
### CredentialProviderUIDTO
[Section titled “CredentialProviderUIDTO”](#credentialprovideruidto)
Individual Credential Provider
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **type** *(required)*: string - Credential Provider Type (e.g. oauth-client-credential, username-password, etc.)
* **roleId** *(optional)*: string (uuid) | null - Credential Provider Role for use with Aembit Access Token type Credential Providers
* **lifetimeTimeSpanSeconds** *(optional)*: integer (int32) - The Lifetime of a Credential Provider’s credential value
* **lifetimeExpiration** *(optional)*: string (date-time) | null - The expiration timestamp for a Credential Provider’s credential value
* **providerDetailJSON** *(optional)*: string | null - JSON representation of the Credential Provider configuration details
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Credential Provider
### CredentialProviderUIDTOCredentialProviderListDTO
[Section titled “CredentialProviderUIDTOCredentialProviderListDTO”](#credentialprovideruidtocredentialproviderlistdto)
Page of Credential Providers
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Credential Providers
* **credentialProviders** *(optional)*: Array - Page of Credential Providers
### CredentialProviderV2DTO
[Section titled “CredentialProviderV2DTO”](#credentialproviderv2dto)
**Type:** object
**Properties:**
* **type** *(required)*: string
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **lifetimeTimeSpanSeconds** *(optional)*: integer (int32)
* **lifetimeExpiration** *(optional)*: string (date-time) | null
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Credential Provider
### CredentialProviderV2DTOCredentialProviderListDTO
[Section titled “CredentialProviderV2DTOCredentialProviderListDTO”](#credentialproviderv2dtocredentialproviderlistdto)
Page of Credential Providers
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Credential Providers
* **credentialProviders** *(optional)*: Array - Page of Credential Providers
### DiscoveryIntegrationDTO
[Section titled “DiscoveryIntegrationDTO”](#discoveryintegrationdto)
Integration details for 3rd party data used by Discovery
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **type** *(required)*: string
* **syncFrequencySeconds** *(required)*: integer (int32)
* **lastSync** *(optional)*: string (date-time) | null
* **lastSyncStatus** *(optional)*: string | null
* **endpoint** *(required)*: string
* **discoveryIntegrationJSON** *(required)*: string
### DiscoveryIntegrationListDTO
[Section titled “DiscoveryIntegrationListDTO”](#discoveryintegrationlistdto)
Page of Integrations
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Integrations
* **integrations** *(optional)*: Array - Page of Integrations
### DiscoveryIntegrationPatchDTO
[Section titled “DiscoveryIntegrationPatchDTO”](#discoveryintegrationpatchdto)
Patch request for an individual Integration
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### EntityMetaDTO
[Section titled “EntityMetaDTO”](#entitymetadto)
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(optional)*: string | null
* **isActive** *(optional)*: boolean
* **tags** *(optional)*: Array
### EntityPatchDTO
[Section titled “EntityPatchDTO”](#entitypatchdto)
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### EventDTO
[Section titled “EventDTO”](#eventdto)
**Type:** object
**Properties:**
* **meta** *(optional)*: any
* **network** *(optional)*: any
* **outcome** *(optional)*: any
### EventListDTO
[Section titled “EventListDTO”](#eventlistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32)
* **recordsTotal** *(optional)*: integer (int32)
* **workloadEvents** *(optional)*: Array
### EventMetaDTO
[Section titled “EventMetaDTO”](#eventmetadto)
**Type:** object
**Properties:**
* **timestamp** *(optional)*: string (date-time)
* **eventType** *(optional)*: string | null
* **eventId** *(optional)*: string | null
* **resourceSetId** *(optional)*: string (uuid)
* **policyId** *(optional)*: string | null
* **action** *(optional)*: string | null
* **connectionId** *(optional)*: string | null
* **severity** *(optional)*: string | null
### EventNetworkDTO
[Section titled “EventNetworkDTO”](#eventnetworkdto)
**Type:** object
**Properties:**
* **clientWorkloadIP** *(optional)*: string | null
* **clientWorkloadPort** *(optional)*: integer (int32)
* **serverWorkloadIP** *(optional)*: string | null
* **serverWorkloadPort** *(optional)*: integer (int32) | null
* **proxyPort** *(optional)*: integer (int32) | null
### EventOutcomeDTO
[Section titled “EventOutcomeDTO”](#eventoutcomedto)
**Type:** object
**Properties:**
* **result** *(optional)*: string | null
### EventResultDTO
[Section titled “EventResultDTO”](#eventresultdto)
**Type:** object
**Properties:**
* **reason** *(optional)*: string | null
* **attribute** *(optional)*: string | null
* **expectedValue** *(optional)*: string | null
* **actualValue** *(optional)*: string | null
### GenericResponseDTO
[Section titled “GenericResponseDTO”](#genericresponsedto)
DTO for a Generic API Response
**Type:** object
**Properties:**
* **success** *(optional)*: boolean - True if the API call was successful, False otherwise
* **message** *(optional)*: string | null - Message to indicate why the API call failed
* **id** *(optional)*: integer (int32) - Unique identifier of the API response
### GetPolicyDTO
[Section titled “GetPolicyDTO”](#getpolicydto)
Individual Access Policy
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **clientWorkload** *(optional)*: any
* **serverWorkload** *(optional)*: any
* **trustProviders** *(optional)*: Array - Trust Providers associated with this Access Policy
* **credentialProviders** *(optional)*: Array - Credential Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array - Access Conditions associated with this Access Policy
### GetPolicyDTOListDTO
[Section titled “GetPolicyDTOListDTO”](#getpolicydtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### GetSignInPolicyDTO
[Section titled “GetSignInPolicyDTO”](#getsigninpolicydto)
**Type:** object
**Properties:**
* **ssoRequired** *(optional)*: boolean
* **mfaRequired** *(optional)*: boolean
### GitLabCredentialProviderIntegrationDTO
[Section titled “GitLabCredentialProviderIntegrationDTO”](#gitlabcredentialproviderintegrationdto)
Individual Credential Provider Integration
### GuidStringKeyValuePairDto
[Section titled “GuidStringKeyValuePairDto”](#guidstringkeyvaluepairdto)
**Type:** object
**Properties:**
* **key** *(optional)*: string (uuid)
* **value** *(optional)*: string | null
### HealthDTO
[Section titled “HealthDTO”](#healthdto)
Aembit Health Status
**Type:** object
**Properties:**
* **status** *(optional)*: string | null - Aembit Health Status
* **version** *(optional)*: string | null - Aembit Cloud Version
* **gitSHA** *(optional)*: string | null - Aembit Cloud Version Git SHA
* **host** *(optional)*: string | null - Aembit Cloud Requested Hostname
* **user** *(optional)*: string | null - Aembit Cloud Authenticated User Email
* **userFullName** *(optional)*: string | null - Aembit Cloud Authenticated User Full Name
* **tenant** *(optional)*: string | null - Aembit Cloud Tenant ID
* **sessionExpiresAt** *(optional)*: string | null - Aembit Cloud Session Expiration
### IntegrationDTO
[Section titled “IntegrationDTO”](#integrationdto)
Integration details for 3rd party data used by Access Conditions
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **type** *(required)*: string
* **syncFrequencySeconds** *(required)*: integer (int32)
* **lastSync** *(optional)*: string (date-time) | null
* **lastSyncStatus** *(optional)*: string | null
* **endpoint** *(required)*: string
* **integrationJSON** *(required)*: object
* **accessConditionsCount** *(optional)*: integer (int32)
### IntegrationListDTO
[Section titled “IntegrationListDTO”](#integrationlistdto)
Page of Integrations
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Integrations
* **integrations** *(optional)*: Array - Page of Integrations
### IntegrationPatchDTO
[Section titled “IntegrationPatchDTO”](#integrationpatchdto)
Patch request for an individual Integration
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### JWTClaimDTO
[Section titled “JWTClaimDTO”](#jwtclaimdto)
**Type:** object
**Properties:**
* **key** *(optional)*: string | null
* **value** *(optional)*: string | null
* **valueType** *(optional)*: string | null
### JsonNode
[Section titled “JsonNode”](#jsonnode)
**Type:** object
**Properties:**
* **options** *(optional)*: any
* **parent** *(optional)*: any
* **root** *(optional)*: any
### JsonNodeOptions
[Section titled “JsonNodeOptions”](#jsonnodeoptions)
**Type:** object
**Properties:**
* **propertyNameCaseInsensitive** *(optional)*: boolean
### ListCredentialProviderIntegrationDTO
[Section titled “ListCredentialProviderIntegrationDTO”](#listcredentialproviderintegrationdto)
Page of Credential Provider Integrations
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **url** *(optional)*: string | null
* **type** *(optional)*: any
* **status** *(optional)*: string | null
* **lastOperationTimestamp** *(optional)*: string (date-time) | null
### ListCredentialProviderIntegrationDTOListDTO
[Section titled “ListCredentialProviderIntegrationDTOListDTO”](#listcredentialproviderintegrationdtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### LogStreamDTO
[Section titled “LogStreamDTO”](#logstreamdto)
Individual Log Stream
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **id** *(optional)*: integer (int32)
* **dataType** *(required)*: string - Log Stream Data Type (e.g. AuditLogs, etc.)
* **type** *(required)*: any
* **inProgTransactionCount** *(optional)*: integer (int32) - Log Stream In Progress Transaction Count
* **completedTransactionCount** *(optional)*: integer (int32) - Log Stream Completed Transaction Count
* **erroredTransactionCount** *(optional)*: integer (int32) - Log Stream Errored Transaction Count
### LogStreamDestinationType
[Section titled “LogStreamDestinationType”](#logstreamdestinationtype)
**Type:** string
**Possible values:** `AwsS3Bucket`, `GcsBucket`, `SplunkHttpEventCollector`, `CrowdstrikeHttpEventCollector`
### LogStreamListDTO
[Section titled “LogStreamListDTO”](#logstreamlistdto)
Page of Log Streams
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Log Streams
* **logStreams** *(optional)*: Array - Page of Log Streams
### LogStreamPatchDTO
[Section titled “LogStreamPatchDTO”](#logstreampatchdto)
Patch Request for an individual of Log Stream
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### MFASignInPolicyDTO
[Section titled “MFASignInPolicyDTO”](#mfasigninpolicydto)
**Type:** object
**Properties:**
* **mfaRequired** *(optional)*: boolean
### NetworkDTO
[Section titled “NetworkDTO”](#networkdto)
**Type:** object
**Properties:**
* **sourceIP** *(required)*: string
* **sourcePort** *(required)*: integer (int32)
* **transportProtocol** *(required)*: string
* **proxyPort** *(required)*: integer (int32)
* **targetHost** *(optional)*: string | null
* **targetPort** *(optional)*: integer (int32)
### PatchPolicyV2DTO
[Section titled “PatchPolicyV2DTO”](#patchpolicyv2dto)
Patch request for an Access Policy
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **clientWorkload** *(optional)*: string (uuid) - Client Workload associated with this Access Policy
* **serverWorkload** *(optional)*: string (uuid) - Server Workload associated with this Access Policy
* **credentialProviders** *(optional)*: Array - Credential Providers associated with this Access Policy
* **trustProviders** *(optional)*: Array\ - Trust Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array\ - Access Conditions associated with this Access Policy
### PermissionDTO
[Section titled “PermissionDTO”](#permissiondto)
Individual Permission details
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - Name of the Permission Target
* **read** *(optional)*: boolean - True if this permission allows access to Read the Permission Target, False otherwise
* **write** *(optional)*: boolean - True if this permission allows access to Write the Permission Target, False otherwise
* **isWritable** *(optional)*: boolean - True if this permission allows access to Write the Permission Target, False otherwise
* **isReadable** *(optional)*: boolean - True if this permission allows access to Read the Permission Target, False otherwise
* **accessLevel** *(optional)*: string | null - Description of the Permission level
### PolicyCredentialMappingDTO
[Section titled “PolicyCredentialMappingDTO”](#policycredentialmappingdto)
Access Policy Credential Mappings
**Type:** object
**Properties:**
* **credentialProviderId** *(required)*: string (uuid) - CredentialProviderId
* **mappingType** *(required)*: any
* **accountName** *(optional)*: string | null - Snowflake Username
* **headerName** *(optional)*: string | null - Header Name
* **headerValue** *(optional)*: string | null - Header Value
* **httpbodyFieldPath** *(optional)*: string | null - HttpBody Field Path
* **httpbodyFieldValue** *(optional)*: string | null - HttpBody Field Value
### PolicyCredentialProviderMappingTypes
[Section titled “PolicyCredentialProviderMappingTypes”](#policycredentialprovidermappingtypes)
**Type:** string
**Possible values:** `None`, `AccountName`, `HttpHeader`, `HttpBody`
### PolicyDTO
[Section titled “PolicyDTO”](#policydto)
Individual Access Policy
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **credentialProvider** *(optional)*: string (uuid) | null - Credential Provider associated with this Access Policy
* **trustProviders** *(optional)*: Array\ - Trust Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array\ - Access Conditions associated with this Access Policy
* **clientWorkload** *(required)*: string (uuid) - Client Workload associated with this Access Policy
* **serverWorkload** *(required)*: string (uuid) - Server Workload associated with this Access Policy
* **clientWorkloadDetails** *(optional)*: any
* **serverWorkloadDetails** *(optional)*: any
* **policyNotes** *(optional)*: Array - Policy Notes for this Access Policy
### PolicyExternalDTO
[Section titled “PolicyExternalDTO”](#policyexternaldto)
Individual Access Policy
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **clientWorkload** *(optional)*: any
* **trustProviders** *(optional)*: Array - Details of the Trust Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array - Details of the Access Conditions associated with this Access Policy
* **credentialProvider** *(optional)*: any
* **serverWorkload** *(optional)*: any
* **policyNotes** *(optional)*: Array - Policy Notes for this Access Policy
### PolicyListDTO
[Section titled “PolicyListDTO”](#policylistdto)
Page of Access Policies
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Access Policies
* **accessPolicies** *(optional)*: Array - Page of Access Policies
### PolicyNoteDTO
[Section titled “PolicyNoteDTO”](#policynotedto)
Individual Note created for an Access Policy
**Type:** object
**Properties:**
* **note** *(required)*: string - Note added to an Access Policy by a User
* **createdAt** *(optional)*: string (date-time) - Timestamp the Note was created
* **createdBy** *(optional)*: string | null - Email address of the User who created the Access Policy Note
### PolicyNoteDTOListDTO
[Section titled “PolicyNoteDTOListDTO”](#policynotedtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### PolicyPatchDTO
[Section titled “PolicyPatchDTO”](#policypatchdto)
Patch request for an Access Policy
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **clientWorkload** *(optional)*: string (uuid) - Client Workload associated with this Access Policy
* **serverWorkload** *(optional)*: string (uuid) - Server Workload associated with this Access Policy
* **credentialProvider** *(optional)*: string (uuid) | null - Credential Provider associated with this Access Policy
* **trustProviders** *(optional)*: Array\ - Trust Providers associated with this Access Policy
* **accessConditions** *(optional)*: Array\ - Access Conditions associated with this Access Policy
### PublicKeyValidationDTO
[Section titled “PublicKeyValidationDTO”](#publickeyvalidationdto)
Response to a request for Public Key Validation
**Type:** object
**Properties:**
* **isValidContent** *(optional)*: boolean - True if the Public Key was valid, False otherwise
* **thumbprint** *(optional)*: string | null - Thumbprint of the Public Key
* **expirationDate** *(optional)*: string | null - Expiration of the Public Key Certificate
* **certificateSubject** *(optional)*: string | null - Subject of the Public Key Certificate
* **message** *(optional)*: string | null - Message describing why the Public Key was not valid if IsValidContent is False
### RequestMetadaAembitDTO
[Section titled “RequestMetadaAembitDTO”](#requestmetadaaembitdto)
**Type:** object
**Properties:**
* **clientId** *(optional)*: string | null
### RequestMetadaAwsDTO
[Section titled “RequestMetadaAwsDTO”](#requestmetadaawsdto)
**Type:** object
**Properties:**
* **accountId** *(optional)*: string | null
* **instanceId** *(optional)*: string | null
* **region** *(optional)*: string | null
* **ecs** *(optional)*: any
* **lambda** *(optional)*: any
### RequestMetadaAzureDTO
[Section titled “RequestMetadaAzureDTO”](#requestmetadaazuredto)
**Type:** object
**Properties:**
* **vmId** *(optional)*: string | null
* **subscriptionId** *(optional)*: string | null
### RequestMetadaEcsDTO
[Section titled “RequestMetadaEcsDTO”](#requestmetadaecsdto)
**Type:** object
**Properties:**
* **taskFamily** *(optional)*: string | null
* **serviceName** *(optional)*: string | null
### RequestMetadaGcpDTO
[Section titled “RequestMetadaGcpDTO”](#requestmetadagcpdto)
**Type:** object
**Properties:**
* **serviceAccount** *(optional)*: string | null
### RequestMetadaGithubDTO
[Section titled “RequestMetadaGithubDTO”](#requestmetadagithubdto)
**Type:** object
**Properties:**
* **repository** *(optional)*: string | null
* **subject** *(optional)*: string | null
### RequestMetadaGitlabDTO
[Section titled “RequestMetadaGitlabDTO”](#requestmetadagitlabdto)
**Type:** object
**Properties:**
* **namespacePath** *(optional)*: string | null
* **projectPath** *(optional)*: string | null
* **refPath** *(optional)*: string | null
* **subject** *(optional)*: string | null
### RequestMetadaHostDTO
[Section titled “RequestMetadaHostDTO”](#requestmetadahostdto)
**Type:** object
**Properties:**
* **hostname** *(optional)*: string | null
### RequestMetadaKubernetesDTO
[Section titled “RequestMetadaKubernetesDTO”](#requestmetadakubernetesdto)
**Type:** object
**Properties:**
* **namespace** *(optional)*: string | null
* **podName** *(optional)*: string | null
* **serviceAccountName** *(optional)*: string | null
* **serviceAccountUID** *(optional)*: string | null
### RequestMetadaLambdaDTO
[Section titled “RequestMetadaLambdaDTO”](#requestmetadalambdadto)
**Type:** object
**Properties:**
* **arn** *(optional)*: string | null
### RequestMetadaNetworkDTO
[Section titled “RequestMetadaNetworkDTO”](#requestmetadanetworkdto)
**Type:** object
**Properties:**
* **sourceIP** *(optional)*: string | null
### RequestMetadaProcessDTO
[Section titled “RequestMetadaProcessDTO”](#requestmetadaprocessdto)
**Type:** object
**Properties:**
* **name** *(optional)*: string | null
* **userName** *(optional)*: string | null
### RequestMetadaTerraformDTO
[Section titled “RequestMetadaTerraformDTO”](#requestmetadaterraformdto)
**Type:** object
**Properties:**
* **workspaceId** *(optional)*: string | null
* **organizationId** *(optional)*: string | null
* **projectId** *(optional)*: string | null
### ResourceSetDTO
[Section titled “ResourceSetDTO”](#resourcesetdto)
Individual Resource Set
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **serverWorkloadCount** *(optional)*: integer (int32) | null - Server Workloads associated with this Resource Set
* **clientWorkloadCount** *(optional)*: integer (int32) | null - Client Workloads associated with this Resource Set
* **accessPolicyCount** *(optional)*: integer (int32) | null - Access Policies associated with this Resource Set
* **trustProviderCount** *(optional)*: integer (int32) | null - Trust Providers associated with this Resource Set
* **accessConditionCount** *(optional)*: integer (int32) | null - Access Conditions associated with this Resource Set
* **credentialProviderCount** *(optional)*: integer (int32) | null - Credential Providers associated with this Resource Set
* **roles** *(optional)*: Array\ - Roles associated with this Resource Set
* **rolesDetails** *(optional)*: Array - Details of the Roles associated with this Resource Set
* **users** *(optional)*: Array - Users associated with this Resource Set
* **standaloneCertificateAuthority** *(optional)*: string (uuid) | null - Standalone Certificate Authority associated with this Resource Set
### ResourceSetDTOListDTO
[Section titled “ResourceSetDTOListDTO”](#resourcesetdtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### ResourceSetPatchDTO
[Section titled “ResourceSetPatchDTO”](#resourcesetpatchdto)
Patch Request for an Individual Resource Set
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### RoleDTO
[Section titled “RoleDTO”](#roledto)
Individual Role
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **usersCount** *(optional)*: integer (int32) - Number of Users associated with this Role
* **credentialProvidersCount** *(optional)*: integer (int32) - Number of Credential Providers associated with this Role
* **isSystem** *(optional)*: boolean - True if this is a system included Role (e.g. SuperAdmin or Auditor)
* **permissions** *(optional)*: Array - Permissions assigned to this Role
* **resourceSets** *(optional)*: Array - Resource Sets assigned to this Role
### RoleListDTO
[Section titled “RoleListDTO”](#rolelistdto)
Page of Roles
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Roles
* **roles** *(optional)*: Array - Page of Roles
### RolePatchDTO
[Section titled “RolePatchDTO”](#rolepatchdto)
Patch request for an individual Role
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### RoutingDTO
[Section titled “RoutingDTO”](#routingdto)
Individual Routing
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSetId** *(required)*: string (uuid) - ID of the Resource Set related to routing
* **proxyUrl** *(required)*: string - URL of the proxy. The format is http(s)://server:port
### RoutingDTOListDTO
[Section titled “RoutingDTOListDTO”](#routingdtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### RoutingPatchDTO
[Section titled “RoutingPatchDTO”](#routingpatchdto)
Patch request for an individual Routing
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### SSOIdentityProviderDTO
[Section titled “SSOIdentityProviderDTO”](#ssoidentityproviderdto)
Individual SSO Identity Provider
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **entityId** *(optional)*: string | null - SAML Entity ID of the remote SSO Identity Provider
* **metadataUrl** *(optional)*: string | null - Metadata URL of the remote SSO Identity Provider
* **metadataXml** *(optional)*: string | null - Metadata XML content of the remote SSO Identity Provider
* **samlStatementRoleMappings** *(optional)*: Array - Collection of mappings of SAML attributes to Aembit roles
### SSOIdentityProviderDTOListDTO
[Section titled “SSOIdentityProviderDTOListDTO”](#ssoidentityproviderdtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### SSOIdentityProviderPatchDTO
[Section titled “SSOIdentityProviderPatchDTO”](#ssoidentityproviderpatchdto)
Patch request for an individual SSO Identity Provider
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
### SSOSignInPolicyDTO
[Section titled “SSOSignInPolicyDTO”](#ssosigninpolicydto)
**Type:** object
**Properties:**
* **ssoRequired** *(optional)*: boolean
### SamlStatementRoleMappingDTO
[Section titled “SamlStatementRoleMappingDTO”](#samlstatementrolemappingdto)
Represents a mapping of a SAML attribute to an Aembit role
**Type:** object
**Properties:**
* **attributeName** *(optional)*: string | null - SAML Attribute name
* **attributeValue** *(optional)*: string | null - SAML Attribute value
* **roleExternalId** *(optional)*: string (uuid) - Aembit Role ID
### ServerWorkloadExternalDTO
[Section titled “ServerWorkloadExternalDTO”](#serverworkloadexternaldto)
Individual Server Workload
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **serviceEndpoint** *(required)*: any
* **type** *(optional)*: string | null - Type of Server Workload
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Server Workload
### ServerWorkloadListDTO
[Section titled “ServerWorkloadListDTO”](#serverworkloadlistdto)
Page of Server Workloads
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32)
* **recordsTotal** *(optional)*: integer (int32)
* **serverWorkloads** *(optional)*: Array
### SettingDTO
[Section titled “SettingDTO”](#settingdto)
**Type:** object
**Properties:**
* **name** *(required)*: string
* **value** *(required)*: string
### StandaloneCertificatePatchDTO
[Section titled “StandaloneCertificatePatchDTO”](#standalonecertificatepatchdto)
Patch Request for an Individual Standalone Certificate Authority
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **leafLifetime** *(optional)*: integer (int32) | null
### StandaloneCertificateRequestDTO
[Section titled “StandaloneCertificateRequestDTO”](#standalonecertificaterequestdto)
Individual Standalone Certificate Authority
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **leafLifetime** *(required)*: integer (int32) - Leaf certificate lifetime value for this Standalone Certificate Authority
### StandaloneCertificateResponseDTO
[Section titled “StandaloneCertificateResponseDTO”](#standalonecertificateresponsedto)
Individual Standalone Certificate Authority
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **leafLifetime** *(required)*: integer (int32) - Leaf certificate lifetime value for this Standalone Certificate Authority
* **notBefore** *(optional)*: string (date-time) - Not before value of the Root CA for this Standalone Certificate Authority
* **notAfter** *(optional)*: string (date-time) - Not after value of the Root CA for this Standalone Certificate Authority
* **clientWorkloadCount** *(optional)*: integer (int32) | null - Client Workloads associated with this Standalone Certificate Authority
### StandaloneCertificateResponseDTOListDTO
[Section titled “StandaloneCertificateResponseDTOListDTO”](#standalonecertificateresponsedtolistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Current page number of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP StatusCode for the current result
* **recordsTotal** *(optional)*: integer (int32) - Total number of entities available
* **entities** *(optional)*: Array - Page of entities for this request
### StringStringKeyValuePair
[Section titled “StringStringKeyValuePair”](#stringstringkeyvaluepair)
**Type:** object
**Properties:**
* **key** *(optional)*: string | null
* **value** *(optional)*: string | null
### TagDTO
[Section titled “TagDTO”](#tagdto)
Aembit Entity Tag Details
**Type:** object
**Properties:**
* **key** *(required)*: string - Tag Key
* **value** *(required)*: string - Tag Key Value
### TrustProviderDTO
[Section titled “TrustProviderDTO”](#trustproviderdto)
Individual Trust Provider
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **id** *(optional)*: integer (int32) - Trust Provider Id
* **provider** *(required)*: string - Trust Provider Type
* **matchRules** *(optional)*: Array - Trust Provider Match Rules
* **certificate** *(optional)*: string | null - Trust Provider Certificate or Public Key for cryptographic attestation
* **jwks** *(optional)*: string | null - Jwks Content for cryptographic attestation
* **publicKeyValidation** *(optional)*: any
* **oidcUrl** *(optional)*: string | null - OIDC URL to use for retrieving JWKS Public Keys
* **symmetricKey** *(optional)*: string | null - Symmetric Key
* **pemType** *(optional)*: string | null - PEM Input Type
* **accessPolicyCount** *(optional)*: integer (int32) - Access Policies associated with this Trust Provider
* **agentControllersCount** *(optional)*: integer (int32) - Agent Controllers associated with this Trust Provider
* **agentControllerIds** *(optional)*: Array\ - Agent Controller IDs associated with this Trust Provider
### TrustProviderItemDTO
[Section titled “TrustProviderItemDTO”](#trustprovideritemdto)
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(optional)*: string | null
### TrustProviderListDTO
[Section titled “TrustProviderListDTO”](#trustproviderlistdto)
Page of Trust Providers
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32) - HTTP Status Code of the response
* **recordsTotal** *(optional)*: integer (int32) - Total number of Trust Providers
* **trustProviders** *(optional)*: Array - Page of Trust Providers
### TrustProviderMatchRuleDTO
[Section titled “TrustProviderMatchRuleDTO”](#trustprovidermatchruledto)
Individual Match Rule to enforce during Trust Provider attestation
**Type:** object
**Properties:**
* **attribute** *(required)*: string - Match Rule Attribute
* **value** *(required)*: string - Match Rule Attribute Value
### TrustProviderPatchDTO
[Section titled “TrustProviderPatchDTO”](#trustproviderpatchdto)
Patch request for an individual Trust Provider
**Type:** object
**Properties:**
* **name** *(optional)*: string | null - New Name for the identified entity
* **description** *(optional)*: string | null - New Description for the identified entity
* **isActive** *(optional)*: boolean (boolean) | null - New Status for the identified entity
* **tags** *(optional)*: Array - New Tags for the identified entity
* **provider** *(optional)*: string | null - Trust Provider Type
* **matchRules** *(optional)*: Array - Trust Provider Match Rules
* **oidcUrl** *(optional)*: string | null - OIDC URL to use for retrieving JWKS Public Keys
* **pemType** *(optional)*: string | null - PEM Input Type
* **certificate** *(optional)*: string | null - Trust Provider Certificate or Public Key for cryptographic attestation
* **jwks** *(optional)*: string | null - Jwks Content for cryptographic attestation
* **symmetricKey** *(optional)*: string | null - Symmetric Key
* **publicKeyValidation** *(optional)*: any
### UserAgentDTO
[Section titled “UserAgentDTO”](#useragentdto)
DTO for the HTTP User Agent of an individual Aembit Audit Log
**Type:** object
**Properties:**
* **browser** *(optional)*: string | null - The browser as determined from the HTTP User Agent
* **operatingSystem** *(optional)*: string | null - The operating system as determined from the HTTP User Agent
* **raw** *(optional)*: string | null - The raw HTTP User Agent
### UserDTO
[Section titled “UserDTO”](#userdto)
**Type:** object
**Properties:**
* **email** *(required)*: string (email)
* **externalId** *(optional)*: string (uuid)
* **roles** *(optional)*: Array\
* **rolesDetails** *(optional)*: Array
* **firstName** *(required)*: string
* **lastName** *(required)*: string
* **phoneNumber** *(optional)*: string | null
* **createdAt** *(optional)*: string (date-time)
* **isActive** *(optional)*: boolean
* **twoFactorEnabled** *(optional)*: boolean
* **isLocked** *(optional)*: boolean
* **tags** *(optional)*: Array
* **userTokens** *(optional)*: Array
### UserListDTO
[Section titled “UserListDTO”](#userlistdto)
**Type:** object
**Properties:**
* **page** *(optional)*: integer (int32) - Page of entities
* **perPage** *(optional)*: integer (int32) - Number of entities requested for the current page
* **order** *(optional)*: string | null - Ordering criteria used for the current page
* **statusCode** *(optional)*: integer (int32)
* **recordsTotal** *(optional)*: integer (int32)
* **users** *(optional)*: Array
### UserPatchDTO
[Section titled “UserPatchDTO”](#userpatchdto)
**Type:** object
**Properties:**
* **email** *(optional)*: string | null
* **firstName** *(optional)*: string | null
* **lastName** *(optional)*: string | null
* **phoneNumber** *(optional)*: string | null
* **isActive** *(optional)*: boolean | null
### UserTokensDTO
[Section titled “UserTokensDTO”](#usertokensdto)
**Type:** object
**Properties:**
* **id** *(optional)*: string (uuid)
* **name** *(optional)*: string | null
* **verified** *(optional)*: boolean
* **createdAt** *(optional)*: string (date-time)
### WorkloadExternalDTO
[Section titled “WorkloadExternalDTO”](#workloadexternaldto)
**Type:** object
**Properties:**
* **externalId** *(optional)*: string (uuid)
* **name** *(required)*: string - Name of the Entity
* **description** *(optional)*: string | null - Description of the Entity
* **isActive** *(required)*: boolean (boolean) - True/False value that determines if this entity is Active or Disabled
* **tags** *(optional)*: Array
* **createdAt** *(optional)*: string (date-time)
* **modifiedAt** *(optional)*: string (date-time) | null
* **createdBy** *(optional)*: string | null
* **modifiedBy** *(optional)*: string | null
* **resourceSet** *(required)*: string (uuid) - ID of the Resource Set in which this Access Entity exists
* **trustProviders** *(optional)*: Array
* **credentialProviderId** *(optional)*: string (uuid) | null
* **credentialProviderText** *(optional)*: string | null
* **workloadServiceEndpoints** *(optional)*: Array\
* **serviceEndpoint** *(optional)*: any
* **type** *(optional)*: string | null
### WorkloadServiceAuthenticationDTO
[Section titled “WorkloadServiceAuthenticationDTO”](#workloadserviceauthenticationdto)
Authentication configuration for a Server Workload
**Type:** object
**Properties:**
* **method** *(required)*: string - Authentication Method
* **scheme** *(required)*: string - Authentication Scheme
* **config** *(optional)*: string | null - Authentication Configuration
### WorkloadServiceEndpointDTO
[Section titled “WorkloadServiceEndpointDTO”](#workloadserviceendpointdto)
Service Endpoint for a Server Workload
**Type:** object
**Properties:**
* **externalId** *(optional)*: string | null - External ID of the Service Endpoint
* **id** *(optional)*: integer (int32) - ID of the Service Endpoint
* **host** *(required)*: string - Hostname or IP Address
* **appProtocol** *(required)*: string - Application Protocol
* **transportProtocol** *(required)*: string - Transport Protocol (e.g. TCP)
* **requestedPort** *(required)*: integer (int32) - The target port as specified by the Client Workload
* **requestedTls** *(required)*: boolean - The TLS encryption configuration of the Client Workload
* **port** *(required)*: integer (int32) - The target port to which the Agent/Proxy will communicate
* **tls** *(required)*: boolean - The TLS encryption configuration which will be used by the Agent/Proxy
* **workloadServiceAuthentication** *(optional)*: any
* **tlsVerification** *(required)*: string - TLS Verification configuration for the Agent/Proxy to Server Workload connection
* **httpHeaders** *(optional)*: Array - Static HTTP Headers to include for transmission to the Server Workload
# Aembit Edge API - API Endpoints
> API endpoints reference for Aembit Edge API
# Aembit Edge API - API Endpoints
[Section titled “Aembit Edge API - API Endpoints”](#aembit-edge-api---api-endpoints)
**Version:** v1
**Base URL:** https\://{tenant}.aembit.io
## Auth
[Section titled “Auth”](#auth)
### POST /edge/v1/auth
[Section titled “POST /edge/v1/auth”](#post-edgev1auth)
**Summary:** Authenticate to the Edge API
**Description:** Bootstraps a session with the Aembit Edge API. This endpoint authenticates a Client Workload by \nverifying its identity against a specific Aembit Trust Provider. The Trust Provider must be configured in the \nAembit Console to match the environment where the workload is running. Supported Trust Provider types include\nAWS Metadata Service, AWS Role, GCP Identity Token, GitHub Action ID Token, GitLab Job ID Token, Kubernetes Service Account,\nOIDC ID Token, and Terraform Cloud Identity Token.
**Operation ID:** edge-api-auth
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:**
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Successfully retrieved access token
* Content-Type: application/json
* Schema: any
* **‘400’**: Invalid request or missing parameters
* Content-Type: application/json
* Schema: any
* **‘401’**: Unauthorized
* Content-Type: application/json
* Schema: any
* **‘429’**: Too many authentication requests
* Content-Type: application/json
* Schema: any
* **‘500’**: Internal server error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Authorization: Bearer your-access-token" -H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/edge/v1/auth"
```
## Credentials
[Section titled “Credentials”](#credentials)
### POST /edge/v1/credentials
[Section titled “POST /edge/v1/credentials”](#post-edgev1credentials)
**Summary:** Get credentials for a Client Workload
**Description:** Retrieves credentials for a Client Workload based on configured Access Policies
**Operation ID:** edge-api-get-credentials
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:**
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Credentials returned for specified Client Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Invalid request or missing parameters
* Content-Type: application/json
* Schema: any
* **‘401’**: Unauthorized access
* Content-Type: application/json
* Schema: any
* **‘403’**: Not applicable for this request
* Content-Type: application/json
* Schema: any
* **‘404’**: No client/server workload or access policy was found. Response will be of type ApiCredentialsResponse with credential type set to Unknown
* Content-Type: application/json
* Schema: any
* **‘429’**: Too many credential requests
* Content-Type: application/json
* Schema: any
* **‘500’**: Internal server error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/edge/v1/credentials"
```
# Aembit Edge API - Full Reference
> Complete API reference including endpoints and schemas for Aembit Edge API
# Aembit Edge API
[Section titled “Aembit Edge API”](#aembit-edge-api)
**Version:** v1
## Base URL
[Section titled “Base URL”](#base-url)
https\://{tenant}.aembit.io
***
# Aembit Edge API - API Endpoints
[Section titled “Aembit Edge API - API Endpoints”](#aembit-edge-api---api-endpoints)
**Version:** v1
**Base URL:** https\://{tenant}.aembit.io
## Auth
[Section titled “Auth”](#auth)
### POST /edge/v1/auth
[Section titled “POST /edge/v1/auth”](#post-edgev1auth)
**Summary:** Authenticate to the Edge API
**Description:** Bootstraps a session with the Aembit Edge API. This endpoint authenticates a Client Workload by \nverifying its identity against a specific Aembit Trust Provider. The Trust Provider must be configured in the \nAembit Console to match the environment where the workload is running. Supported Trust Provider types include\nAWS Metadata Service, AWS Role, GCP Identity Token, GitHub Action ID Token, GitLab Job ID Token, Kubernetes Service Account,\nOIDC ID Token, and Terraform Cloud Identity Token.
**Operation ID:** edge-api-auth
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:**
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Successfully retrieved access token
* Content-Type: application/json
* Schema: any
* **‘400’**: Invalid request or missing parameters
* Content-Type: application/json
* Schema: any
* **‘401’**: Unauthorized
* Content-Type: application/json
* Schema: any
* **‘429’**: Too many authentication requests
* Content-Type: application/json
* Schema: any
* **‘500’**: Internal server error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Authorization: Bearer your-access-token" -H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/edge/v1/auth"
```
## Credentials
[Section titled “Credentials”](#credentials)
### POST /edge/v1/credentials
[Section titled “POST /edge/v1/credentials”](#post-edgev1credentials)
**Summary:** Get credentials for a Client Workload
**Description:** Retrieves credentials for a Client Workload based on configured Access Policies
**Operation ID:** edge-api-get-credentials
**Parameters:**
* **X-Aembit-ResourceSet** (undefined) *(optional)*: any
**Request Body:**
* Content-Type: application/json
* Schema: any
**Responses:**
* **‘200’**: Credentials returned for specified Client Workload
* Content-Type: application/json
* Schema: any
* **‘400’**: Invalid request or missing parameters
* Content-Type: application/json
* Schema: any
* **‘401’**: Unauthorized access
* Content-Type: application/json
* Schema: any
* **‘403’**: Not applicable for this request
* Content-Type: application/json
* Schema: any
* **‘404’**: No client/server workload or access policy was found. Response will be of type ApiCredentialsResponse with credential type set to Unknown
* Content-Type: application/json
* Schema: any
* **‘429’**: Too many credential requests
* Content-Type: application/json
* Schema: any
* **‘500’**: Internal server error
* Content-Type: application/json
* Schema: any
**cURL Example:**
```bash
curl -X POST \
-H "Content-Type: application/json" \
-d '{"example": "data"}' \
"https://your-tenant.aembit.io/edge/v1/credentials"
```
***
# Aembit Edge API - Data Schemas
[Section titled “Aembit Edge API - Data Schemas”](#aembit-edge-api---data-schemas)
**Version:** v1
### ApiCredentialsRequest
[Section titled “ApiCredentialsRequest”](#apicredentialsrequest)
Request payload for retrieving credentials for a Client Workload
**Type:** object
**Properties:**
* **client** *(required)*: any - Identity and attestation details for the client workload requesting credentials.\nPopulate this object with the same workload identity context used for /edge/v1/auth,\nincluding any platform-specific attestation fields required for that workload type (for\nexample, Kubernetes service account token, OIDC identity token, or cloud instance attestation data).\nThese fields are evaluated as part of access policy matching for the credentials request.
* **server** *(required)*: any - Target resource details for which the credential is being requested.
* **credentialType** *(required)*: any - Type of credential being requested from your configured Credential Provider
* **connectionMetadata** *(optional)*: any - Filter values to be used if your access policy is configured with multiple credential providers
* **certSigningRequest** *(optional)*: null,string
### ApiCredentialsResponse
[Section titled “ApiCredentialsResponse”](#apicredentialsresponse)
Response containing credentials that a Client Workload requests with expiration details
**Type:** object
**Properties:**
* **credentialType** *(optional)*: any - Type of credential returned by your configured Credential Provider
* **expiresAt** *(optional)*: null,string (date-time) - Token expiration time in ISO 8601 format, null for non-expiring credentials
* **data** *(optional)*: any - Credential data returned by your configured Credential Provider
### AuthRequest
[Section titled “AuthRequest”](#authrequest)
Identity and attestation information for Client Workload authentication. \nThis request initiates a session with the Aembit Edge API by providing proof of \nworkload identity via a configured Trust Provider.
**Type:** object
**Properties:**
* **clientId** *(required)*: string - The Aembit ARN of the Trust Provider configured to attest this workload.\nFormat: ‘aembit:{stack}:{tenant}:identity:{type}:{uuid}‘\nWhere to find it:\nIn the Aembit Admin UI, navigate to ‘Trust Providers’, select your provider, \nand copy the value from the ‘ID’ field.
* **client** *(required)*: any - Client Workload identifiers for authentication
### AwsDTO
[Section titled “AwsDTO”](#awsdto)
AWS-specific attestation data for Client Workload identification
**Type:** object
**Properties:**
* **instanceIdentityDocument** *(optional)*: null,string - Base64-encoded AWS instance identity document
* **instanceIdentityDocumentSignature** *(optional)*: null,string - Base64-encoded signature for AWS instance identity document verification
* **lambda** *(optional)*: any - AWS Lambda function information for serverless workload attestation
* **ecs** *(optional)*: any - AWS ECS container and task metadata for workload attestation
* **stsGetCallerIdentity** *(optional)*: any - AWS STS GetCallerIdentity request data for identity verification
### AwsEcsDTO
[Section titled “AwsEcsDTO”](#awsecsdto)
AWS ECS container and task metadata for workload attestation
**Type:** object
**Properties:**
* **containerMetadata** *(optional)*: null,string - JSON string containing AWS ECS container metadata
* **taskMetadata** *(optional)*: null,string - JSON string containing AWS ECS task metadata
### AzureAttestationDTO
[Section titled “AzureAttestationDTO”](#azureattestationdto)
Azure-specific attestation data for Client Workload identification
**Type:** object
**Properties:**
* **attestedDocument** *(optional)*: any - Azure Instance Metadata Service (IMDS) Attested Data document.
### AzureAttestedDocumentDTO
[Section titled “AzureAttestedDocumentDTO”](#azureattesteddocumentdto)
Azure Instance Metadata Service (IMDS) Attested Data document.
**Type:** object
**Properties:**
* **encoding** *(optional)*: null,string - The encoding of the IMDS document.
* **signature** *(optional)*: null,string - The Base64-encoded signature (PKCS7 container) returned by the Azure IMDS ‘document’ field.
* **nonce** *(optional)*: null,string - The cryptographic nonce passed to the IMDS endpoint.
### ClientWorkloadDetails
[Section titled “ClientWorkloadDetails”](#clientworkloaddetails)
Identity and attestation information for a Client Workload requesting credentials
**Type:** object
**Properties:**
* **sourceIP** *(optional)*: null,string - IP address of the requesting Client Workload
* **aws** *(optional)*: any - AWS-specific attestation data for Client Workload identification
* **azure** *(optional)*: any - Azure-specific attestation data for Client Workload identification
* **gcp** *(optional)*: any - GCP-specific attestation data for Client Workload identification
* **os** *(optional)*: any - Operating system environment information for Client Workload attestation
* **k8s** *(optional)*: any - Kubernetes-specific attestation data for Kubernetes pod identification
* **host** *(optional)*: any - Host system information for Client Workload attestation
* **github** *(optional)*: any - JWT-based identity token attestation for CI/CD platforms
* **terraform** *(optional)*: any - JWT-based identity token attestation for CI/CD platforms
* **gitlab** *(optional)*: any - JWT-based identity token attestation for CI/CD platforms
* **oidc** *(optional)*: any - JWT-based identity token attestation for CI/CD platforms
### ConnectionMetadata
[Section titled “ConnectionMetadata”](#connectionmetadata)
Filter for multi-credential provider access policy credential request
**Type:** object
**Properties:**
* **accountName** *(optional)*: null,string - The Snowflake username to filter on
* **accessKeyId** *(optional)*: null,string - The AWS access key ID to filter on
* **headerName** *(optional)*: null,string - The Header Name to filter on
* **headerValue** *(optional)*: null,string - The Header Value to filter on
* **httpBodyFieldPath** *(optional)*: null,string - The HTTP Body Field Path to filter on
* **httpBodyFieldValue** *(optional)*: null,string - The HTTP Body Field Value to filter on
### CredentialProviderTypes
[Section titled “CredentialProviderTypes”](#credentialprovidertypes)
Type of credential being requested from your configured Credential Provider.\r\nNote: Use ‘OAuthToken’ for Azure Entra ID, Microsoft, and generic OAuth2 providers.
**Type:** string
**Possible values:** `Unknown`, `ApiKey`, `UsernamePassword`, `GoogleWorkloadIdentityFederation`, `OAuthToken`, `AwsStsFederation`, `X509Svid`
### CrowdStrikeDTO
[Section titled “CrowdStrikeDTO”](#crowdstrikedto)
CrowdStrike agent information for endpoint security attestation
**Type:** object
**Properties:**
* **agentId** *(optional)*: null,string - Unique identifier for the CrowdStrike agent
### EdgeCredentials
[Section titled “EdgeCredentials”](#edgecredentials)
```plaintext
Credential data returned to Client Workloads based on your configured Credential Providers\n For AWS (AwsStsFederation), look in the aws* fields.\n For API Key and Username/Password, look in their respective fields.\n For all other types (GCP, OAuth, OIDC, Aembit), the result is in the 'token' field.
```
**Type:** object
**Properties:**
* **apiKey** *(optional)*: null,string - API key credential for authenticating to target services
* **token** *(optional)*: null,string - Bearer token credential for authenticating to target services/\nThis field contains the result for: \nGoogleWorkloadIdentityFederation (GCP WIF Token), GitLab, GitHub,\nand generic JWT/OIDC credentials.
* **username** *(optional)*: null,string - Username for basic authentication credentials
* **password** *(optional)*: null,string - Password for basic authentication credentials
* **awsAccessKeyId** *(optional)*: null,string - AWS access key ID for programmatic access
* **awsSecretAccessKey** *(optional)*: null,string - AWS secret access key for programmatic access
* **awsSessionToken** *(optional)*: null,string - AWS session token for temporary credentials
### EnvironmentDTO
[Section titled “EnvironmentDTO”](#environmentdto)
Environment variables available to the Client Workload
**Type:** object
**Properties:**
* **K8S\_POD\_NAME** *(optional)*: null,string - Kubernetes pod name environment variable
* **CLIENT\_WORKLOAD\_ID** *(optional)*: null,string - Aembit Client Workload identifier environment variable
* **KUBERNETES\_PROVIDER\_ID** *(optional)*: null,string - Kubernetes Trust Provider identifier environment variable
* **AEMBIT\_RESOURCE\_SET\_ID** *(optional)*: null,string - Aembit Resource Set identifier environment variable
### GcpAttestationDTO
[Section titled “GcpAttestationDTO”](#gcpattestationdto)
GCP-specific attestation data for Client Workload identification
**Type:** object
**Properties:**
* **identityToken** *(optional)*: null,string - Identity token for workload attestation
* **instanceDocument** *(optional)*: null,string - Base64-encoded GCP instance identity document
### GenericResponseDTO
[Section titled “GenericResponseDTO”](#genericresponsedto)
DTO for a Generic API Response
**Type:** object
**Properties:**
* **success** *(optional)*: boolean - True if the API call was successful, False otherwise
* **message** *(optional)*: null,string - Message to indicate why the API call failed
* **id** *(optional)*: integer (int32) - Unique identifier of the API response
### HostDTO
[Section titled “HostDTO”](#hostdto)
Host system information for Client Workload attestation
**Type:** object
**Properties:**
* **hostname** *(optional)*: null,string - Client Workload hostname
* **domainName** *(optional)*: null,string - Domain name of the Client Workload host
* **process** *(optional)*: any - Process information for Client Workload identification
* **sensors** *(optional)*: any - Security sensor data for enhanced Client Workload attestation
* **systemSerialNumber** *(optional)*: null,string - Hardware serial number of the Client Workload system
* **networkInterfaces** *(optional)*: null,array
### IdentityTokenAttestationDTO
[Section titled “IdentityTokenAttestationDTO”](#identitytokenattestationdto)
JWT-based identity token attestation for CI/CD platforms
**Type:** object
**Properties:**
* **identityToken** *(optional)*: null,string - Identity token for workload attestation
### K8sDTO
[Section titled “K8sDTO”](#k8sdto)
Kubernetes-specific attestation data for Kubernetes pod identification
**Type:** object
**Properties:**
* **serviceAccountToken** *(optional)*: null,string - Kubernetes service account JWT token
### LambdaDTO
[Section titled “LambdaDTO”](#lambdadto)
AWS Lambda function information for serverless workload attestation
**Type:** object
**Properties:**
* **arn** *(optional)*: null,string - AWS Lambda function ARN
### NetworkInterfacesDTO
[Section titled “NetworkInterfacesDTO”](#networkinterfacesdto)
**Type:** object
**Properties:**
* **name** *(optional)*: null,string - Name of the network interface
* **macAddress** *(optional)*: null,string - MAC address of the network interface
* **ipv4Addresses** *(optional)*: null,array - List of IPv4 addresses
* **ipv6Addresses** *(optional)*: null,array - List of IPv6 addresses
### OsDTO
[Section titled “OsDTO”](#osdto)
Operating system environment information for Client Workload attestation
**Type:** object
**Properties:**
* **environment** *(optional)*: any - Environment variables available to the Client Workload
### ProcessDTO
[Section titled “ProcessDTO”](#processdto)
Process information for Client Workload identification
**Type:** object
**Properties:**
* **name** *(optional)*: null,string - Process name
* **pid** *(optional)*: integer (int32) - Process identifier (PID)
* **userId** *(optional)*: integer (int32) - User identifier running the process
* **userName** *(optional)*: null,string - Username running the process
* **exePath** *(optional)*: null,string - Executable file path of the process
* **commandLine** *(optional)*: null,string - Command line running the process
* **exeHash** *(optional)*: null,string - Executable hash of the process
### SensorsDTO
[Section titled “SensorsDTO”](#sensorsdto)
Security sensor data for enhanced Client Workload attestation
**Type:** object
**Properties:**
* **crowdStrike** *(optional)*: any - CrowdStrike agent information for endpoint security attestation
### ServerWorkloadDetails
[Section titled “ServerWorkloadDetails”](#serverworkloaddetails)
Target resource details for which the credential is being requested. These fields are used to match the request against your configured Access Policies.
**Type:** object
**Properties:**
* **transportProtocol** *(optional)*: any - The protocol used to connect to the target resource. Default is TCP.
* **host** *(optional)*: null,string - The hostname, IP address, or FQDN of the target resource
* **port** *(optional)*: integer (int32) - The port number of the target resource.
### StsGetCallerIdentityDTO
[Section titled “StsGetCallerIdentityDTO”](#stsgetcalleridentitydto)
AWS STS GetCallerIdentity request data for identity verification
**Type:** object
**Properties:**
* **headers** *(optional)*: null,object - HTTP headers for AWS STS GetCallerIdentity request
* **region** *(optional)*: null,string - AWS region for STS GetCallerIdentity request
### TokenDTO
[Section titled “TokenDTO”](#tokendto)
OAuth2-style access token response with expiration details
**Type:** object
**Properties:**
* **accessToken** *(required)*: string - Bearer token for authenticating subsequent API requests
* **refreshToken** *(optional)*: null,string - Refresh token to obtain new access tokens for future API authentication requests
* **tokenType** *(required)*: string - Token type, typically ”Bearer” for OAuth2-style tokens
* **expiresIn** *(required)*: integer (int32) - Token expiration time in seconds from issuance
### TransportProtocol
[Section titled “TransportProtocol”](#transportprotocol)
**Type:** string
**Possible values:** `TCP`
# Aembit Edge API - Data Schemas
> Data schemas and models for Aembit Edge API
# Aembit Edge API - Data Schemas
[Section titled “Aembit Edge API - Data Schemas”](#aembit-edge-api---data-schemas)
**Version:** v1
### ApiCredentialsRequest
[Section titled “ApiCredentialsRequest”](#apicredentialsrequest)
Request payload for retrieving credentials for a Client Workload
**Type:** object
**Properties:**
* **client** *(required)*: any - Identity and attestation details for the client workload requesting credentials.\nPopulate this object with the same workload identity context used for /edge/v1/auth,\nincluding any platform-specific attestation fields required for that workload type (for\nexample, Kubernetes service account token, OIDC identity token, or cloud instance attestation data).\nThese fields are evaluated as part of access policy matching for the credentials request.
* **server** *(required)*: any - Target resource details for which the credential is being requested.
* **credentialType** *(required)*: any - Type of credential being requested from your configured Credential Provider
* **connectionMetadata** *(optional)*: any - Filter values to be used if your access policy is configured with multiple credential providers
* **certSigningRequest** *(optional)*: null,string
### ApiCredentialsResponse
[Section titled “ApiCredentialsResponse”](#apicredentialsresponse)
Response containing credentials that a Client Workload requests with expiration details
**Type:** object
**Properties:**
* **credentialType** *(optional)*: any - Type of credential returned by your configured Credential Provider
* **expiresAt** *(optional)*: null,string (date-time) - Token expiration time in ISO 8601 format, null for non-expiring credentials
* **data** *(optional)*: any - Credential data returned by your configured Credential Provider
### AuthRequest
[Section titled “AuthRequest”](#authrequest)
Identity and attestation information for Client Workload authentication. \nThis request initiates a session with the Aembit Edge API by providing proof of \nworkload identity via a configured Trust Provider.
**Type:** object
**Properties:**
* **clientId** *(required)*: string - The Aembit ARN of the Trust Provider configured to attest this workload.\nFormat: ‘aembit:{stack}:{tenant}:identity:{type}:{uuid}‘\nWhere to find it:\nIn the Aembit Admin UI, navigate to ‘Trust Providers’, select your provider, \nand copy the value from the ‘ID’ field.
* **client** *(required)*: any - Client Workload identifiers for authentication
### AwsDTO
[Section titled “AwsDTO”](#awsdto)
AWS-specific attestation data for Client Workload identification
**Type:** object
**Properties:**
* **instanceIdentityDocument** *(optional)*: null,string - Base64-encoded AWS instance identity document
* **instanceIdentityDocumentSignature** *(optional)*: null,string - Base64-encoded signature for AWS instance identity document verification
* **lambda** *(optional)*: any - AWS Lambda function information for serverless workload attestation
* **ecs** *(optional)*: any - AWS ECS container and task metadata for workload attestation
* **stsGetCallerIdentity** *(optional)*: any - AWS STS GetCallerIdentity request data for identity verification
### AwsEcsDTO
[Section titled “AwsEcsDTO”](#awsecsdto)
AWS ECS container and task metadata for workload attestation
**Type:** object
**Properties:**
* **containerMetadata** *(optional)*: null,string - JSON string containing AWS ECS container metadata
* **taskMetadata** *(optional)*: null,string - JSON string containing AWS ECS task metadata
### AzureAttestationDTO
[Section titled “AzureAttestationDTO”](#azureattestationdto)
Azure-specific attestation data for Client Workload identification
**Type:** object
**Properties:**
* **attestedDocument** *(optional)*: any - Azure Instance Metadata Service (IMDS) Attested Data document.
### AzureAttestedDocumentDTO
[Section titled “AzureAttestedDocumentDTO”](#azureattesteddocumentdto)
Azure Instance Metadata Service (IMDS) Attested Data document.
**Type:** object
**Properties:**
* **encoding** *(optional)*: null,string - The encoding of the IMDS document.
* **signature** *(optional)*: null,string - The Base64-encoded signature (PKCS7 container) returned by the Azure IMDS ‘document’ field.
* **nonce** *(optional)*: null,string - The cryptographic nonce passed to the IMDS endpoint.
### ClientWorkloadDetails
[Section titled “ClientWorkloadDetails”](#clientworkloaddetails)
Identity and attestation information for a Client Workload requesting credentials
**Type:** object
**Properties:**
* **sourceIP** *(optional)*: null,string - IP address of the requesting Client Workload
* **aws** *(optional)*: any - AWS-specific attestation data for Client Workload identification
* **azure** *(optional)*: any - Azure-specific attestation data for Client Workload identification
* **gcp** *(optional)*: any - GCP-specific attestation data for Client Workload identification
* **os** *(optional)*: any - Operating system environment information for Client Workload attestation
* **k8s** *(optional)*: any - Kubernetes-specific attestation data for Kubernetes pod identification
* **host** *(optional)*: any - Host system information for Client Workload attestation
* **github** *(optional)*: any - JWT-based identity token attestation for CI/CD platforms
* **terraform** *(optional)*: any - JWT-based identity token attestation for CI/CD platforms
* **gitlab** *(optional)*: any - JWT-based identity token attestation for CI/CD platforms
* **oidc** *(optional)*: any - JWT-based identity token attestation for CI/CD platforms
### ConnectionMetadata
[Section titled “ConnectionMetadata”](#connectionmetadata)
Filter for multi-credential provider access policy credential request
**Type:** object
**Properties:**
* **accountName** *(optional)*: null,string - The Snowflake username to filter on
* **accessKeyId** *(optional)*: null,string - The AWS access key ID to filter on
* **headerName** *(optional)*: null,string - The Header Name to filter on
* **headerValue** *(optional)*: null,string - The Header Value to filter on
* **httpBodyFieldPath** *(optional)*: null,string - The HTTP Body Field Path to filter on
* **httpBodyFieldValue** *(optional)*: null,string - The HTTP Body Field Value to filter on
### CredentialProviderTypes
[Section titled “CredentialProviderTypes”](#credentialprovidertypes)
Type of credential being requested from your configured Credential Provider.\r\nNote: Use ‘OAuthToken’ for Azure Entra ID, Microsoft, and generic OAuth2 providers.
**Type:** string
**Possible values:** `Unknown`, `ApiKey`, `UsernamePassword`, `GoogleWorkloadIdentityFederation`, `OAuthToken`, `AwsStsFederation`, `X509Svid`
### CrowdStrikeDTO
[Section titled “CrowdStrikeDTO”](#crowdstrikedto)
CrowdStrike agent information for endpoint security attestation
**Type:** object
**Properties:**
* **agentId** *(optional)*: null,string - Unique identifier for the CrowdStrike agent
### EdgeCredentials
[Section titled “EdgeCredentials”](#edgecredentials)
```plaintext
Credential data returned to Client Workloads based on your configured Credential Providers\n For AWS (AwsStsFederation), look in the aws* fields.\n For API Key and Username/Password, look in their respective fields.\n For all other types (GCP, OAuth, OIDC, Aembit), the result is in the 'token' field.
```
**Type:** object
**Properties:**
* **apiKey** *(optional)*: null,string - API key credential for authenticating to target services
* **token** *(optional)*: null,string - Bearer token credential for authenticating to target services/\nThis field contains the result for: \nGoogleWorkloadIdentityFederation (GCP WIF Token), GitLab, GitHub,\nand generic JWT/OIDC credentials.
* **username** *(optional)*: null,string - Username for basic authentication credentials
* **password** *(optional)*: null,string - Password for basic authentication credentials
* **awsAccessKeyId** *(optional)*: null,string - AWS access key ID for programmatic access
* **awsSecretAccessKey** *(optional)*: null,string - AWS secret access key for programmatic access
* **awsSessionToken** *(optional)*: null,string - AWS session token for temporary credentials
### EnvironmentDTO
[Section titled “EnvironmentDTO”](#environmentdto)
Environment variables available to the Client Workload
**Type:** object
**Properties:**
* **K8S\_POD\_NAME** *(optional)*: null,string - Kubernetes pod name environment variable
* **CLIENT\_WORKLOAD\_ID** *(optional)*: null,string - Aembit Client Workload identifier environment variable
* **KUBERNETES\_PROVIDER\_ID** *(optional)*: null,string - Kubernetes Trust Provider identifier environment variable
* **AEMBIT\_RESOURCE\_SET\_ID** *(optional)*: null,string - Aembit Resource Set identifier environment variable
### GcpAttestationDTO
[Section titled “GcpAttestationDTO”](#gcpattestationdto)
GCP-specific attestation data for Client Workload identification
**Type:** object
**Properties:**
* **identityToken** *(optional)*: null,string - Identity token for workload attestation
* **instanceDocument** *(optional)*: null,string - Base64-encoded GCP instance identity document
### GenericResponseDTO
[Section titled “GenericResponseDTO”](#genericresponsedto)
DTO for a Generic API Response
**Type:** object
**Properties:**
* **success** *(optional)*: boolean - True if the API call was successful, False otherwise
* **message** *(optional)*: null,string - Message to indicate why the API call failed
* **id** *(optional)*: integer (int32) - Unique identifier of the API response
### HostDTO
[Section titled “HostDTO”](#hostdto)
Host system information for Client Workload attestation
**Type:** object
**Properties:**
* **hostname** *(optional)*: null,string - Client Workload hostname
* **domainName** *(optional)*: null,string - Domain name of the Client Workload host
* **process** *(optional)*: any - Process information for Client Workload identification
* **sensors** *(optional)*: any - Security sensor data for enhanced Client Workload attestation
* **systemSerialNumber** *(optional)*: null,string - Hardware serial number of the Client Workload system
* **networkInterfaces** *(optional)*: null,array
### IdentityTokenAttestationDTO
[Section titled “IdentityTokenAttestationDTO”](#identitytokenattestationdto)
JWT-based identity token attestation for CI/CD platforms
**Type:** object
**Properties:**
* **identityToken** *(optional)*: null,string - Identity token for workload attestation
### K8sDTO
[Section titled “K8sDTO”](#k8sdto)
Kubernetes-specific attestation data for Kubernetes pod identification
**Type:** object
**Properties:**
* **serviceAccountToken** *(optional)*: null,string - Kubernetes service account JWT token
### LambdaDTO
[Section titled “LambdaDTO”](#lambdadto)
AWS Lambda function information for serverless workload attestation
**Type:** object
**Properties:**
* **arn** *(optional)*: null,string - AWS Lambda function ARN
### NetworkInterfacesDTO
[Section titled “NetworkInterfacesDTO”](#networkinterfacesdto)
**Type:** object
**Properties:**
* **name** *(optional)*: null,string - Name of the network interface
* **macAddress** *(optional)*: null,string - MAC address of the network interface
* **ipv4Addresses** *(optional)*: null,array - List of IPv4 addresses
* **ipv6Addresses** *(optional)*: null,array - List of IPv6 addresses
### OsDTO
[Section titled “OsDTO”](#osdto)
Operating system environment information for Client Workload attestation
**Type:** object
**Properties:**
* **environment** *(optional)*: any - Environment variables available to the Client Workload
### ProcessDTO
[Section titled “ProcessDTO”](#processdto)
Process information for Client Workload identification
**Type:** object
**Properties:**
* **name** *(optional)*: null,string - Process name
* **pid** *(optional)*: integer (int32) - Process identifier (PID)
* **userId** *(optional)*: integer (int32) - User identifier running the process
* **userName** *(optional)*: null,string - Username running the process
* **exePath** *(optional)*: null,string - Executable file path of the process
* **commandLine** *(optional)*: null,string - Command line running the process
* **exeHash** *(optional)*: null,string - Executable hash of the process
### SensorsDTO
[Section titled “SensorsDTO”](#sensorsdto)
Security sensor data for enhanced Client Workload attestation
**Type:** object
**Properties:**
* **crowdStrike** *(optional)*: any - CrowdStrike agent information for endpoint security attestation
### ServerWorkloadDetails
[Section titled “ServerWorkloadDetails”](#serverworkloaddetails)
Target resource details for which the credential is being requested. These fields are used to match the request against your configured Access Policies.
**Type:** object
**Properties:**
* **transportProtocol** *(optional)*: any - The protocol used to connect to the target resource. Default is TCP.
* **host** *(optional)*: null,string - The hostname, IP address, or FQDN of the target resource
* **port** *(optional)*: integer (int32) - The port number of the target resource.
### StsGetCallerIdentityDTO
[Section titled “StsGetCallerIdentityDTO”](#stsgetcalleridentitydto)
AWS STS GetCallerIdentity request data for identity verification
**Type:** object
**Properties:**
* **headers** *(optional)*: null,object - HTTP headers for AWS STS GetCallerIdentity request
* **region** *(optional)*: null,string - AWS region for STS GetCallerIdentity request
### TokenDTO
[Section titled “TokenDTO”](#tokendto)
OAuth2-style access token response with expiration details
**Type:** object
**Properties:**
* **accessToken** *(required)*: string - Bearer token for authenticating subsequent API requests
* **refreshToken** *(optional)*: null,string - Refresh token to obtain new access tokens for future API authentication requests
* **tokenType** *(required)*: string - Token type, typically ”Bearer” for OAuth2-style tokens
* **expiresIn** *(required)*: integer (int32) - Token expiration time in seconds from issuance
### TransportProtocol
[Section titled “TransportProtocol”](#transportprotocol)
**Type:** string
**Possible values:** `TCP`
# Aembit glossary
> Terms and phrases related to Aembit and NHI access and identities
### Access Control
[Section titled “Access Control”](#access-control)
Security concepts
The practice of regulating access to resources or systems based on permissions and authorization policies. Secrets managers implement access control mechanisms to restrict who can view, modify, or retrieve stored secrets, ensuring that only authorized users or applications have access
### Access Authorization Event
[Section titled “Access Authorization Event”](#access-authorization-event)
Aembit concepts
A structured record that Aembit Cloud emits when an Edge Component requests access to a Server Workload. Access Authorization Events include `access.request`, `access.authorization`, `access.discovery`, and `access.credential` event types and capture the policy evaluation outcome for an access request.
### Access Discovery Event
[Section titled “Access Discovery Event”](#access-discovery-event)
Aembit concepts
An `access.discovery` Access Authorization Event that lists the Client Workloads and Server Workloads that Aembit Cloud considered while evaluating an access request. Useful for diagnosing requests that fail because no workload or Access Policy matched, or because multiple workloads matched a single request.
### API (Application Programming Interface)
[Section titled “API (Application Programming Interface)”](#api-application-programming-interface)
IT concepts
A set of rules and protocols that allows different software applications to communicate with each other. Secrets managers often provide APIs for programmatically accessing and managing secrets, enabling seamless integration with existing workflows and automation tools.
### API Gateway
[Section titled “API Gateway”](#api-gateway)
IT concepts
A server that acts as an intermediary between clients and backend services, providing features such as authentication, authorization, rate limiting, logging, and monitoring. API gateways help enforce security policies and simplify API management.
### API Key
[Section titled “API Key”](#api-key)
Identity types
A unique identifier used to authenticate and authorize access to an API. API keys are commonly issued to developers or applications and included in API requests as a parameter or header.
### Attestation
[Section titled “Attestation”](#attestation)
IAM concepts
The process of formally verifying or confirming the accuracy, authenticity, or compliance of a statement, document, or assertion. In the context of identity and access management (IAM) or cybersecurity, attestation typically involves validating the integrity and validity of various elements such as user identities, access permissions, configurations, or system states.
### Attribute Assertion
[Section titled “Attribute Assertion”](#attribute-assertion)
IAM concepts
Information about a user’s identity or attributes provided by an identity provider to a service provider during the authentication process. Attribute assertions include details such as user ID, email address, roles, or group memberships, which are used to make access control decisions.
### Authentication
[Section titled “Authentication”](#authentication)
IAM concepts
The process of verifying the identity of a user, machine, or application attempting to access a system or resource. Authentication mechanisms may include passwords, biometrics, cryptographic keys, or other factors.
### Authorization
[Section titled “Authorization”](#authorization)
IAM concepts
The process of determining whether a user, machine, or application has permission to access a resource or perform a specific action. Authorization mechanisms enforce access control policies based on predefined rules or roles.
### Authorization Chain
[Section titled “Authorization Chain”](#authorization-chain)
Aembit concepts
An ordered list of authorization-event context IDs that records the authorization decisions behind an MCP request. The same chain appears on the related Access Authorization Events and MCP Workload Events. Filter events on any Context ID it contains to trace a request end-to-end.
### Authorization Context
[Section titled “Authorization Context”](#authorization-context)
Aembit concepts
An evaluation scope that Aembit Cloud uses to tie related Access Authorization Events together. The `contextId` field on an event identifies its Authorization Context. Related `access.request` and `access.authorization` events for the same evaluation share a Context ID.
### Backup and Recovery
[Section titled “Backup and Recovery”](#backup-and-recovery)
IT concepts
The process of creating and maintaining backups of password manager data to prevent data loss in case of device failure, accidental deletion, or other unforeseen events. Backup and recovery mechanisms help ensure data availability and integrity.
### Bearer Token
[Section titled “Bearer Token”](#bearer-token)
Identity types
An access token used by non-human clients to authenticate and access protected resources or APIs. Bearer tokens are typically included in API requests as a header and provide temporary authorization without requiring additional authentication mechanisms.
### Bot Identity
[Section titled “Bot Identity”](#bot-identity)
Identity types
An identity assigned to a software robot or bot, typically used to automate tasks or interactions with systems, applications, or APIs. Bot identities may have specific permissions and access rights tailored to their intended tasks.
### Browser Extension
[Section titled “Browser Extension”](#browser-extension)
IT concepts
A software component that extends the functionality of a web browser by adding features or capabilities. Password managers often provide browser extensions to automatically fill login forms, generate strong passwords, and facilitate secure authentication on websites.
### Client Credentials
[Section titled “Client Credentials”](#client-credentials)
Identity types
Credentials used by non-human clients, such as applications or services, to authenticate and access protected resources or APIs. Client credentials typically consist of a client ID and client secret or other authentication tokens.
### CORS (Cross-Origin Resource Sharing)
[Section titled “CORS (Cross-Origin Resource Sharing)”](#cors-cross-origin-resource-sharing)
NHI security threats
A security mechanism that allows web browsers to request resources from a different origin domain. CORS policies, defined by HTTP headers, control which cross-origin requests are allowed and prevent unauthorized access to sensitive data.
### Conditional Access
[Section titled “Conditional Access”](#conditional-access)
Security concepts
Conditional Access enables extra layers of security by allowing access to be granted based on specific conditions such as time of day, location, device type, or security posture. For example, access might be restricted based on the security posture of a device or workload, such as whether it meets certain criteria defined by an integration with security tools like CrowdStrike.
### Credential Harvesting
[Section titled “Credential Harvesting”](#credential-harvesting)
NHI security threats
A technique used by attackers to collect or steal credentials such as passwords, API keys, or access tokens. This can be done through phishing, malware, exposed secrets, or other attack vectors. In workload IAM, credential harvesting poses a major risk, as compromised non-human identities can be used for unauthorized access and lateral movement.
### Credential Provider
[Section titled “Credential Provider”](#credential-provider)
IAM concepts
A Credential Provider is responsible for securely issuing and managing short-lived credentials for workloads. This approach minimizes the risks associated with long-lived credentials and ensures that access to resources is granted only when needed, based on workload identity. Credential Provider can also store long-lived credentials such as API keys.
### Daemon Identity
[Section titled “Daemon Identity”](#daemon-identity)
Identity types
An identity associated with a background process or service running on a computer system, often used for system maintenance, monitoring, or other administrative tasks. Daemon identities may have limited access rights to ensure system security.
### Digital Certificate
[Section titled “Digital Certificate”](#digital-certificate)
Identity types
A digital document used to certify the authenticity of a machine or entity, typically issued by a trusted certificate authority (CA).
### Dynamic Secrets
[Section titled “Dynamic Secrets”](#dynamic-secrets)
IAM concepts
Temporary credentials or keys generated on-demand by secrets managers in response to authentication requests. Dynamic secrets have a limited lifespan and are automatically revoked or rotated after use, reducing the risk of exposure if compromised.
### Encryption
[Section titled “Encryption”](#encryption)
Security concepts
The process of encoding data in such a way that only authorized parties can access and decrypt it. Password managers and vaults use encryption to protect stored passwords and sensitive information, ensuring confidentiality and data security.
### Federated Identity
[Section titled “Federated Identity”](#federated-identity)
IAM concepts
A mechanism that enables users to access multiple systems or services using a single set of credentials, typically managed by an identity provider (IdP). Federated identity allows for seamless authentication and authorization across different domains or organizations.
### Governance
[Section titled “Governance”](#governance)
IAM concepts
In identity and access management, governance refers to the processes and policies used to manage identities, ensure compliance with regulations, and maintain control over user access and privileges. In workload management, it refers to the strategic oversight of system workloads and resources.
### Granularity
[Section titled “Granularity”](#granularity)
Security concepts
Refers to the level of detail in access control. Granular access control policies allow organizations to define fine-grained permissions for users and machines, such as who can access specific workloads or data sets.
### Group Policy
[Section titled “Group Policy”](#group-policy)
IAM concepts
A feature used in IAM systems, especially in Active Directory environments, to manage and configure the settings of user and machine identities across an organization.
### Hashing
[Section titled “Hashing”](#hashing)
Security concepts
In identity management, hashing is used to store and verify credentials like passwords by converting them into a fixed-size string of characters. Hashing algorithms also play a role in managing machine identities securely.
### High Availability (HA)
[Section titled “High Availability (HA)”](#high-availability-ha)
IT concepts
A system design approach and associated service implementation that ensures a certain degree of operational continuity during a given time period. In workload management, HA ensures that critical workloads have minimal downtime, while IAM systems ensure users or machines have continuous access to systems.
### Identity and Access Management (IAM)
[Section titled “Identity and Access Management (IAM)”](#identity-and-access-management-iam)
IAM concepts
A framework for managing and controlling access to resources, systems, and data based on the identities of users, machines, or services.
### Identity Broker
[Section titled “Identity Broker”](#identity-broker)
IAM concepts
An intermediary service or component that facilitates federated authentication and authorization between identity providers and service providers. Identity brokers translate authentication protocols, handle identity mapping, and enforce access control policies across federated systems.
### Identity Federation
[Section titled “Identity Federation”](#identity-federation)
Identity types
The process of establishing trust relationships between identity providers and service providers to enable federated identity management. Identity federation allows users to access resources across different domains or organizations using a single set of credentials.
### Identity Governance and Administration (IGA)
[Section titled “Identity Governance and Administration (IGA)”](#identity-governance-and-administration-iga)
IAM concepts
IGA is the framework and processes used to ensure that the right individuals and machines have the appropriate access to technology resources. It integrates identity lifecycle management (provisioning, deprovisioning) with governance processes (e.g., auditing, role management, policy enforcement) to ensure compliance, security, and efficiency in managing identities.
### Identity Mapping
[Section titled “Identity Mapping”](#identity-mapping)
IAM concepts
The process of correlating user identities across different identity domains or systems. Identity mapping ensures that users are consistently identified and authenticated, regardless of the authentication mechanism or system used.
### Identity Provider (IdP)
[Section titled “Identity Provider (IdP)”](#identity-provider-idp)
IT concepts
A trusted entity responsible for authenticating users and issuing identity tokens or assertions that can be used to access federated services. IdPs manage user identities and credentials, often through techniques like SAML, OAuth, or OpenID Connect.
### Integration
[Section titled “Integration”](#integration)
IT concepts
The process of connecting secrets managers with other systems, applications, or cloud services to automate the retrieval and use of secrets. Secrets managers often provide integrations with popular development frameworks, deployment tools, and cloud platforms to streamline secret management.
### JWT (JSON Web Token)
[Section titled “JWT (JSON Web Token)”](#jwt-json-web-token)
Identity types
A compact, URL-safe means of representing claims to be transferred between two parties, commonly used for secure authentication and authorization in distributed systems.
### Kerberoasting
[Section titled “Kerberoasting”](#kerberoasting)
NHI security threats
Kerberoasting is a post-compromise attack that exploits Kerberos authentication in Active Directory. Attackers use a low-privilege account to request service tickets for accounts with Service Principal Names (SPNs), extract the encrypted ticket data, and attempt to crack the hash offline to obtain plaintext credentials. This technique is commonly used to escalate privileges in Windows environments.
### Key Rotation
[Section titled “Key Rotation”](#key-rotation)
IAM concepts
The process of regularly changing cryptographic keys or credentials to mitigate the risk of unauthorized access and improve security. Secrets managers often automate key rotation to ensure that secrets are regularly updated without disrupting applications or services.
### Least Privilege
[Section titled “Least Privilege”](#least-privilege)
IAM concepts
The principle of providing users, machines, or services with only the minimum level of access necessary to perform their tasks, reducing the risk of unauthorized access and potential security breaches.
### Machine Identity
[Section titled “Machine Identity”](#machine-identity)
Identity types
A unique identifier assigned to a machine or device, typically consisting of cryptographic keys, certificates, or other credentials used for authentication and authorization.
### Machine Learning Identity
[Section titled “Machine Learning Identity”](#machine-learning-identity)
Identity types
An identity associated with a machine learning model or algorithm, used to authenticate and authorize access to data, resources, or computational resources. Machine learning identities enable secure and controlled access to sensitive information and computational resources.
### Machine-to-Machine (M2M) Communication
[Section titled “Machine-to-Machine (M2M) Communication”](#machine-to-machine-m2m-communication)
IAM concepts
Communication between non-human entities, such as machines, devices, or applications, without direct human intervention. M2M communication often relies on secure authentication and authorization mechanisms to ensure data privacy and integrity.
### Master Password
[Section titled “Master Password”](#master-password)
Identity types
A single, strong password used to encrypt and unlock the contents of a password manager or vault. The master password is typically the primary means of authentication and access control for the password manager, so it should be complex and carefully guarded.
### mTLS (mutual TLS)
[Section titled “mTLS (mutual TLS)”](#mtls-mutual-tls)
Security concepts
A mutual authentication scheme for Transport Layer Security (TLS) in which both the client and the server present X.509 certificates during the TLS handshake. Each side validates the other’s certificate against a trusted certificate authority (CA) before any application-layer traffic flows. mTLS is commonly used for workload-to-workload authentication where both parties must prove identity at the transport layer.
### MCP Authorization Tracing
[Section titled “MCP Authorization Tracing”](#mcp-authorization-tracing)
Aembit concepts
A live view in the Aembit Tenant that surfaces each inbound authorization request as MCP Identity Gateway receives it, including the redirect URI, resource, matched Client Workload, and Access Policy outcome. Use it to reproduce a failing MCP flow without waiting for the standard event-pipeline delay.
### MCP Identity Gateway
[Section titled “MCP Identity Gateway”](#mcp-identity-gateway)
Aembit concepts
A component that brokers MCP traffic between MCP clients and target MCP servers, validating authorization and presenting Aembit-managed credentials on each request.
### Multi-factor Authentication (MFA)
[Section titled “Multi-factor Authentication (MFA)”](#multi-factor-authentication-mfa)
Security concepts
An authentication method that requires users to provide multiple forms of verification, such as passwords, biometrics, or tokens, to access sensitive resources. Some secrets managers support MFA to enhance security when accessing stored secrets.
### No-code Auth
[Section titled “No-code Auth”](#no-code-auth)
IAM concepts
Ability to allow developers to implement authentication and access controls without needing to write any code for managing secrets or credentials. This simplifies secure access to services by eliminating manual secrets management and enabling centralized access management using identity-based policies.
### Non-human Identity
[Section titled “Non-human Identity”](#non-human-identity)
Identity types
A non-human identity refers to digital identities assigned to machines, applications, services, or other automated processes rather than individual users. These identities allow machines to authenticate and access resources securely, as in microservices or cloud applications.
### OAuth (Open Authorization)
[Section titled “OAuth (Open Authorization)”](#oauth-open-authorization)
IAM concepts
An open standard for authorization that allows third-party applications to access resources on behalf of a user or service, often used to manage workload identity and access to APIs.
### OAuth 2.0
[Section titled “OAuth 2.0”](#oauth-20)
IAM concepts
An authorization framework that enables secure access to resources over HTTP. OAuth 2.0 defines different authorization flows, including authorization code flow, implicit flow, client credentials flow, and resource owner password credentials flow, to accommodate various use cases.
### OpenID Connect
[Section titled “OpenID Connect”](#openid-connect)
IAM concepts
An identity layer built on top of OAuth 2.0 that provides authentication services for web and mobile applications. OpenID Connect allows clients to verify the identity of end-users based on the authentication performed by an authorization server, providing user information as JWTs. It also enables federated identity management by allowing clients to verify user identity based on tokens issued by an identity provider.
### Over-provisioned Account
[Section titled “Over-provisioned Account”](#over-provisioned-account)
NHI security threats
An over-provisioned account has more access privileges than necessary for its role or function. This creates a security risk, as the excess privileges could be exploited by attackers or lead to unintentional access to sensitive systems.
### Password Generator
[Section titled “Password Generator”](#password-generator)
IAM concepts
A tool provided by password managers to create strong, randomized passwords that are difficult to guess or crack. Password generators typically allow users to specify criteria such as length, character types, and special symbols to customize generated passwords.
### Password Manager
[Section titled “Password Manager”](#password-manager)
IAM concepts
A software tool or service designed to securely store, manage, and retrieve passwords and other sensitive information, such as usernames, credit card numbers, and notes. Password managers often encrypt data using strong cryptographic algorithms to protect against unauthorized access.
### Posture Assessment
[Section titled “Posture Assessment”](#posture-assessment)
Security concepts
A posture assessment evaluates the security status or “posture” of an organization’s IT environment. In IAM, it assesses how secure the current configuration of identities, access controls, and policies are, ensuring they adhere to best practices and regulatory requirements.
### Proxy
[Section titled “Proxy”](#proxy)
IT concepts
A proxy is an intermediary that routes requests between a client and a server, often used for security, logging, or anonymization. In IAM, proxies can be used to handle authentication, monitor access, or enforce security policies by intercepting requests before they reach the target service.
### Proxyless
[Section titled “Proxyless”](#proxyless)
IT concepts
In IAM, proxyless refers to an architecture where a client interacts directly with a service or resource without an intermediary (proxy). This can be mean access cloud services using an application programming interface (API).
### Quota
[Section titled “Quota”](#quota)
IT concepts
In IAM and workload management, a quota refers to the predefined limits set on resources that a user, machine, or application can access. For instance, quotas may restrict the number of API calls, storage usage, or the number of machines a user can provision within a cloud environment.
### RBAC (Role-Based Access Control)
[Section titled “RBAC (Role-Based Access Control)”](#rbac-role-based-access-control)
Security concepts
A method of access control where permissions are assigned to roles, and users or entities are assigned to those roles. Password managers may implement RBAC to enforce fine-grained access control and restrict access to sensitive features or data.
### Robotic Process Automation (RPA) Identity
[Section titled “Robotic Process Automation (RPA) Identity”](#robotic-process-automation-rpa-identity)
Identity types
An identity assigned to a software robot or bot used for automating repetitive tasks or workflows. RPA identities enable secure authentication and access control for robotic process automation solutions.
### Role-Based Access Control (RBAC)
[Section titled “Role-Based Access Control (RBAC)”](#role-based-access-control-rbac)
Identity types
A method of access control where permissions are assigned to roles, and users or entities are assigned to those roles, simplifying administration and ensuring consistent access management.
### Rogue Workload
[Section titled “Rogue Workload”](#rogue-workload)
NHI security threats
A rogue workload is an unauthorized or unmanaged workload that operates outside the governance or security policies of an organization. These workloads pose security risks, as they may lack proper identity, access controls, or monitoring, and could expose sensitive resources to threats.
### SAML (Security Assertion Markup Language)
[Section titled “SAML (Security Assertion Markup Language)”](#saml-security-assertion-markup-language)
IAM concepts
An XML-based standard for exchanging authentication and authorization data between identity providers and service providers. SAML enables single sign-on (SSO) and federated identity management across different systems or domains.
### Secret
[Section titled “Secret”](#secret)
Security concepts
Any sensitive piece of information that should be protected from unauthorized access, including passwords, cryptographic keys, tokens, and other credentials used to authenticate users or access resources.
### Secret Rotation
[Section titled “Secret Rotation”](#secret-rotation)
IAM concepts
The process of periodically updating secrets to mitigate the risk of unauthorized access or misuse. Secret rotation is essential for maintaining security hygiene and compliance with industry standards and regulations.
### Secrets Manager
[Section titled “Secrets Manager”](#secrets-manager)
IAM concepts
A centralized service or tool used to securely store, manage, and distribute sensitive information, such as passwords, API keys, cryptographic keys, and other credentials. Secrets managers help organizations improve security by reducing the risk of unauthorized access and data breaches.
### Secret Versioning
[Section titled “Secret Versioning”](#secret-versioning)
IAM concepts
The practice of maintaining multiple versions of secrets to facilitate rollback, auditing, and compliance requirements. Secrets managers often support versioning to track changes over time and ensure that previous versions of secrets remain accessible when needed.
### Service Account
[Section titled “Service Account”](#service-account)
Identity types
An identity used by applications or services to authenticate and authorize their interactions with other services, resources, or APIs. Service accounts are often used in automated processes and workflows.
### Service Identity
[Section titled “Service Identity”](#service-identity)
Identity types
A unique identifier assigned to a service or application workload, typically associated with access control policies and permissions within a computing environment. Service identities enable secure communication and interaction between different components of a system.
### Service Provider (SP)
[Section titled “Service Provider (SP)”](#service-provider-sp)
IAM concepts
A system, application, or service that relies on an identity provider for authentication and authorization. Service providers accept identity tokens or assertions from the IdP to grant access to their resources or functionalities.
### Service-to-Service Authentication
[Section titled “Service-to-Service Authentication”](#service-to-service-authentication)
Security concepts
Authentication mechanism used between services or applications to establish trust and securely exchange information without human involvement. Service-to-service authentication often relies on cryptographic protocols, such as OAuth 2.0, to authenticate and authorize interactions.
### SSH Key
[Section titled “SSH Key”](#ssh-key)
Identity types
Secure Shell (SSH) keys are cryptographic keys used for secure remote access to machines or systems, providing authentication and encryption for communication.
### Single Sign-On (SSO)
[Section titled “Single Sign-On (SSO)”](#single-sign-on-sso)
IAM concepts
A mechanism that allows users to authenticate once and gain access to multiple systems or services without needing to re-authenticate. SSO enhances user experience and productivity while reducing the burden of managing multiple sets of credentials.
### Syncing
[Section titled “Syncing”](#syncing)
IT concepts
The process of synchronizing data between multiple devices or platforms to ensure consistency and accessibility. Password managers often support syncing to enable users to access their passwords and sensitive information across different devices and environments.
### Secretless
[Section titled “Secretless”](#secretless)
IAM concepts
A secretless architecture refers to systems where applications and services authenticate and communicate without the need to manage secrets directly (e.g., passwords, tokens, or API keys). Instead, they rely on dynamically generated, just-in-time mechanisms for identity or access.
### Security Token Service (STS)
[Section titled “Security Token Service (STS)”](#security-token-service-sts)
IAM concepts
STS (such as AWS Security Token Service) is a cloud service that provides temporary, limited-privilege credentials for authenticated users or workloads. These tokens allow access to resources for a specific duration, reducing the need for long-term credentials and improving security.
### Service Account Token
[Section titled “Service Account Token”](#service-account-token)
Identity types
A service account token is a credential used by service accounts (non-human identities) to authenticate with systems and services. These tokens are often used by applications or services running in environments like Kubernetes to access resources without human interaction.
### Software Development Life Cycle (SDLC)
[Section titled “Software Development Life Cycle (SDLC)”](#software-development-life-cycle-sdlc)
IT concepts
SDLC is a structured process for developing software, consisting of phases such as planning, designing, coding, testing, deploying, and maintaining. In IAM, the SDLC is critical for ensuring that identity and access controls are built securely into software products throughout their development.
### Software Development Kit (SDK)
[Section titled “Software Development Kit (SDK)”](#software-development-kit-sdk)
IT concepts
An SDK is a set of tools, libraries, and documentation that enables developers to build software applications for specific platforms or services. In IAM, SDKs are often provided by IAM solutions or cloud providers to allow seamless integration of identity and access management functionality into applications.
### SPIFFE (Secure Production Identity Framework for Everyone)
[Section titled “SPIFFE (Secure Production Identity Framework for Everyone)”](#spiffe-secure-production-identity-framework-for-everyone)
IAM concepts
SPIFFE is an open-source framework for providing secure, cryptographic identities to services and workloads in dynamic, distributed systems like microservices. It defines standards for identity creation, verification, and lifecycle management across different cloud and infrastructure environments.
### SPIRE (SPIFFE Runtime Environment)
[Section titled “SPIRE (SPIFFE Runtime Environment)”](#spire-spiffe-runtime-environment)
IAM concepts
SPIRE is the production-grade implementation of the SPIFFE specification. It is a system that manages, issues, and verifies SPIFFE identities across distributed systems, ensuring workloads are properly authenticated within microservices environments.
### SVID (SPIFFE Verifiable Identity Document)
[Section titled “SVID (SPIFFE Verifiable Identity Document)”](#svid-spiffe-verifiable-identity-document)
Security concepts
A short-lived, cryptographically verifiable credential that proves a workload’s identity within a SPIFFE trust domain. SVIDs come in two formats: X.509-SVID (an X.509 certificate) and JWT-SVID (a signed JSON Web Token). Both formats embed the workload’s SPIFFE ID and are issued by a SPIFFE-compliant control plane.
### TLS (Transport Layer Security)
[Section titled “TLS (Transport Layer Security)”](#tls-transport-layer-security)
Security concepts
A cryptographic protocol that provides secure communication over a computer network. TLS is commonly used to encrypt API traffic and protect sensitive information from eavesdropping and tampering.
### TLS/SSL Certificate
[Section titled “TLS/SSL Certificate”](#tlsssl-certificate)
Identity types
Transport Layer Security (TLS) or Secure Sockets Layer (SSL) certificates provide secure communication over a network by encrypting data transmitted between machines, often used in web servers, APIs, and other network services.
### Token
[Section titled “Token”](#token)
Identity types
A piece of data used for authentication or authorization, typically issued by an identity provider or authentication service. Tokens may include access tokens, refresh tokens, session tokens, or JWTs, depending on the authentication mechanism and protocol used.
### Token Forging
[Section titled “Token Forging”](#token-forging)
NHI security threats
A technique where attackers create or manipulate authentication tokens to gain unauthorized access to systems or services. By forging tokens, attackers can impersonate legitimate non-human identities, bypass authentication controls, and escalate privileges within an environment. Proper validation, short token lifespans, and cryptographic integrity checks help mitigate this risk.
### Trust Relationship
[Section titled “Trust Relationship”](#trust-relationship)
Security concepts
A mutual agreement or configuration between identity providers and service providers that establishes trust and enables federated identity management. Trust relationships define the rules and protocols for exchanging identity tokens, assertions, and attributes securely.
### Two-Factor Authentication (2FA)
[Section titled “Two-Factor Authentication (2FA)”](#two-factor-authentication-2fa)
Security concepts
An authentication method that requires users to provide two forms of verification to access an account or system. Password managers and vaults often support 2FA to enhance security by requiring an additional factor, such as a code from a mobile app or a hardware token.
### Trust Provider
[Section titled “Trust Provider”](#trust-provider)
IAM concepts
A Trust Provider is a component that verifies the identity of workloads (applications, services) using cryptographically verifiable methods, such as certificates. Trust Providers are used to ensure that only verified and trusted workloads can access sensitive resources or other services.
### Universal Identity and Access Management (IAM)
[Section titled “Universal Identity and Access Management (IAM)”](#universal-identity-and-access-management-iam)
Identity types
Universal IAM refers to a unified approach to identity and access management that spans multiple environments, platforms, and services. This can also unify user and non-human identities. It enables organizations to manage identities and access controls consistently across on-premises, cloud, and hybrid environments, providing seamless identity lifecycle management and access governance.
### Vault
[Section titled “Vault”](#vault)
Identity types
A secure repository or container used to store and manage sensitive information, such as passwords, cryptographic keys, certificates, and API tokens. Vaults employ encryption and access control mechanisms to safeguard stored data from unauthorized access or disclosure.
### Workload
[Section titled “Workload”](#workload)
Identity types
A specific task, application, or process running on a machine or within a computing environment, often associated with cloud-based or distributed systems.
### Workload Event
[Section titled “Workload Event”](#workload-event)
Aembit concepts
A structured audit record that Aembit generates when application-level traffic flows through Agent Proxy or MCP Identity Gateway. Workload Events capture requests and responses between Client Workloads and Server Workloads across supported application protocols, including MCP.
### Workload Identity Federation (WIF)
[Section titled “Workload Identity Federation (WIF)”](#workload-identity-federation-wif)
Identity types
Workload Identity Federation allows workloads running in one environment (e.g., on-premises or a third-party cloud) to authenticate and access resources in another environment (e.g., public cloud) without managing long-term credentials. It typically leverages federated trust models like OIDC (OpenID Connect) for secure authentication.
### X.509
[Section titled “X.509”](#x509)
Identity types
X.509 is a standard defining the format of public key certificates. These certificates are used in cryptographic systems (like SSL/TLS) to securely verify identities through a trusted certificate authority (CA), commonly used in IAM for machine and workload identity verification.
### X.509 Certificate
[Section titled “X.509 Certificate”](#x509-certificate)
Identity types
An X.509 certificate is a digital certificate that uses the X.509 standard to authenticate the identity of machines, applications, or users. It contains a public key, identity information, and is signed by a trusted certificate authority (CA), making it critical for secure communication in networks.
### X.509-SVID
[Section titled “X.509-SVID”](#x509-svid)
Security concepts
A SPIFFE Verifiable Identity Document in X.509 certificate format. X.509-SVIDs are short-lived certificates that embed a workload’s SPIFFE ID as a URI Subject Alternative Name (SAN) and enable mutual TLS authentication between workloads at the transport layer. See [About the X.509-SVID Credential Provider](/user-guide/access-policies/credential-providers/about-spiffe-x509-svid).
### YAML Ain’t Markup Language (YAML)
[Section titled “YAML Ain’t Markup Language (YAML)”](#yaml-aint-markup-language-yaml)
Identity types
YAML is a human-readable data serialization format used to define configuration data, often in DevOps and cloud environments. In IAM and workload management, YAML is frequently used in configuration files for systems like Kubernetes, where identity and access policies are defined for workloads. Formerly known as Yet Another Markup Language.
### Zero Trust
[Section titled “Zero Trust”](#zero-trust)
Security concepts
A security framework that assumes no entity, either inside or outside the network, should be automatically trusted. It mandates continuous verification of the security status of identities, devices, and network traffic before granting access to resources.
# Aembit Docs
> Attest. Authenticate. Accelerate.
NEW
## AI Guide
Aembit now provides documentation for securing AI agent communications using the Model Context Protocol (MCP). Covers the MCP Authorization Server, MCP Identity Gateway, and MCP Server.
[Explore the AI Guide ](/ai-guide/)
## Choose your path
NEW
### [AI Guide](/ai-guide/)
Connect AI agents to protected resources through MCP servers, identity gateways, and OAuth flows—no static credentials required.
[MCP Server](/ai-guide/mcp/mcp-server/)
Expose Aembit capabilities to AI agents via Model Context Protocol.
[Overview](/ai-guide/mcp/mcp-server/)[MCP Overview](/ai-guide/mcp/)[AI Guide](/ai-guide/)
[Identity Gateway](/ai-guide/mcp/identity-gateway/)
Secure MCP tool calls with workload identity and access policies.
[Overview](/ai-guide/mcp/identity-gateway/)[MCP Overview](/ai-guide/mcp/)[AI Guide](/ai-guide/)
[Authorization Server](/ai-guide/mcp/authorization-server/)
OAuth 2.0 authorization for AI agent credential flows.
[Concepts](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server)[Setup](/ai-guide/mcp/authorization-server/setup-mcp-auth-server)[Reference](/ai-guide/mcp/authorization-server/reference-mcp-auth-server)
[Aembit MCP Topics](/ai-guide/)
Interesting and helpful topics.
[Prompts Library](/ai-guide/prompt-library/)[MCP Overview](/ai-guide/mcp/)[About Blended Identities](/ai-guide/blended-identity/)
### [Get Started](/get-started/)
Learn what Aembit does, how workload identity works, and set up your first secure connection.
[What is Aembit?](/get-started/)[Core concepts](/get-started/concepts/)[Quickstart](/get-started/quickstart/)
### [User Guide](/user-guide/)
Deploy Aembit Edge, configure access policies, manage credentials, and monitor workload activity.
[Deploy & Install](/user-guide/deploy-install/)[Manage Access Policies](/user-guide/access-policies/)[Audit & Report](/user-guide/audit-report/)
### [CLI Guide](/cli-guide/)
Retrieve credentials in CI/CD pipelines using GitLab, GitHub, or OIDC tokens.
[Set up Aembit CLI](/cli-guide/usage/setup)[Getting credentials](/cli-guide/usage/get-credentials)[Command reference](/cli-guide/reference/)
### [API Guide](/api-guide/)
Build integrations with Aembit's Cloud and Edge REST APIs. Full endpoint reference included.
[Cloud API](/api-guide/cloud/)[Edge API](/api-guide/edge/)[Authentication](/api-guide/edge/auth/)
## Find your focus
Select your role
Security Teams Platform Engineers Developers IT Admins Executives
### Control & Audit
Security policies, compliance monitoring, and audit tools
#### Access Control
[Access Policies](/user-guide/access-policies/)[Agentic AI Blended Identities](/ai-guide/blended-identity/)[MCP Identity Gateway](/ai-guide/mcp/identity-gateway/)[Client Workloads](/user-guide/access-policies/client-workloads/)[Server Workloads](/user-guide/access-policies/server-workloads/)[Trust Providers](/user-guide/access-policies/trust-providers/)[Credential Providers](/user-guide/access-policies/credential-providers/)
#### Monitoring
[Authorization Events](/user-guide/audit-report/access-authorization-events)[Audit Logs](/user-guide/audit-report/audit-logs)[Workload Activity](/user-guide/audit-report/workload-events)[Log Streams](/user-guide/administration/log-streams/)[Dashboard](/user-guide/audit-report/)
#### Compliance
[Security Compliance](/get-started/security-posture/security-compliance)[Security Posture](/get-started/security-posture/)[Global Policy](/user-guide/administration/global-policy/)[Threat Model](/get-started/security-posture/threat-model)
#### Quick Actions
[Create Policy](/user-guide/access-policies/)[View Audit Log](/user-guide/audit-report/audit-logs)[Generate Report](/user-guide/audit-report/)[Export Data](/api-guide/)
### Deploy & Scale
Infrastructure deployment, scaling, and operations
#### Deployment
[Kubernetes](/user-guide/deploy-install/kubernetes/)[AWS ECS Fargate](/user-guide/deploy-install/serverless/aws-ecs-fargate)[AWS Lambda](/user-guide/deploy-install/serverless/)[VM Installation](/user-guide/deploy-install/virtual-machine/)[MCP Identity Gateway Setup](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/)
#### Infrastructure
[Terraform Provider](/user-guide/access-policies/advanced-options/terraform/)[Helm Charts](/user-guide/deploy-install/kubernetes/)[Network Config](/user-guide/deploy-install/)[TLS Decrypt](/user-guide/deploy-install/advanced-options/tls-decrypt/)
#### Operations
[Log Streams](/user-guide/administration/log-streams/)[Log Levels](/user-guide/deploy-install/advanced-options/changing-agent-log-levels)[Troubleshooting](/user-guide/troubleshooting/)[Changelog](/changelog/)
#### Reference
[Support Matrix](/reference/support-matrix/)[Architecture](/get-started/how-aembit-works)[Environment Variables](/reference/edge-components/edge-component-env-vars)[Helm Chart Options](/reference/edge-components/helm-chart-config-options)
### Build & Integrate
SDKs, APIs, and integration guides for developers
#### Integration
[Developer Integration](/user-guide/access-policies/server-workloads/developer-integration)[Architecture Patterns](/user-guide/access-policies/server-workloads/architecture-patterns)[Server Workload Guides](/user-guide/access-policies/server-workloads/guides/)[CLI Get Credentials](/cli-guide/usage/get-credentials)
#### APIs
[REST API Reference](/api-guide/)[Cloud API](/api-guide/cloud/)[Edge API](/api-guide/edge/)[Authentication](/api-guide/edge/auth/)
#### CI/CD
[GitHub Actions](/user-guide/deploy-install/ci-cd/github/)[GitLab CI](/user-guide/deploy-install/ci-cd/gitlab/)[Jenkins Pipelines](/user-guide/deploy-install/ci-cd/jenkins-pipelines)[CI/CD Overview](/user-guide/deploy-install/ci-cd/)
#### AI Integration
[AI Guide](/ai-guide/)[MCP Server](/ai-guide/mcp/mcp-server/)[MCP Authorization Server](/ai-guide/mcp/authorization-server/)[MCP Identity Gateway](/ai-guide/mcp/identity-gateway/)[Agentic AI Blended Identities](/ai-guide/blended-identity/)
### Manage & Configure
User management, SSO, and tenant configuration
#### User Management
[Users](/user-guide/administration/users/)[Roles](/user-guide/administration/roles/)[Identity Providers](/user-guide/administration/identity-providers/)[Agentic AI Blended Identities](/ai-guide/blended-identity/)
#### Tenant
[Administration](/user-guide/administration/)[Resource Sets](/user-guide/administration/resource-sets/)[Sign-On Policy](/user-guide/administration/sign-on-policy/)
#### Security
[Audit Logs](/user-guide/audit-report/audit-logs)[Global Policy](/user-guide/administration/global-policy/)
#### Quick Actions
[Add User](/user-guide/administration/users/add-user)[Configure SSO](/user-guide/administration/identity-providers/)
### Overview & Value
High-level insights and business value
#### Overview
[What is Aembit](/get-started/)[How it Works](/get-started/how-aembit-works)[Use Cases](/get-started/use-cases/)[Securing AI Agents](/get-started/use-cases/ai-agents/)
#### Value
[Security Posture](/get-started/security-posture/)[Business Use Cases](/get-started/use-cases/)
#### Reports
[Audit & Compliance](/user-guide/audit-report/)[Global Policy](/user-guide/audit-report/global-policy)
#### Quick Actions
[View Dashboard](/user-guide/audit-report/)[Get Started](/get-started/)
## How Aembit works
AI Agents Multicloud Database Access
WorkloadsIdentity & TrustPolicy EvaluationCredential Injection
#### Learn more
[Client Workloads](/get-started/concepts/client-workloads/)[Server Workloads](/get-started/concepts/server-workloads/)
#### Start building
[Configure Client Workloads](/user-guide/access-policies/client-workloads/)[MCP Server setup](/ai-guide/mcp/mcp-server/)
#### Learn more
[Blended Identity](/ai-guide/blended-identity/)[Trust Providers](/get-started/concepts/trust-providers/)
#### Start building
[MCP Authorization Server](/ai-guide/mcp/authorization-server/)
#### Learn more
[Access Policies](/get-started/concepts/access-policies/)[Access Conditions](/get-started/concepts/access-conditions/)
#### Start building
[Configure Access Policies](/user-guide/access-policies/)
#### Learn more
[Credential Providers](/get-started/concepts/credential-providers/)
#### Start building
[MCP User-Based Access Token](/user-guide/access-policies/credential-providers/mcp-user-based-access-token/)
 
WorkloadsIdentity TranslationAccess PoliciesCross-Cloud Credentials
#### Learn more
[Client Workloads](/get-started/concepts/client-workloads/)[Server Workloads](/get-started/concepts/server-workloads/)
#### Start building
[Deploy Aembit Edge](/user-guide/deploy-install/)
#### Learn more
[Trust Providers](/get-started/concepts/trust-providers/)
#### Start building
[AWS Role Trust Provider](/user-guide/access-policies/trust-providers/aws-role-trust-provider/)[Azure Entra WIF Credential Provider](/user-guide/access-policies/credential-providers/azure-entra-workload-identity-federation/)
#### Learn more
[Access Policies](/get-started/concepts/access-policies/)[Access Conditions](/get-started/concepts/access-conditions/)
#### Start building
[Configure Access Policies](/user-guide/access-policies/)
#### Learn more
[Credential Providers](/get-started/concepts/credential-providers/)
#### Start building
[Azure Entra WIF](/user-guide/access-policies/credential-providers/azure-entra-workload-identity-federation/)[GCP Workload Identity](/user-guide/access-policies/credential-providers/google-workload-identity-federation/)
 
WorkloadsCloud IAM TrustAccess PoliciesDatabase Credentials
#### Learn more
[Client Workloads](/get-started/concepts/client-workloads/)[Server Workloads](/get-started/concepts/server-workloads/)
#### Start building
[Configure Client Workloads](/user-guide/access-policies/client-workloads/)
#### Learn more
[Trust Providers](/get-started/concepts/trust-providers/)
#### Start building
[AWS Role Trust Provider](/user-guide/access-policies/trust-providers/aws-role-trust-provider/)
#### Learn more
[Access Policies](/get-started/concepts/access-policies/)[Access Conditions](/get-started/concepts/access-conditions/)
#### Start building
[Configure Access Policies](/user-guide/access-policies/)
#### Learn more
[Credential Providers](/get-started/concepts/credential-providers/)
#### Start building
[PostgreSQL guide](/user-guide/access-policies/server-workloads/guides/aws-postgres/)[Snowflake guide](/user-guide/access-policies/server-workloads/guides/snowflake/)
 
# AI Assistant Integration Resources
> Machine-readable documentation resources for AI coding assistants and LLMs integrating with Aembit.
Aembit supports the [llms.txt](https://llmstxt.org/) convention for Large Language Models (LLM) to learn about Aembit. This standard provides a way for LLMs to understand the capabilities and features of Aembit, as well as how to interact with it.
This page vs. the AI Guide
This page provides **machine-readable documentation** that you feed to AI coding assistants (Claude, Copilot, ChatGPT) to help them generate code that integrates with Aembit.
The [AI Guide](/ai-guide/) documents **Aembit’s MCP integrations**—tools that let AI assistants directly query Aembit event logs, authorization events, and audit data.
Looking for human-readable docs?
This page provides machine-readable resources for AI coding assistants.
**For human-readable docs:**
* [Get Started Guide](/get-started/) - understand Aembit workload identity concepts
* [How Aembit Works](/get-started/how-aembit-works) - understand Aembit’s architecture and security model
* [Client Workload Configuration](/user-guide/access-policies/client-workloads) - configure workloads including Kubernetes integration
* [User Guide](/user-guide/) - configure and manage Aembit
## Using these resources with AI assistants
[Section titled “Using these resources with AI assistants”](#using-these-resources-with-ai-assistants)
Feed these resources to AI coding assistants (Claude, GitHub Copilot, ChatGPT) when you need help implementing Aembit integrations.
**Example workflows:**
* **Generating API integration code:** Provide `api-cloud-endpoints.txt` or `api-edge-endpoints.txt` when asking your LLM to generate API client code
* **Understanding configuration options:** Use `llms-full.txt` when asking questions about Aembit features, concepts, and configuration patterns
* **Troubleshooting:** Provide relevant resource to your LLM along with error messages for context-aware debugging suggestions
## Main documentation
[Section titled “Main documentation”](#main-documentation)
Core Aembit documentation including [Get Started Guide](/get-started/), [User Guide](/user-guide/), [CLI Guide](/cli-guide), and [support information](/support-overview). All variants cover workload identity concepts, Client Workload configuration, Access Policies, Trust Providers, and Credential Providers.
* [llms.txt](/llms.txt) - List of available files and directories in the main Aembit docs
* [llms-small.txt](/llms-small.txt) - Condensed main documentation (optimized context, fastest loading)
* [llms-full.txt](/llms-full.txt) - Complete main documentation including advanced configuration and examples (comprehensive)
## Aembit Cloud API
[Section titled “Aembit Cloud API”](#aembit-cloud-api)
Complete API reference for the Aembit Cloud API, separated into focused resources for efficient token usage. Covers API endpoints, authentication, access management, policy configuration, and credential provider operations.
* [api-cloud-full.txt](/_llms-txt/api-cloud-full.txt) - Complete Cloud API reference including endpoints and schemas (comprehensive)
* [api-cloud-endpoints.txt](/_llms-txt/api-cloud-endpoints.txt) - Cloud API endpoints reference only (optimized for code generation)
* [api-cloud-schemas.txt](/_llms-txt/api-cloud-schemas.txt) - Cloud API schemas reference only (data models and types)
## Aembit Edge API
[Section titled “Aembit Edge API”](#aembit-edge-api)
Complete API reference for the Aembit Edge API, separated into focused resources for efficient token usage. Covers Edge deployment, Kubernetes integration, local authentication, and workload identity verification.
* [api-edge-full.txt](/_llms-txt/api-edge-full.txt) - Complete Edge API reference including endpoints and schemas (comprehensive)
* [api-edge-endpoints.txt](/_llms-txt/api-edge-endpoints.txt) - Edge API endpoints reference only (optimized for code generation)
* [api-edge-schemas.txt](/_llms-txt/api-edge-schemas.txt) - Edge API schemas reference only (data models and types)
# Aembit reference documentation
> Reference documentation for Aembit features and functionality
This section provides technical reference documentation for Aembit, including supported versions, environment variables, and configuration options.
The following pages are available in the reference section:
* [Edge Component Supported Versions](/reference/edge-components/edge-component-supported-versions)
* [Support Matrix](/reference/support-matrix)
### Edge Components Reference
[Section titled “Edge Components Reference”](#edge-components-reference)
* [Agent Log Level Reference](/reference/edge-components/agent-log-level-reference)
* [Edge Component Environment Variables](/reference/edge-components/edge-component-env-vars)
* [Helm Chart Configuration Options](/reference/edge-components/helm-chart-config-options)
# Edge Component log levels
> A reference page of all available Edge Component AEMBIT_LOG_LEVEL log levels
Aembit’s Edge Component’s such as Agent Controller and Agent Proxy have multiple log levels that you can set using the `AEMBIT_LOG_LEVEL` environment variable. Keep in mind that Agent Controller and Agent Proxy have slightly different values.
See the tables in the following sections for the available log levels and their descriptions:
* [Agent Controller](#agent-controller-log-levels)
* [Agent Proxy](#agent-proxy-log-levels)
To change your Agent Controller’s and Agent Proxy’s log levels, see [Changing log levels](/user-guide/deploy-install/advanced-options/changing-agent-log-levels).
Tip
All log levels are **case-insensitive**, so Aembit treats `ERROR`, `Error`, and `error` the same.
## Agent Controller log levels
[Section titled “Agent Controller log levels”](#agent-controller-log-levels)
The following table contains the *Agent Controller* log levels and their descriptions for when setting the `AEMBIT_LOG_LEVEL` environment variable:
| Log level | Description |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `fatal` | System is unusable. Critical failures requiring immediate attention, often leading to Agent Controller shutdown. |
| `error` | Function-level failures that impact operations but don’t crash Agent Controller. These indicate significant problems that need attention but allow Agent Controller to continue running. |
| `warning` **\*** | Potentially harmful situations that don’t disrupt core functionality. These highlight issues that could become problems but aren’t blocking operations. \*Default value |
| `information` | Normal operational messages highlighting key events. These track expected Agent Controller behavior and state changes. |
| `debug` | Detailed information useful during development. These messages expose internal Agent Controller state and control flow. |
| `verbose` | Most granular logging, showing all possible detail. These capture every minor operation and state change within Agent Controller. |
## Agent Proxy log levels
[Section titled “Agent Proxy log levels”](#agent-proxy-log-levels)
The following table contains the *Agent Proxy* log levels and their descriptions for when setting the `AEMBIT_LOG_LEVEL` environment variable:
| Log level | Description |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `error` | Function-level failures that impact operations but don’t crash the Agent Proxy. These indicate significant problems that need attention but allow the Agent Proxy to continue running. |
| `warn` | Potentially harmful situations that don’t disrupt core functionality. These highlight issues that could become problems but aren’t blocking operations. |
| `info` **\*** | Normal operational messages highlighting significant events in the Agent Proxy’s lifecycle. These track expected Agent Proxy behavior and state changes. \*Default value |
| `debug` | Detailed information useful during development and troubleshooting. These messages expose internal Agent Proxy state and control flow. |
| `trace` | Most granular logging level showing step-by-step execution flow. These capture every minor operation and state change within the Agent Proxy. |
| `off` | Disables all logging output. Aembit records no messages regardless of their severity level. |
# Client Workload annotation reference
> Reference for Kubernetes annotations you can apply to Client Workload pod specs to configure Agent Proxy behavior
When you deploy Client Workloads to a Kubernetes cluster with Aembit Edge, you use pod annotations to control Agent Proxy behavior. These annotations go in the `metadata.annotations` section of your pod template spec.
For deployment steps, see [Deploy Aembit to Kubernetes](/user-guide/deploy-install/kubernetes/kubernetes).
| Annotation | Description |
| ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [`aembit.io/agent-inject`](/reference/edge-components/cw-annotations#aembitioagent-inject) | Required Enables Agent Proxy injection for this deployment. *Example*: `"enabled"` |
| [`aembit.io/resource-set-id`](/reference/edge-components/cw-annotations#aembitioresource-set-id) | Sets the Resource Set ID for Agent Proxy associated with pods in this deployment. *Example*: `"f251f0c5-5681-42f0-a374-fef98d9a5005"` |
| [`aembit.io/client-id`](/reference/edge-components/cw-annotations#aembitioclient-id) | Sets the Aembit Client ID for Agent Proxy associated with pods in this deployment. *Example*: `"7e75e718-7634-480b-9f7b-a07bb5a4f11d"` |
| [`aembit.io/agent-proxy-env-`](/reference/edge-components/cw-annotations#aembitioagent-proxy-env-env_var_name) | Sets a specific environment variable on Agent Proxy container for pods in this deployment. *Example*: `"false"` |
| [`aembit.io/agent-configmap`](/reference/edge-components/cw-annotations#aembitioagent-configmap) | Mounts Kubernetes ConfigMap data into Agent Proxy container for pods in this deployment. *Example*: `'["agent-controller-config:device_code"]'` |
| [`aembit.io/steering-mode`](/reference/edge-components/cw-annotations#aembitiosteering-mode) | Sets the steering mode for Agent Proxy. Required on OpenShift. *Example*: `"explicit"` |
## `aembit.io/agent-inject` Required
[Section titled “aembit.io/agent-inject ”](#aembitioagent-inject)
Value - `"enabled"`
Enables Agent Proxy injection for the deployment. Agent Injector watches for this annotation and injects an Agent Proxy sidecar container into matching pods.
This annotation is mandatory. Without it, no other Aembit Client Workload annotations have any effect.
*Example*:
```yaml
template:
metadata:
annotations:
aembit.io/agent-inject: "enabled"
```
For detailed deployment steps, see [Annotate Client Workloads](/user-guide/deploy-install/kubernetes/kubernetes#step-3---annotate-client-workloads).
***
## `aembit.io/resource-set-id`
[Section titled “aembit.io/resource-set-id”](#aembitioresource-set-id)
Value - Resource Set UUID
Sets the Resource Set ID for Agent Proxy associated with pods in this deployment. Once you add this annotation, Aembit Edge injects the Resource Set ID into Agent Proxy, enabling it to support Client Workloads in the specified Resource Set.
You can find the Resource Set ID in your Aembit Tenant under **Administration > Resource Sets**.
*Example*:
```yaml
template:
metadata:
annotations:
aembit.io/agent-inject: "enabled"
aembit.io/resource-set-id: "f251f0c5-5681-42f0-a374-fef98d9a5005"
```
For more information, see [Resource Sets overview](/user-guide/administration/resource-sets/) and [Deploy a Resource Set](/user-guide/administration/resource-sets/deploy-resource-set).
***
## `aembit.io/client-id`
[Section titled “aembit.io/client-id”](#aembitioclient-id)
Value - Client Workload UUID
Sets the Aembit Client ID for Agent Proxy associated with pods in this deployment. The Aembit Client ID is a fallback identification method for Client Workloads when other identification methods (such as hostname or source IP) are unavailable.
*Example*:
```yaml
template:
metadata:
annotations:
aembit.io/agent-inject: "enabled"
aembit.io/client-id: "7e75e718-7634-480b-9f7b-a07bb5a4f11d"
```
For more information, see [Aembit Client ID](/user-guide/access-policies/client-workloads/identification/aembit-client-id).
***
## `aembit.io/agent-proxy-env-`
[Section titled “aembit.io/agent-proxy-env-\”](#aembitioagent-proxy-env-env_var_name)
Value - Environment variable value
Sets a specific environment variable on Agent Proxy container for pods in this deployment. Replace `` with the name of the environment variable you want to set.
This is useful when you need to configure Agent Proxy behavior on a per-deployment basis rather than cluster-wide through Helm values.
*Example*:
```yaml
template:
metadata:
annotations:
aembit.io/agent-inject: "enabled"
aembit.io/agent-proxy-env-AEMBIT_PASS_THROUGH_TRAFFIC_BEFORE_REGISTRATION: "false"
```
For available environment variables, see [Edge Component environment variables](/reference/edge-components/edge-component-env-vars).
***
## `aembit.io/agent-configmap`
[Section titled “aembit.io/agent-configmap”](#aembitioagent-configmap)
Value - JSON array of `"ConfigMapName:KeyName"` pairs
Mounts Kubernetes ConfigMap data into Agent Proxy container for pods in this deployment. Agent Injector reads this annotation and adds volume mounts so Agent Proxy can access the specified ConfigMap keys at runtime.
The Edge Component mounts ConfigMap data to `/mnt/agent-proxy//` inside Agent Proxy container. This is primarily used with the [Vault dynamic claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-vault) feature, where Agent Proxy reads ConfigMap values and includes them in workload assessments.
ConfigMaps must be in the same namespace as the Client Workload pod. If a referenced ConfigMap doesn’t exist, Agent Proxy still starts, but the dynamic claim value resolves to an empty string.
*Example*:
```yaml
template:
metadata:
annotations:
aembit.io/agent-inject: "enabled"
aembit.io/agent-configmap: '["my-configmap:my-key"]'
```
For more information, see [Vault Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-vault).
***
## `aembit.io/steering-mode`
[Section titled “aembit.io/steering-mode”](#aembitiosteering-mode)
Value - `"explicit"` | `"transparent"`
Sets the steering mode for Agent Proxy. The default behavior when this annotation is omitted is transparent steering.
* **`"explicit"`** — Client Workloads must configure themselves to use Agent Proxy as an HTTP or HTTPS proxy. No automatic traffic interception occurs.
* **`"transparent"`** — Agent Proxy transparently intercepts pod traffic using iptables rules injected by Agent Injector. Client Workloads require no additional configuration or code changes. This is the default behavior when the annotation is omitted.
Not all platforms support both steering modes. For a full comparison of steering mode support across deployment models (including Kubernetes, OpenShift, and Fargate), see the [method comparison table](/user-guide/deploy-install/advanced-options/agent-proxy/steering#method-comparison-and-protocol-support).
*Example*:
```yaml
template:
metadata:
annotations:
aembit.io/agent-inject: "enabled"
aembit.io/steering-mode: "explicit"
```
For more information, see [Steering](/user-guide/deploy-install/advanced-options/agent-proxy/steering) and [Explicit steering](/user-guide/deploy-install/advanced-options/agent-proxy/explicit-steering).
# Edge Component environment variables reference
> Reference for environment variables of Edge Components categorized by deployment type
The following sections list and describe the environment variables available for Edge Components:
* [Agent Controller](#agent-controller-environment-variables)
* [Agent Proxy](#agent-proxy-environment-variables)
* [Agent Injector](#agent-injector-environment-variables)
* [Aembit CLI](#aembit-cli-environment-variables)
## Agent Controller environment variables
[Section titled “Agent Controller environment variables”](#agent-controller-environment-variables)
Here is a list of all available environment variables for configuring the Agent Controller installer:
### `AEMBIT_AGENT_CONTROLLER_ID` Required
[Section titled “AEMBIT\_AGENT\_CONTROLLER\_ID ”](#aembit_agent_controller_id)
Default - not set
OS-All
Required if not using `AEMBIT_DEVICE_CODE`.
The Agent Controller ID, available in your tenant’s administrative console for each Agent Controller. This ID is utilized for Trust Provider**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers) registration. You must provide either this or the `AEMBIT_DEVICE_CODE` environment variable.
*Example*:\
`01234567-89ab-cdef-0123-456789abcdef`
***
### `AEMBIT_DEVICE_CODE` Required
[Section titled “AEMBIT\_DEVICE\_CODE ”](#aembit_device_code)
Default - not set
OS-All
Required if not using `AEMBIT_AGENT_CONTROLLER_ID`.
The device code for the Agent Controller. Generate this code in your tenant’s administrative console for code-based registration. You must provide either this or the `AEMBIT_AGENT_CONTROLLER_ID` environment variable.
*Example*:\
`123456`
***
### `AEMBIT_TENANT_ID` Required
[Section titled “AEMBIT\_TENANT\_ID ”](#aembit_tenant_id)
Default - not set
OS-All
The Aembit Tenant**Aembit Tenant**: Aembit Tenants serve as isolated, dedicated environments within Aembit that provide complete separation of administrative domains and security configurations.[Learn more](/get-started/concepts/administration) ID that the Agent Controller will register with.
*Example*:\
`123abc`
***
### `AEMBIT_HTTP_PORT_DISABLED`
[Section titled “AEMBIT\_HTTP\_PORT\_DISABLED”](#aembit_http_port_disabled)
Default - `false`
OS-All
When `true`, turns off HTTP support in Agent Controller, restricting communication to HTTPS only. When `false`, Agent Controller accepts HTTP traffic. HTTP traffic uses port 5000 for virtual machine installations and port 80 for container-based deployments.
*Example*:\
`true`
***
### `AEMBIT_KERBEROS_ATTESTATION_ENABLED`
[Section titled “AEMBIT\_KERBEROS\_ATTESTATION\_ENABLED”](#aembit_kerberos_attestation_enabled)
Default - not set
OS-All
When `true`, enables Kerberos-based attestation.
**For Linux:** You must set `KRB5_KTNAME` with the Agent Controller keytab path. If you have Kerberos installed, `KRB5_KTNAME` defaults to `/etc/krb5.keytab`.
**For Windows:** Agent Controller inherits Kerberos information from the user it runs as.
*Example*:\
`true`
***
### `AEMBIT_LOG_LEVEL`
[Section titled “AEMBIT\_LOG\_LEVEL”](#aembit_log_level)
Default - `information`
OS-All
Set the Agent Controller log level. The supported levels include `fatal`, `error`, `warning`, `information`, `debug`, `verbose`. The log level value is case insensitive. See [Log level reference](/reference/edge-components/agent-log-level-reference#agent-controller-log-levels) for details.
*Example*:\
`verbose`
***
### `AEMBIT_MANAGED_TLS_HOSTNAME`
[Section titled “AEMBIT\_MANAGED\_TLS\_HOSTNAME”](#aembit_managed_tls_hostname)
Default - not set
OS-All
The hostname Agent Proxy uses to connect to the Agent Controller. If set, Aembit uses its own PKI for [Agent Controller TLS](/user-guide/deploy-install/advanced-options/agent-controller/configure-aembit-pki-agent-controller-tls).
This is mutually exclusive with `TLS_PEM_PATH` and `TLS_KEY_PATH`.
*Example*:\
`aembit-agent-controller.example.com`
Note
When you enable TLS on Agent Controller version 1.24.xxxx or later, Agent Controller automatically:
* opens port 443 (5443 on VM) for HTTPS traffic
* doesn’t open port 80 (5000 on VM) for HTTP traffic
As of Agent Controller version 1.29.xxxx, on Kubernetes deployments, Agent Controller exposes Prometheus metrics over HTTP on port 9090 regardless of TLS state. On Virtual Machine deployments, enabling TLS continues to switch Prometheus metrics from HTTP port 9090 to HTTPS port 9091.
***
### `AEMBIT_METRICS_ENABLED`
[Section titled “AEMBIT\_METRICS\_ENABLED”](#aembit_metrics_enabled)
Default - `true`
OS-All
Enable Prometheus metrics. Agent Controller turns this on by default.
*Example*:\
`true`
***
### `AEMBIT_STACK_DOMAIN`
[Section titled “AEMBIT\_STACK\_DOMAIN”](#aembit_stack_domain)
Default - `useast2.aembit.io`
OS-All
The cloud stack to connect to. **Don’t set this value unless directed by your Aembit representative.**
***
### `HTTP_PROXY`
[Section titled “HTTP\_PROXY”](#http_proxy)
Default - not set
OS-All v1.30.3384
Specifies an HTTP proxy for Agent Controller outbound HTTP connections. When set, Agent Controller routes outbound HTTP traffic through the specified proxy. This includes connections to Aembit Cloud for registration and token management. Both `HTTP_PROXY` and `http_proxy` are honored. *Example*:\
`http://proxy.example.com:8080`
***
### `HTTPS_PROXY`
[Section titled “HTTPS\_PROXY”](#https_proxy)
Default - not set
OS-All v1.30.3384
Specifies an HTTPS proxy for Agent Controller outbound HTTPS connections. When set, Agent Controller routes outbound HTTPS traffic through the specified proxy. This includes connections to Aembit Cloud for registration and OAuth. Both `HTTPS_PROXY` and `https_proxy` are honored. *Example*:\
`http://proxy.example.com:8080`
***
Installer doesn’t accept these variables
The Agent Controller installer doesn’t accept `HTTP_PROXY`, `HTTPS_PROXY`, or `NO_PROXY`. To route Agent Controller outbound traffic through an upstream HTTP proxy, set these variables in the Agent Controller service’s environment so that the service inherits them:
* **Windows:** Set them as [system environment variables](https://learn.microsoft.com/en-us/windows/win32/procthread/environment-variables).
* **Linux:** Set them in a [systemd drop-in file](https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html) using the [`Environment=` directive](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#Environment=).
### `NO_PROXY`
[Section titled “NO\_PROXY”](#no_proxy)
Default - not set
OS-All v1.30.3384
A comma-separated list of hosts or domains that should bypass the proxy. Use this to exclude cloud metadata endpoints and other local services from proxy routing. Both `NO_PROXY` and `no_proxy` are honored.
**Supported patterns:**
Aembit guarantees the following patterns match:
* Specific IP addresses (for example, `169.254.169.254`)
* Specific hostnames (for example, `metadata.google.internal`)
Other patterns may cause unexpected behavior. For more information or help, contact [Aembit Support](/support-overview).
*Example*:\
`169.254.169.254,fd00:ec2::254,metadata.google.internal`
***
### `SERVICE_LOGON_ACCOUNT`
[Section titled “SERVICE\_LOGON\_ACCOUNT”](#service_logon_account)
Default - not set
OS-Windows
When set, this runs the Agent Controller as a different user which is useful for High Availability deployments. The name you provide must be the fully qualified sAMAccount name.
*Example*:\
`myDomain\MyServiceAccount$`
***
### `TLS_PEM_PATH`
[Section titled “TLS\_PEM\_PATH”](#tls_pem_path)
Default - not set
OS-All
The path to your TLS certificate file. Allows you to specify your own TLS key and certificate to use with [Agent Controller TLS](/user-guide/deploy-install/advanced-options/agent-controller/configure-aembit-pki-agent-controller-tls).
Pair this with `TLS_KEY_PATH`. It’s mutually exclusive with `AEMBIT_MANAGED_TLS_HOSTNAME`.
*Example*:\
`C:\aembit.crt`, `/etc/ssl/certs/aembit.crt`
Note
When you enable TLS on Agent Controller version 1.24.xxxx or later, Agent Controller automatically:
* opens port 443 (5443 on VM) for HTTPS traffic
* doesn’t open port 80 (5000 on VM) for HTTP traffic
As of Agent Controller version 1.29.xxxx, on Kubernetes deployments, Agent Controller exposes Prometheus metrics over HTTP on port 9090 regardless of TLS state. On Virtual Machine deployments, enabling TLS continues to switch Prometheus metrics from HTTP port 9090 to HTTPS port 9091.
***
### `TLS_KEY_PATH`
[Section titled “TLS\_KEY\_PATH”](#tls_key_path)
Default - not set
OS-All
The path to your TLS private key file. Allows you to specify your own TLS key and certificate to use with [Agent Controller TLS](/user-guide/deploy-install/advanced-options/agent-controller/configure-aembit-pki-agent-controller-tls).
Pair this with `TLS_PEM_PATH`. It’s mutually exclusive with `AEMBIT_MANAGED_TLS_HOSTNAME`.
*Example*:\
`C:\aembit.key`, `/etc/ssl/private/.aembit.key`
Note
When you enable TLS on Agent Controller version 1.24.xxxx or later, Agent Controller automatically:
* opens port 443 (5443 on VM) for HTTPS traffic
* doesn’t open port 80 (5000 on VM) for HTTP traffic
As of Agent Controller version 1.29.xxxx, on Kubernetes deployments, Agent Controller exposes Prometheus metrics over HTTP on port 9090 regardless of TLS state. On Virtual Machine deployments, enabling TLS continues to switch Prometheus metrics from HTTP port 9090 to HTTPS port 9091.
***
## Agent Proxy environment variables
[Section titled “Agent Proxy environment variables”](#agent-proxy-environment-variables)
Here is a list of all available environment variables for configuring the Agent Proxy installer:
### `AEMBIT_AGENT_CONTROLLER` Required
[Section titled “AEMBIT\_AGENT\_CONTROLLER ”](#aembit_agent_controller)
Default - not set
OS-All
The location (scheme, host, and port) of the Agent Controller that the Agent Proxy should use.
*Example*:\
`http://agentcontroller.local:5000`
***
### `AEMBIT_AWS_MAX_BUFFERED_PAYLOAD_BYTES` Deprecated
[Section titled “AEMBIT\_AWS\_MAX\_BUFFERED\_PAYLOAD\_BYTES ”](#aembit_aws_max_buffered_payload_bytes)
OS-All
**Deprecated**. This variable has no effect. Previously, this variable set the maximum size in bytes that Agent Proxy buffers when processing AWS S3 uploads with streaming signed payloads. It’s safe to remove from your configuration.
***
### `AEMBIT_CLIENT_WORKLOAD_PROCESS_IDENTIFICATION_ENABLED`
[Section titled “AEMBIT\_CLIENT\_WORKLOAD\_PROCESS\_IDENTIFICATION\_ENABLED”](#aembit_client_workload_process_identification_enabled)
Default - `false`
OS-Linux
Enable process-based Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads) identification, including [Process Command Line](/user-guide/access-policies/client-workloads/identification/process-command-line), [Process Name](/user-guide/access-policies/client-workloads/identification/process-name), [Process Path](/user-guide/access-policies/client-workloads/identification/process-path), and [Process User Name](/user-guide/access-policies/client-workloads/identification/process-user-name).
*Example*:\
`false`
***
### `AEMBIT_DEBUG_MAX_CAPTURED_PACKETS_PER_DEVICE`
[Section titled “AEMBIT\_DEBUG\_MAX\_CAPTURED\_PACKETS\_PER\_DEVICE”](#aembit_debug_max_captured_packets_per_device)
Default - not set
OS-Linux
The maximum number of network packets that Agent Proxy monitors per IPv4 network device.
*Example*:\
`2000`
***
### `AEMBIT_DOCKER_CONTAINER_CIDR`
[Section titled “AEMBIT\_DOCKER\_CONTAINER\_CIDR”](#aembit_docker_container_cidr)
Default - not set
OS-Linux
Supports Client Workloads running in Docker Compose on a Virtual Machine. This environment variable specifies the Docker Compose network CIDR that Agent Proxy handles.
*Example*:\
`100.64.0.0/10`
***
### `AEMBIT_ENV_VAR_ALLOWLIST`
[Section titled “AEMBIT\_ENV\_VAR\_ALLOWLIST”](#aembit_env_var_allowlist)
Default - not set (empty)
OS-All v1.31.4764
A comma-separated list of environment variable names that Agent Proxy may capture for use in [dynamic claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc). By default, the allowlist is empty, so Agent Proxy captures no custom environment variables.
If Aembit Cloud requests an environment variable that’s not on this list, Agent Proxy logs a warning (`requested env variable is not in allow list`) and omits the variable from the response. The credential request still proceeds, but without that claim value.
Allowlist matching is case-sensitive. On Windows, OS-level environment variable lookups are typically case-insensitive, so a process may resolve `my_var` from a system-level `MY_VAR`. Aembit’s allowlist match itself is still case-sensitive and must match the exact case Agent Proxy sees.
For platform-specific guidance on injecting environment variables into Agent Proxy process, see [Configure custom environment variables](/user-guide/deploy-install/advanced-options/agent-proxy/configure-custom-env-vars).
*Example*:\
`CORPORATE_APP_ID,WEBSITE_HOSTNAME,AWS_LAMBDA_FUNCTION_NAME`
***
### `AEMBIT_HTTP_IDLE_TIMEOUT_SECS`
[Section titled “AEMBIT\_HTTP\_IDLE\_TIMEOUT\_SECS”](#aembit_http_idle_timeout_secs)
Default - `3600`
OS-All
Specifies the idle timeout, in seconds, for HTTP/1.1 connections handled by the Agent Proxy. Agent Proxy closes the connection if it doesn’t receive data within the duration set by this environment variable.
*Example*:\
`900`
***
### `AEMBIT_HTTP_SERVER_PORT`
[Section titled “AEMBIT\_HTTP\_SERVER\_PORT”](#aembit_http_server_port)
Default - `8000`
OS-All
Specifies the port the Agent Proxy uses to manage HTTP traffic directed to it via the `http_proxy` and `https_proxy` environment variables. If this port conflicts with any Client Workload ports, it can be overridden with this environment variable.
*Example*:\
`8080`
***
### `AEMBIT_KERBEROS_ATTESTATION_ENABLED`
[Section titled “AEMBIT\_KERBEROS\_ATTESTATION\_ENABLED”](#aembit_kerberos_attestation_enabled-1)
Default - not set
OS-Linux
Enable Kerberos-based attestation. This value isn’t set by default. To enable it, set this value to true.
*Example*:\
`true`
***
### `AEMBIT_LOG_LEVEL` (Replaces `AEMBIT_LOG`)
[Section titled “AEMBIT\_LOG\_LEVEL (Replaces AEMBIT\_LOG)”](#aembit_log_level-replaces-aembit_log)
Default - `info`
OS-All
Set the Agent Proxy log level. The supported levels include `error`, `warn`, `info`, `debug`, `trace`, `off`. The log level value is case insensitive. See [Log level reference](/reference/edge-components/agent-log-level-reference#agent-proxy-log-levels) for details.
*Example*:\
`debug`
***
### `AEMBIT_METRICS_ENABLED`
[Section titled “AEMBIT\_METRICS\_ENABLED”](#aembit_metrics_enabled-1)
Default - `true`
OS-All
Enable Prometheus metrics. Defaults to `true`.
*Example*:\
`true`
***
### `AEMBIT_METRICS_PORT`
[Section titled “AEMBIT\_METRICS\_PORT”](#aembit_metrics_port)
Default - `9099`
OS-All
The port where Agent Proxy exposes Prometheus metrics.
*Example*:\
`9099`
***
### `AEMBIT_PASS_THROUGH_TRAFFIC_BEFORE_REGISTRATION`
[Section titled “AEMBIT\_PASS\_THROUGH\_TRAFFIC\_BEFORE\_REGISTRATION”](#aembit_pass_through_traffic_before_registration)
Default - `true`
OS-All
When set to true, Agent Proxy operates in Passthrough mode. Connections proceed without credential injection until Aembit Cloud**Aembit Cloud**: Aembit Cloud serves as both the central control plane and management plane, making authorization decisions, evaluating policies, coordinating credential issuance, and providing administrative interfaces for configuration.[Learn more](/get-started/concepts/aembit-cloud) registration completes. When set to false, incoming Client Workloads can’t connect until after registration completes. On Kubernetes this has the effect of [delaying pod startup](/user-guide/deploy-install/kubernetes/kubernetes#delaying-pod-startup-until-agent-proxy-has-registered).
*Example*:\
`false`
***
### `AEMBIT_POST_START_MAX_WAIT_SEC` Kubernetes only
[Section titled “AEMBIT\_POST\_START\_MAX\_WAIT\_SEC ”](#aembit_post_start_max_wait_sec)
Default - `60`
OS-All
The maximum number of seconds you permit the Agent Proxy `postStart` lifecycle hook to run before failing Client Workload pod deployment.
See [Delaying pod startup until the Agent Proxy has registered](/user-guide/deploy-install/kubernetes/kubernetes#delaying-pod-startup-until-agent-proxy-has-registered).
*Example*:\
`100`
***
### `AEMBIT_PRIVILEGED_KEYTAB`
[Section titled “AEMBIT\_PRIVILEGED\_KEYTAB”](#aembit_privileged_keytab)
Default - `false`
OS-Linux
Set the configuration flag to enable the Agent Proxy to access a Kerberos principal located in a keytab file with root-only read permissions. Mandatory if `AEMBIT_KERBEROS_ATTESTATION_ENABLED` is enabled.
*Example*:\
`true`
***
### `AEMBIT_RESOURCE_SET_ID`
[Section titled “AEMBIT\_RESOURCE\_SET\_ID”](#aembit_resource_set_id)
Default - not set
OS-All
Associates Agent Proxy with a specific [Resource Set](/user-guide/administration/resource-sets/).
*Example*:\
`de48ebc2-3587-4cc6-823b-46434991e896`
***
### `AEMBIT_SIGTERM_STRATEGY`
[Section titled “AEMBIT\_SIGTERM\_STRATEGY”](#aembit_sigterm_strategy)
Default - `immediate`
OS-Linux
The strategy used by Agent Proxy to handle the `SIGTERM` signal. Supported values are `immediate`, which exits immediately, and `sigkill`, which ignores the `SIGTERM` signal and waits for a `SIGKILL`. For details on configuring the `AEMBIT_SIGTERM_STRATEGY` environment variable and termination strategies, see [Agent Proxy Termination Strategy](/user-guide/deploy-install/advanced-options/agent-proxy/agent-proxy-termination-strategy).
*Example*:\
`sigkill`
***
### `AEMBIT_STEERING_ALLOWED_HOSTS`
[Section titled “AEMBIT\_STEERING\_ALLOWED\_HOSTS”](#aembit_steering_allowed_hosts)
Default - not set
OS-Linux
A list of comma-separated hostnames for which Agent Proxy should proxy traffic.
*Example*:\
`graph.microsoft.com,google.com`
***
### `AEMBIT_TENANT_GRPC_PING_INTERVAL_SECS`
[Section titled “AEMBIT\_TENANT\_GRPC\_PING\_INTERVAL\_SECS”](#aembit_tenant_grpc_ping_interval_secs)
Default - not set
OS-All v1.32.4999
Sets how often, in seconds, Agent Proxy sends gRPC keep-alive messages over its connection to your Aembit Tenant. This setting is off by default. During normal operation, Agent Proxy already exchanges messages over this connection every 60 seconds.
Set this only for unconventional networks, such as a Secure Web Gateway (SWG) that drops or stalls an idle connection without closing it. In those cases, the keep-alive messages let Agent Proxy detect a dead connection and reconnect sooner. Accepts any whole number of seconds greater than 0. Use together with `AEMBIT_TENANT_GRPC_PING_TIMEOUT_SECS`.
*Example*:\
`30`
***
### `AEMBIT_TENANT_GRPC_PING_TIMEOUT_SECS`
[Section titled “AEMBIT\_TENANT\_GRPC\_PING\_TIMEOUT\_SECS”](#aembit_tenant_grpc_ping_timeout_secs)
Default - not set
OS-All v1.32.4999
Sets the maximum time, in seconds, that Agent Proxy waits for a reply to a gRPC keep-alive message. If no reply arrives within this time, Agent Proxy treats the connection to your Aembit Tenant as dead and reconnects. This setting is off by default.
Set this together with `AEMBIT_TENANT_GRPC_PING_INTERVAL_SECS` for unconventional networks where a connection can stall without closing. Accepts any whole number of seconds greater than 0.
*Example*:\
`10`
***
### `AGENT_TRUST_PATH`
[Section titled “AGENT\_TRUST\_PATH”](#agent_trust_path)
Default - not set
OS-All
The path to a PEM-encoded CA certificate or trust bundle that the Agent Proxy trusts when establishing its TLS connection to the Aembit Cloud.
Set this when the Agent Proxy’s connection to the Aembit Cloud presents a certificate signed by a private or internal certificate authority. This can happen when an inspecting proxy terminates TLS on the Agent Proxy’s outbound traffic. Without the issuing CA in its trust store, the Agent Proxy rejects the connection with an `invalid peer certificate: UnknownIssuer` error. When this variable isn’t set, the Agent Proxy uses its default system trust store.
*Example*:\
`/etc/aembit/cloud-ca.pem`, `C:\aembit\cloud-ca.pem`
***
### `CLIENT_WORKLOAD_ID`
[Section titled “CLIENT\_WORKLOAD\_ID”](#client_workload_id)
Default - not set
OS-All
Associate Agent Proxy with the specified Client Workload Id. Aembit uses this in conjunction with [Aembit Client Id](/user-guide/access-policies/client-workloads/identification/aembit-client-id) configuration.
*Example*:\
`7e75e718-7634-480b-9f7b-a07bb5a4f11d`
***
### `HTTP_PROXY`
[Section titled “HTTP\_PROXY”](#http_proxy-1)
Default - not set
OS-All v1.31.4670
Specifies an upstream HTTP proxy for Agent Proxy outbound HTTP connections. When set, Agent Proxy routes outbound HTTP traffic through the specified proxy. Both `HTTP_PROXY` and `http_proxy` are honored on Linux via `reqwest`’s system-proxy support.
*Example*:\
`http://proxy.example.com:8080`
***
### `HTTPS_PROXY`
[Section titled “HTTPS\_PROXY”](#https_proxy-1)
Default - not set
OS-All v1.31.4670
Specifies an upstream HTTPS proxy for Agent Proxy outbound HTTPS connections. When set, Agent Proxy routes outbound HTTPS traffic through the specified proxy. Both `HTTPS_PROXY` and `https_proxy` are honored on Linux via `reqwest`’s system-proxy support.
Agent Proxy supports only the `http` scheme for the proxy URL. For example, `HTTPS_PROXY=https://proxy.example.com:8080` is not valid.
*Example*:\
`http://proxy.example.com:8080`
***
### `K8S_NAMESPACE`
[Section titled “K8S\_NAMESPACE”](#k8s_namespace)
Default - not set
Kubernetes only
The Kubernetes namespace where Agent Proxy runs.
The Aembit Helm chart sets this automatically via the Kubernetes downward API (`fieldRef: metadata.namespace` in the chart’s webhook template).
When set, this variable is always available for use in [dynamic claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc), regardless of whether it appears in `AEMBIT_ENV_VAR_ALLOWLIST`.
*Example*:\
`my-namespace`
***
### `K8S_POD_NAME`
[Section titled “K8S\_POD\_NAME”](#k8s_pod_name)
Default - not set
Kubernetes only
The Kubernetes pod name where Agent Proxy runs.
The Aembit Helm chart sets this automatically via the Kubernetes downward API (`fieldRef: metadata.name` in the chart’s webhook template).
When set, this variable is always available for use in [dynamic claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc), regardless of whether it appears in `AEMBIT_ENV_VAR_ALLOWLIST`.
*Example*:\
`my-app-pod-12345`
***
### `KUBERNETES_PROVIDER_ID`
[Section titled “KUBERNETES\_PROVIDER\_ID”](#kubernetes_provider_id)
Default - not set
Kubernetes only
A customer-defined identifier for the Kubernetes cluster where Agent Proxy runs. Used by integrations such as the [Wiz access conditions integration](/user-guide/access-policies/access-conditions/integrations/wiz) and available for use in [dynamic claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc), regardless of whether it appears in `AEMBIT_ENV_VAR_ALLOWLIST`.
Set this value through your Aembit Helm chart deployment by setting `agentProxy.env.KUBERNETES_PROVIDER_ID` to your cluster identifier.
*Example*:\
`arn:aws:eks:us-east-2:111122223333:cluster/my-cluster`
***
Installer doesn’t accept these variables
The Agent Proxy installer doesn’t accept `HTTP_PROXY`, `HTTPS_PROXY`, or `NO_PROXY`. To route Agent Proxy outbound traffic through an upstream HTTP proxy, set these variables in the Agent Proxy service’s environment so that the service inherits them:
* **Windows:** Set them as [system environment variables](https://learn.microsoft.com/en-us/windows/win32/procthread/environment-variables). For required `NO_PROXY` entries on Windows Server, see [Install Agent Proxy on Windows Server](/user-guide/deploy-install/virtual-machine/windows/agent-proxy-install-windows).
* **Linux:** Set them in a [systemd drop-in file](https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html) using the [`Environment=` directive](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#Environment=).
### `NO_PROXY`
[Section titled “NO\_PROXY”](#no_proxy-1)
Default - not set
OS-All v1.31.4670
A comma-separated list of hosts or domains that should bypass the upstream proxy. Use this to exclude the Agent Controller, cloud metadata endpoints, and other local services from proxy routing. Both `NO_PROXY` and `no_proxy` are honored on Linux via `reqwest`’s system-proxy support.
The `NO_PROXY` environment variable must contain all the following entries so that Agent Proxy routes its traffic correctly. Aembit uses Instance Metadata Service (IMDS) addresses to attest workloads on AWS, Azure, and GCP.
| Entry | Purpose |
| -------------------------- | ------------------------------------- |
| `169.254.169.254` | AWS, Azure, and GCP instance metadata |
| `fd00:ec2::254` | AWS instance metadata via IPv6 |
| `metadata.google.internal` | GCP instance metadata |
| `fd20:ce::254` | GCP instance metadata via IPv6 |
You may need to include additional hosts, depending on your deployment.
**Supported patterns:**
Aembit guarantees the following patterns match:
* Specific IP addresses (for example, `169.254.169.254`)
* Specific hostnames (for example, `metadata.google.internal`)
Other patterns may cause unexpected behavior. For more information or help, contact [Aembit Support](/support-overview).
*Example*:\
`aembit.io,169.254.169.254,fd00:ec2::254,metadata.google.internal`
## Agent Injector environment variables
[Section titled “Agent Injector environment variables”](#agent-injector-environment-variables)
### `AEMBIT_LOG_LEVEL` (Replaces `AEMBIT_LOG`)
[Section titled “AEMBIT\_LOG\_LEVEL (Replaces AEMBIT\_LOG)”](#aembit_log_level-replaces-aembit_log-1)
Default - `info`
OS-All
Set the Agent Injector log level. The supported levels include `error`, `warn`, `info` (default value), `debug`, `trace`, and `off`. See [Log level reference](/reference/edge-components/agent-log-level-reference) for details.
*Example*:\
`warn`
## Aembit CLI environment variables
[Section titled “Aembit CLI environment variables”](#aembit-cli-environment-variables)
Here is a list of all available environment variables for configuring the [Aembit CLI](/cli-guide/):
Environment variable and command option priority
You can configure the Aembit CLI using both environment variables and command options. Command options take precedence, overriding any corresponding environment variables.
For example, if you’ve set a value with the `--client-id` option, Aembit CLI uses that over the `AEMBIT_CLIENT_ID` environment variable. This lets you establish a default configuration with environment variables and override specific settings for individual commands as needed.
### `AEMBIT_CLIENT_ID` Required
[Section titled “AEMBIT\_CLIENT\_ID ”](#aembit_client_id)
Default - not set
OS-All
This value represents the Edge SDK Client ID from your Aembit Trust Provider. Aembit automatically generates the Edge SDK Client ID when you configure a Trust Provider in your Aembit Tenant UI. To retrieve your Edge SDK Client ID, see [Find your Edge SDK Client ID](/user-guide/access-policies/trust-providers/get-edge-sdk-client-id).
*Example*:\
`aembit:useast2:a12bc3:identity:github_idtoken:63ab7be6-9785-4a14-be1c-2acf0253070b`
***
### `AEMBIT_CLIENT_TLS_PRIVATE_KEY`
[Section titled “AEMBIT\_CLIENT\_TLS\_PRIVATE\_KEY”](#aembit_client_tls_private_key)
Default - not set
OS-All v1.32
The path to a PEM-encoded PKCS #8 private key file used to retrieve an X.509-SVID certificate. The certificate comes from an [X.509-SVID Credential Provider](/user-guide/access-policies/credential-providers/about-spiffe-x509-svid). Aembit CLI generates a Certificate Signing Request (CSR) from the supplied key, submits it through the credential retrieval flow, and returns the signed certificate chain in `CLIENT_CERT_CHAIN`. The private key never leaves the local machine.
Equivalent to the [`--client-tls-private-key`](/cli-guide/reference/credentials-get#--client-tls-private-key) flag on `aembit credentials get`.
*Example*:\
`/etc/aembit/client.key`
***
### `AEMBIT_ENV_VAR_ALLOWLIST`
[Section titled “AEMBIT\_ENV\_VAR\_ALLOWLIST”](#aembit_env_var_allowlist-1)
Default - not set (empty)
OS-All v1.31.4764
A comma-separated list of environment variable names that Aembit CLI may capture for use in [dynamic claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc). By default, the allowlist is empty, so Aembit CLI captures no custom environment variables.
The CLI inherits the shell environment automatically; you only need to set the allowlist itself explicitly.
*Example*:\
`CORPORATE_APP_ID,WEBSITE_HOSTNAME`
***
### `AEMBIT_LOG_LEVEL`
[Section titled “AEMBIT\_LOG\_LEVEL”](#aembit_log_level-1)
Default - `warn`
OS-All
The log level to use for the Aembit CLI. This controls the verbosity of the output from the CLI. The supported levels include `off`, `trace`, `debug`, `info`, `warn`, `error`.
*Example*:\
`debug`
***
### `AEMBIT_RESOURCE_SET_ID`
[Section titled “AEMBIT\_RESOURCE\_SET\_ID”](#aembit_resource_set_id-1)
Default - not set
OS-All
The [Resource Set](/user-guide/administration/resource-sets/) to authenticate against and within which the Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) matching happens. This is useful for when you want to use a specific Resource Set for your credentials. You can find the Resource Set ID in your Aembit Tenant UI under the Resource Sets section.
*Example*:\
`78bg7be6-9301-hj14-d51c-2acf02530y67`
# Edge Component Supported Versions
> Supported versions and release dates for Aembit Edge Components and packages
Aembit Edge Components and packages are frequently updated with feature enhancements, bug fixes, and additional functionality.
The compatibility matrices shown on this page list the supported versions for:
[**Aembit Edge Components**](#supported-edge-components-versions)
* [Agent Proxy](#agent-proxy)
* [Agent Controller](#agent-controller)
* [Agent Injector](#agent-injector)
* [Aembit CLI](#aembit-cli)
* [Aembit Secrets Operator](#aembit-secrets-operator)
* [Init sidecar container](#init-sidecar-container)
[**Aembit packages**](#supported-package-versions)
* [ECS Terraform](#ecs-terraform)
* [Helm chart](#helm-chart)
* [Aembit Secrets Operator Helm chart](#aembit-secrets-operator-helm-chart)
* [Lambda Extension](#lambda-extension)
* [Lambda Layer](#lambda-layer)
* [Virtual appliance](#virtual-appliance)
## Supported Edge Components versions
[Section titled “Supported Edge Components versions”](#supported-edge-components-versions)
The following matrices list the Agent Proxy, Agent Controller, Agent Injector, Aembit CLI, Aembit Secrets Operator, and Init Sidecar Container Edge Component versions that Aembit supports along with their release dates.
### Agent Proxy
[Section titled “Agent Proxy”](#agent-proxy)
| Agent Proxy Version | Release Date | Platforms | Notes |
| --------------------- | ------------ | ----------------------------- | ------------------------------------------------------------------------------------------------------ |
| 1.32.4999 | 6/4/2026 | Linux (amd64) Windows (amd64) | |
| 1.31.4798 | 5/21/2026 | Linux (amd64) Windows (amd64) | Add support for x509/mTLS client credential injection |
| 1.31.4764 | 5/2/2026 | Linux (amd64) Windows (amd64) | Remove S3 upload size restriction; add support for gathering dynamic claims from environment variables |
| 1.31.4670 | 4/17/2026 | Linux (amd64) Windows (amd64) | Add upstream HTTP proxy support |
| 1.30.4433 | 3/11/2026 | Linux (amd64) Windows (amd64) | Apply stability improvements for S3 uploads and downloads |
| 1.29.4298 | 2/26/2026 | Linux (amd64) Windows (amd64) | |
| 1.28.4063 | 1/16/2026 | Linux (amd64) Windows (amd64) | |
| 1.27.3865 | 12/4/2025 | Linux (amd64) Windows (amd64) | Support multiple AWS STS Credential Providers in a single Access Policy via Access Key ID mapping |
| 1.26.3639 | 10/21/2025 | Linux (amd64) Windows (amd64) | |
| 1.25.3600 | 10/2/2025 | Linux (amd64) Windows (amd64) | Apply a security fix to the container base-images |
| 1.25.3494 | 8/22/2025 | Linux (amd64) Windows (amd64) | |
| 1.24.3324 | 7/22/2025 | Linux (amd64) Windows (amd64) | |
| 1.23.3002 | 5/26/2025 | Linux (amd64) Windows (amd64) | |
| 1.22.2905 | 4/21/2025 | Linux (amd64) Windows (amd64) | |
| 1.21.2789 | 4/3/2025 | Linux (amd64) Windows (amd64) | |
| 1.21.2714 | 3/5/2025 | Linux (amd64) | |
| 1.21.2696 | 3/3/2025 | Linux (amd64) Windows (amd64) | |
| 1.21.2670 | 2/20/2025 | Linux (amd64) Windows (amd64) | |
| 1.20.2559 | 1/28/2025 | Windows (amd64) | - Windows only |
| 1.19.2439 | 12/26/2024 | Linux (amd64) | |
| 1.18.2265 | 10/29/2024 | Linux (amd64) | |
| 1.18.2262 | 10/22/2024 | Linux (amd64) | |
| 1.17.2255 | 10/8/2024 | Linux (amd64) | |
| 1.17.2169 | 9/17/2024 | Linux (amd64) | |
| 1.17.2155 | 9/5/2024 | Linux (amd64) | |
| 1.16.2139 | 8/27/2024 | Linux (amd64) | |
| 1.14.1980 | 6/19/2024 | Linux (amd64) | |
| 1.14.1959 | 5/30/2024 | Linux (amd64) | |
| 1.14.1913 | 5/14/2024 | Linux (amd64) | |
| 1.13.1851 | 4/19/2024 | Linux (amd64) | |
| 1.13.1818 | 4/8/2024 | Linux (amd64) | |
| 1.12.1699 | 3/12/2024 | Linux (amd64) | |
| 1.12.1621 | 2/29/2024 | Linux (amd64) | |
| 1.11.1551 | 2/8/2024 | Linux (amd64) | |
| Show 29 more versions | | | |
### Agent Controller
[Section titled “Agent Controller”](#agent-controller)
| Agent Controller Version | Release Date | Platforms | Notes |
| ------------------------ | ------------ | ----------------------------- | ------------------------------------------------------------------------------------ |
| 1.32.3541 | 7/8/2026 | Linux (amd64) Windows (amd64) | Harden the container image and add an embedded SBOM |
| 1.32.3502 | 6/4/2026 | Linux (amd64) Windows (amd64) | |
| 1.30.3384 | 4/15/2026 | Linux (amd64) Windows (amd64) | Add support for HTTP proxy environment variables |
| 1.30.3336 | 3/11/2026 | Linux (amd64) Windows (amd64) | Improve compatibility across Kubernetes platforms including Red Hat OpenShift (ROSA) |
| 1.29.3239 | 2/26/2026 | Linux (amd64) Windows (amd64) | |
| 1.27.2906 | 11/25/2025 | Linux (amd64) Windows (amd64) | Apply bug fixes and logging improvements |
| 1.25.2622 | 9/9/2025 | Linux (amd64) Windows (amd64) | |
| 1.24.2485 | 7/29/2025 | Linux (amd64) Windows (amd64) | |
| 1.23.2263 | 6/11/2025 | Linux (amd64) Windows (amd64) | |
| 1.23.2160 | 6/2/2025 | Linux (amd64) Windows (amd64) | |
| 1.21.2101 | 4/4/2025 | Windows (amd64) | Windows only |
| 1.21.1914 | 2/27/2025 | Linux (amd64) | |
| 1.19.1752 | 12/26/2024 | Linux (amd64) | |
| 1.18.1602 | 10/22/2024 | Linux (amd64) | |
| 1.17.1579 | 10/8/2024 | Linux (amd64) | |
| 1.17.1533 | 9/30/2024 | Linux (amd64) | |
| 1.17.1518 | 9/17/2024 | Linux (amd64) | |
| 1.16.1341 | 7/29/2024 | Linux (amd64) | ECS Only |
| 1.14.1074 | 5/10/2024 | Linux (amd64) | |
| 1.12.974 | 3/20/2024 | Linux (amd64) | |
| 1.12.927 | 3/12/2024 | Linux (amd64) | |
| 1.12.878 | 2/29/2024 | Linux (amd64) | |
| Show 17 more versions | | | |
### Agent Injector
[Section titled “Agent Injector”](#agent-injector)
| Agent Injector Version | Release Date | Notes |
| ---------------------- | ------------ | ------------------------------------------------- |
| 1.31.425 | 5/2/2026 | Apply security upgrades and bug fixes |
| 1.29.394 | 2/26/2026 | |
| 1.26.353 | 10/21/2025 | |
| 1.25.329 | 10/2/2025 | Apply a security fix to the container base-images |
| 1.23.295 | 5/30/2025 | |
| 1.18.259 | 10/23/2024 | |
| 1.17.234 | 10/8/2024 | |
| 1.17.198 | 9/20/2024 | |
| 1.14.190 | 5/30/2024 | |
| 1.14.182 | 4/30/2024 | |
| 1.9.142 | 10/16/2023 | |
| 1.8.137 | 9/27/2023 | |
| Show 7 more versions | | |
### Aembit CLI
[Section titled “Aembit CLI”](#aembit-cli)
| Aembit CLI Version | Release Date | Platforms | Notes |
| ------------------ | ------------ | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 1.31.4764 | 5/2/2026 | Linux (amd64, arm64) Windows (amd64) | Add upstream HTTP proxy support; add --client-workload-id flag and OIDC token expiration validation; add support for gathering dynamic claims from environment variables |
| 1.24.3328 | 7/29/2025 | Linux (amd64, arm64) Windows (amd64) | |
### Aembit Secrets Operator
[Section titled “Aembit Secrets Operator”](#aembit-secrets-operator)
| Aembit Secrets Operator Version | Release Date | Platforms | Notes |
| ------------------------------- | ------------ | -------------------- | --------------------------------------------------------- |
| 1.32.322 | 6/12/2026 | Linux (amd64, arm64) | Add support for the remaining Aembit Credential Providers |
| 1.31.314 | 5/15/2026 | Linux (amd64, arm64) | Graduate CRDs from aembit.io/v1beta1 to aembit.io/v1 |
| 1.31.298 | 5/12/2026 | Linux (amd64, arm64) | Initial release |
### Init sidecar container
[Section titled “Init sidecar container”](#init-sidecar-container)
| Init sidecar container Version | Release Date | Notes |
| ------------------------------ | ------------ | ------------------------------------------------- |
| 1.25.130 | 10/2/2025 | Apply a security fix to the container base-images |
| 1.25.127 | 8/22/2025 | |
| 1.18.92 | 1/14/2025 | |
| 1.14.86 | 5/30/2024 | |
| 1.13.77 | 4/19/2024 | |
| 1.8.43 | 9/27/2023 | |
| 1.7.37 | 8/14/2023 | |
| 1.0.30 | 2/10/2023 | |
| Show 3 more versions | | |
## Supported package versions
[Section titled “Supported package versions”](#supported-package-versions)
The following matrices list the ECS Terraform, Helm chart, Aembit Secrets Operator Helm chart, Lambda Layer, Lambda Extension, and Virtual Appliance package versions that Aembit supports along with their release dates.
### ECS Terraform
[Section titled “ECS Terraform”](#ecs-terraform)
| ECS Terraform Version | Release Date | Notes |
| --------------------- | ------------ | ------------------------------------------------------------------------------------------------- |
| 1.32.0 | 6/4/2026 | |
| 1.31.3 | 5/21/2026 | |
| 1.31.1 | 5/2/2026 | |
| 1.31.0 | 4/17/2026 | Add upstream HTTP proxy support |
| 1.30.0 | 3/11/2026 | |
| 1.28.0 | 1/16/2026 | |
| 1.27.1 | 12/4/2025 | Support multiple AWS STS Credential Providers in a single Access Policy via Access Key ID mapping |
| 1.27.0 | 11/25/2025 | Apply bug fixes and logging improvements |
| 1.26.1 | 10/21/2025 | |
| 1.26.0 | 10/2/2025 | Apply a security fix to the container base-images |
| 1.25.2 | 9/9/2025 | |
| 1.25.1 | 8/22/2025 | |
| 1.24.2 | 7/29/2025 | |
| 1.24.1 | 7/22/2025 | |
| 1.23.4 | 6/11/2025 | |
| 1.23.3 | 6/2/2025 | |
| 1.23.1 | 5/26/2025 | |
| 1.23.0 | 5/21/2025 | |
| 1.22.1 | 4/21/2025 | |
| 1.21.4 | 4/3/2025 | |
| 1.21.3 | 3/5/2025 | |
| 1.21.1 | 2/27/2025 | |
| 1.21.0 | 2/20/2025 | |
| 1.20.0 | 12/26/2024 | |
| 1.17.4 | 10/08/2024 | |
| 1.17.3 | 9/30/2024 | |
| 1.17.1 | 9/17/2024 | |
| 1.17.0 | 9/5/2024 | |
| 1.16.2 | 8/27/2024 | |
| 1.16.0 | 8/11/2024 | |
| 1.15.0 | 6/19/2024 | |
| 1.14.3 | 5/30/2024 | |
| 1.14.2 | 5/14/2024 | |
| 1.14.1 | 5/10/2024 | |
| 1.13.2 | 4/19/2024 | |
| 1.13.1 | 4/8/2024 | |
| 1.13.0 | 3/20/2024 | |
| 1.12.2 | 3/12/2024 | |
| 1.12.1 | 2/29/2024 | |
| 1.12.0 | 2/8/2024 | |
| Show 35 more versions | | |
### Helm chart
[Section titled “Helm chart”](#helm-chart)
| Helm chart Version | Release Date | Notes |
| --------------------- | ------------ | ------------------------------------------------------------------------------------------------- |
| 1.32.557 | 6/4/2026 | |
| 1.31.555 | 5/21/2026 | |
| 1.31.553 | 5/2/2026 | |
| 1.31.543 | 4/17/2026 | Add upstream HTTP proxy support |
| 1.30.531 | 3/11/2026 | Improve Helm Chart compatibility across Kubernetes platforms |
| 1.29.518 | 2/26/2026 | |
| 1.28.507 | 1/16/2026 | |
| 1.27.505 | 12/4/2025 | Support multiple AWS STS Credential Providers in a single Access Policy via Access Key ID mapping |
| 1.27.503 | 11/25/2025 | Apply bug fixes and logging improvements |
| 1.26.500 | 10/21/2025 | |
| 1.26.498 | 10/2/2025 | Apply a security fix to the container base-images |
| 1.25.496 | 9/9/2025 | |
| 1.25.494 | 8/22/2025 | |
| 1.24.428 | 7/29/2025 | |
| 1.24.421 | 7/22/2025 | |
| 1.23.405 | 6/11/2025 | |
| 1.23.3 | 6/2/2025 | |
| 1.23.401 | 5/30/2025 | |
| 1.23.394 | 5/26/2025 | |
| 1.22.364 | 4/21/2025 | |
| 1.21.347 | 4/3/2025 | |
| 1.21.331 | 3/5/2025 | |
| 1.21.329 | 3/3/2025 | |
| 1.21.325 | 2/27/2025 | |
| 1.21.318 | 2/20/2025 | |
| 1.20.300 | 1/14/2025 | |
| 1.20.298 | 12/26/2024 | |
| 1.18.294 | 10/29/2024 | |
| 1.18.293 | 10/23/2024 | |
| 1.17.288 | 10/11/2024 | |
| 1.17.282 | 10/08/2024 | |
| 1.17.272 | 9/30/2024 | |
| 1.17.258 | 9/20/2024 | |
| 1.17.254 | 9/17/2024 | |
| 1.17.246 | 9/5/2024 | |
| 1.16.238 | 8/11/2024 | |
| 1.15.220 | 6/19/2024 | |
| 1.14.211 | 5/30/2024 | |
| 1.14.205 | 5/14/2024 | |
| 1.14.204 | 5/10/2024 | |
| 1.14.194 | 4/30/2024 | |
| 1.13.190 | 4/19/2024 | |
| 1.13.181 | 3/19/2024 | |
| 1.12.176 | 3/12/2024 | |
| 1.12.174 | 2/29/2024 | |
| 1.12.164 | 2/9/2024 | |
| Show 41 more versions | | |
### Aembit Secrets Operator Helm chart
[Section titled “Aembit Secrets Operator Helm chart”](#aembit-secrets-operator-helm-chart)
| Aembit Secrets Operator Helm chart Version | Release Date | Notes |
| ------------------------------------------ | ------------ | --------------------------------------------------------- |
| 1.32.322 | 6/12/2026 | Add support for the remaining Aembit Credential Providers |
| 1.31.314 | 5/15/2026 | Graduate CRDs from aembit.io/v1beta1 to aembit.io/v1 |
| 1.31.298 | 5/12/2026 | Initial release |
### Lambda Extension
[Section titled “Lambda Extension”](#lambda-extension)
| Lambda Extension Version | Release Date | Notes |
| ------------------------ | ------------ | ------------------------------------------------------------------------------------------------- |
| 1.32.168 | 6/4/2026 | |
| 1.31.164 | 5/21/2026 | |
| 1.31.162 | 5/2/2026 | |
| 1.31.160 | 4/17/2026 | Add upstream HTTP proxy support |
| 1.29.157 | 2/26/2026 | |
| 1.28.151 | 1/16/2026 | |
| 1.27.147 | 12/4/2025 | Support multiple AWS STS Credential Providers in a single Access Policy via Access Key ID mapping |
| 1.26.143 | 10/21/2025 | |
| 1.26.139 | 10/2/2025 | Apply a security fix to the container base-images |
| 1.25.132 | 9/2/2025 | |
| 1.24.128 | 7/22/2025 | |
| 1.23.112 | 5/26/2025 | |
| 1.22.74 | 4/21/2025 | |
| 1.21.66 | 4/3/2025 | |
| 1.21.65 | 3/5/2025 | |
| 1.21.64 | 3/3/2025 | |
| 1.21.62 | 2/20/2025 | |
| 1.19.56 | 12/26/2024 | |
| 1.18.53 | 11/22/2024 | |
| 1.17.48 | 10/08/2024 | |
| 1.17.46 | 9/17/2024 | |
| 1.17.45 | 9/5/2024 | |
| 1.16.43 | 6/19/2024 | |
| 1.14.38 | 6/19/2024 | |
| 1.14.37 | 5/31/2024 | |
| 1.14.29 | 4/22/2024 | |
| Show 21 more versions | | |
### Lambda Layer
[Section titled “Lambda Layer”](#lambda-layer)
| Lambda Layer Version | Release Date | Notes |
| -------------------- | ------------ | ------------------------------------------------------------------------------------------------- |
| 1.32.168 | 6/4/2026 | |
| 1.31.164 | 5/21/2026 | |
| 1.31.162 | 5/2/2026 | |
| 1.31.160 | 4/17/2026 | Add upstream HTTP proxy support |
| 1.29.157 | 2/26/2026 | |
| 1.28.151 | 1/16/2026 | |
| 1.27.147 | 12/4/2025 | Support multiple AWS STS Credential Providers in a single Access Policy via Access Key ID mapping |
| 1.26.143 | 10/21/2025 | |
| 1.26.139 | 10/2/2025 | Apply a security fix to the container base-images |
| 1.25.132 | 9/2/2025 | |
| 1.23.112 | 5/26/2025 | |
| 1.22.110 | 5/6/2025 | |
| Show 7 more versions | | |
### Virtual appliance
[Section titled “Virtual appliance”](#virtual-appliance)
| Virtual appliance Version | Release Date |
| ------------------------- | ------------ |
| 1.18.64 | 11/14/2024 |
# Edge Component Helm chart configuration options reference
> Reference for Helm chart configuration options when deploying Aembit to Kubernetes
The Aembit Helm Chart includes configuration options that control the behavior of Aembit Edge Components (Agent Controller, Agent Proxy, and Agent Injector). To deploy those components, the chart deploys additional Kubernetes resources, such as a Service Account and a webhook. The chart also allows you to specify ad-hoc annotations to each of these resources.
* [Behavior configuration](#edge-component-behavior-configuration)
* [Resource annotations](#edge-component-resource-annotations)
## Edge component behavior configuration
[Section titled “Edge component behavior configuration”](#edge-component-behavior-configuration)
### `tenant` Required
[Section titled “tenant ”](#tenant)
Default - not set
The Aembit Tenant ID that Edge Components use.
*Example*:\
`123abc`
***
### `agentController.deviceCode` Required
[Section titled “agentController.deviceCode ”](#agentcontrollerdevicecode)
Default - not set
Required if not using `agentController.id`.
Aembit uses device codes for code-based registration of Agent Controllers, which you can generate in your tenant’s Aembit administrator console. You must provide either this or the `agentController.id` value.
*Example*:\
`123456`
***
### `agentController.id` Required
[Section titled “agentController.id ”](#agentcontrollerid)
Default - not set
Required if not using `agentController.deviceCode`.
Aembit uses this unique ID for attestation-based registration of Agent Controllers, which you can find in the Aembit administrator console. You must provide either this or the `agentController.deviceCode` value.
*Example*:\
`01234567-89ab-cdef-0123-456789abcdef`
***
### `agentController.tls.secretName`
[Section titled “agentController.tls.secretName”](#agentcontrollertlssecretname)
Default - not set
The name of a [Kubernetes TLS secret](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret_tls/) containing a private key and certificate used for Agent Controller TLS.
*Example*:\
`aembit_ac_tls`
***
### `agentInjector.filters.namespaces`
[Section titled “agentInjector.filters.namespaces”](#agentinjectorfiltersnamespaces)
Default - not set
This configuration specifies the Kubernetes namespaces where Aembit injects the Agent Project as a sidecar into Client Workloads.
*Example*:\
`{namespace1, namespace2}`
***
### `agentInjector.env`
[Section titled “agentInjector.env”](#agentinjectorenv)
Default - not set
This allows you to specify a list of environment variables for the Agent Injector. You can pass it to Helm using the `-f ` option (to pass a values file) or directly via `--set "agentInjector.env.AEMBIT_SOME_ENV=some_value"`.
*Example*:\
`AEMBIT_SOME_ENV=some_value`
***
### `agentProxy.trustedCertificates`
[Section titled “agentProxy.trustedCertificates”](#agentproxytrustedcertificates)
Default - not set
A base64 encoded list of PEM-encoded certificates that the Agent Proxy trusts. For more information, please refer to [Trusting Private CA](/user-guide/deploy-install/advanced-options/trusting-private-cas).
If you set the `agentProxy.trustedCertificatesVolumeName` parameter, it overrides this option.
*Example*:\
`L1S2L3S4L5C6R7U8D9F0I1C2A3T4E5`
***
### `agentProxy.trustedCertificatesVolumeName`
[Section titled “agentProxy.trustedCertificatesVolumeName”](#agentproxytrustedcertificatesvolumename)
Default - not set
Replaces the trusted CA certificates in the Agent Proxy container with the certificates from a volume. This is useful for deployments that don’t permit privilege escalation or that have a read-only filesystem. Since this replaces all existing trusted CA certificates in the container you must provide all certificates necessary to connect to your Server Workloads.
When defining a ConfigMap with your certificate bundle, your key name must be `ca-certificates.crt`.
Example ConfigMap
```yaml
ca-certificates.crt: |
-----BEGIN CERTIFICATE-----
MIIFmzCCBSGgAwIBAgIQCtiTuvposLf7ekBPBuyvmjAKBggqhkjOPQQDAzBZMQsw
...
```
This option overrides `agentProxy.trustedCertificates`.
*Example*:\
`my-volume`
***
### `agentProxy.env`
[Section titled “agentProxy.env”](#agentproxyenv)
Default - not set
This allows you to specify a list of environment variables for the Agent Proxy. You can pass it to Helm using the `-f ` option (to pass a values file) or directly via `--set "agentProxy.env.AEMBIT_SOME_ENV=some_value"`.
*Example*:\
`AEMBIT_SOME_ENV=some_value`
## Edge component resource annotations
[Section titled “Edge component resource annotations”](#edge-component-resource-annotations)
The following options accept any annotation names and values that Kubernetes accepts. The values specified with `--set` use the period (`.`) character to separate nested names. Most [Kubernetes annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) use DNS namespace prefixes and thus also include period characters. Be sure to escape the periods in your annotation names using a backslash (`\`) character. Alternatively, specify these in a YAML file with the `-f ` option. No escaping is necessary in this file.
***
### `agentController.deploymentAnnotations`
[Section titled “agentController.deploymentAnnotations”](#agentcontrollerdeploymentannotations)
Default - not set
This affects the annotations applied to the `Deployment` resource for the Agent Controller.
*Example*:\
`--set "agentController.deploymentAnnotations.example\.com/custom-name=custom-value"`
***
### `agentController.podAnnotations`
[Section titled “agentController.podAnnotations”](#agentcontrollerpodannotations)
Default - not set
This affects the annotations applied to the `Pod` resource for the Agent Controller.
*Example*:\
`--set "agentController.podAnnotations.example\.com/custom-name=custom-value"`
***
### `agentController.serviceAnnotations`
[Section titled “agentController.serviceAnnotations”](#agentcontrollerserviceannotations)
Default - not set
This affects the annotations applied to the `Service` resource for the Agent Controller.
*Example*:\
`--set "agentController.serviceAnnotations.example\.com/custom-name=custom-value"`
***
### `agentInjector.deploymentAnnotations`
[Section titled “agentInjector.deploymentAnnotations”](#agentinjectordeploymentannotations)
Default - not set
This affects the annotations applied to the `Deployment` resource for the Agent Injector.
*Example*:\
`--set "agentInjector.deploymentAnnotations.example\.com/custom-name=custom-value"`
***
### `agentInjector.podAnnotations`
[Section titled “agentInjector.podAnnotations”](#agentinjectorpodannotations)
Default - not set
This affects the annotations applied to the `Pod` resource for the Agent Injector.
*Example*:\
`--set "agentInjector.podAnnotations.example\.com/custom-name=custom-value"`
***
### `agentInjector.serviceAnnotations`
[Section titled “agentInjector.serviceAnnotations”](#agentinjectorserviceannotations)
Default - not set
This affects the annotations applied to the `Service` resource for the Agent Injector.
*Example*:\
`--set "agentInjector.serviceAnnotations.example\.com/custom-name=custom-value"`
***
### `agentInjector.tlsSecretAnnotations`
[Section titled “agentInjector.tlsSecretAnnotations”](#agentinjectortlssecretannotations)
Default - not set
This affects the annotations applied to the `Secret` resource that stores the generated TLS certificate. The Agent Injector uses this certificate to secure communication with the admission control webhook.
*Example*:\
`--set "agentInjector.tlsSecretAnnotations.example\.com/custom-name=custom-value"`
***
### `agentInjector.webhookAnnotations`
[Section titled “agentInjector.webhookAnnotations”](#agentinjectorwebhookannotations)
Default - not set
This affects the annotations applied to the `MutatingWebhookConfiguration` resource for the Agent Injector. A common use is to set the [`cert-manager.io/inject-ca-from` annotation](https://cert-manager.io/docs/concepts/ca-injector/) to have cert-manager configure the `caBundle` property of this admission control webhook.
*Example*:\
`--set "agentInjector.webhookAnnotations.example\.com/custom-name=custom-value"`
***
### `agentProxy.runAsRestricted`
[Section titled “agentProxy.runAsRestricted”](#agentproxyrunasrestricted)
Default - not set
Set this to `true` to make the Agent Proxy container definition drop all its privileges, making it compatible with the OpenShift `restricted-v2` [`SecurityContextConstraint`](https://www.redhat.com/en/blog/managing-sccs-in-openshift) or the standard `restricted` [security standard](https://kubernetes.io/docs/concepts/security/pod-security-standards/).
***
### `serviceAccount.openshift.scc`
[Section titled “serviceAccount.openshift.scc”](#serviceaccountopenshiftscc)
Default - not set
The Helm chart deploys a `ServiceAccount`. The `Deployment` resources for both the Agent Controller and Agent Injector rely on this service account. Set this to the name of the `SecurityContextConstraint` (SCC) that you want this service account to use.
# Support matrix
> Supported features for each deployment type
The matrices on this page detail the compatible deployment types for [application protocols](#application-protocols) and Aembit features such as [Client Workload Identifiers](#client-workload-identifiers), [Agent Controller Trust Providers](#agent-controller-trust-providers), [Agent Proxy Trust Providers](#agent-proxy-trust-providers), [Conditional Access](#conditional-access) and the [operating systems for VMs](#supported-operating-systems-for-vms) that Aembit supports. Also, the [CLI Support](#cli-support) section includes what operating systems and Access Policy features that the Aembit CLI supports.
Aembit Edge supports multiple types of deployments:
* Kubernetes
* AWS Elastic Container Service (ECS) Fargate
* Virtual Machines (Linux, Windows, Docker-compose)
* AWS Lambda (function, container)
* Virtual Appliance (VMware)
For Linux Virtual Machines
Aembit supports Client Workloads running directly on the VM or within Docker-compose on the VM. Aembit collects different data from applications running in Docker-compose compared to those running directly on the VM.
## Key
[Section titled “Key”](#key)
| Icon | Meaning |
| ---- | -------------- |
| ✅ | Supported |
| ❌ | Not supported |
| ⚪️ | Not applicable |
## Application protocols
[Section titled “Application protocols”](#application-protocols)
| Application Protocols | Kubernetes | AWS EKS Fargate | AWS ECS Fargate | Virtual Machine (Linux) | Virtual Machine (Windows) | Virtual Appliance | Docker-compose on VMs | AWS Lambda |
| ------------------------------- | ---------- | --------------- | --------------- | ----------------------- | ------------------------- | ----------------- | --------------------- | ---------- |
| HTTP 1.1 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Postgres 3.0 | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ |
| MySQL 10 | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ |
| Redis RESP2 | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ |
| Redis RESP3 | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ |
| Snowflake SDK (HTTP-based) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Snowflake REST API (HTTP-based) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Amazon Redshift 3.0 | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ |
| Oracle Database | ✅\* | ❌ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ |
> \* *Oracle Database on Kubernetes requires [transparent steering](/user-guide/deploy-install/advanced-options/agent-proxy/selective-transparent-steering/) configured for the Oracle database host.*
## Client Workload Identifiers
[Section titled “Client Workload Identifiers”](#client-workload-identifiers)
| Client Workload Identifiers | Kubernetes | AWS EKS Fargate | AWS ECS Fargate | Virtual Machine (Linux) | Virtual Machine (Windows) | Virtual Appliance | Docker-compose on VMs | AWS Lambda |
| --------------------------- | ---------- | --------------- | --------------- | ----------------------- | ------------------------- | ----------------- | --------------------- | ---------- |
| Aembit Client ID | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ |
| AWS Account ID | ❌ | ❌ | ❌ | ✅\* | ✅\* | ❌ | ✅\* | ❌ |
| AWS EC2 Instance ID | ❌ | ⚪️ | ⚪️ | ✅\* | ✅\* | ❌ | ✅\* | ❌ |
| AWS ECS Task Family | ⚪️ | ⚪️ | ✅ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ |
| AWS Region | ❌ | ❌ | ❌ | ✅\* | ✅\* | ❌ | ✅\* | ❌ |
| AWS Subscription ID | ❌ | ❌ | ❌ | ✅\* | ✅\* | ❌ | ✅\* | ❌ |
| AWS VM ID | ❌ | ❌ | ❌ | ✅\* | ✅\* | ❌ | ✅\* | ⚪️ |
| Hostname | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ✅ | ❌ |
| Kubernetes Pod name | ✅ | ✅ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ |
| Kubernetes Pod name prefix | ✅ | ✅ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ |
| Process Command Line \*\* | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ |
| Process Name \*\* | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ |
| Process Path \*\* | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ |
| Process User Name \*\* | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ |
| Source IP | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| AWS Lambda ARN | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ✅ |
> \* *These Client Workload identifiers are available for their respective cloud platforms only*.\
> \*\* *Before using process-based identifiers, you must enable them in Agent Proxy first.* *See [Process Command Line](/user-guide/access-policies/client-workloads/identification/process-command-line), [Process Name](/user-guide/access-policies/client-workloads/identification/process-name), [Process Path](/user-guide/access-policies/client-workloads/identification/process-path), and [Process User Name](/user-guide/access-policies/client-workloads/identification/process-user-name) for details*
## Agent Controller Trust Providers
[Section titled “Agent Controller Trust Providers”](#agent-controller-trust-providers)
| Trust Providers | Kubernetes | AWS EKS Fargate | AWS ECS Fargate | Virtual Machine | Virtual Appliance | Docker-compose on VMs | AWS Lambda |
| ------------------------------- | ---------- | --------------- | --------------- | --------------- | ----------------- | --------------------- | ---------- |
| AWS Role | ❌ | ❌ | ✅ | ❌ | ❌ | ⚪️ | ⚪️ |
| AWS Metadata Service | ✅\* | ❌ | ❌ | ✅\* | ❌ | ⚪️ | ⚪️ |
| Azure Instance Metadata Service | ✅\* | ⚪️ | ⚪️ | ✅\* | ❌ | ⚪️ | ⚪️ |
| GCP Identity Token | ✅\* | ⚪️ | ⚪️ | ✅\* | ❌ | ⚪️ | ⚪️ |
| Kubernetes Service Account | ✅ | ✅ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ |
| Kerberos | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ |
> \* *Aembit tailors the Trust Providers available in Kubernetes and VM environments specifically for their respective cloud platforms*.
## Agent Proxy Trust Providers
[Section titled “Agent Proxy Trust Providers”](#agent-proxy-trust-providers)
| Trust Providers | Kubernetes | AWS EKS Fargate | AWS ECS Fargate | Virtual Machine (Linux) | Virtual Machine (Windows) | Virtual Appliance | Docker-compose on VMs | AWS Lambda |
| ------------------------------- | ---------- | --------------- | --------------- | ----------------------- | ------------------------- | ----------------- | --------------------- | ---------- |
| AWS Role | ❌ | ❌ | ✅ | ✅\*\* | ✅\*\* | ❌ | ❌ | ✅ |
| AWS Metadata Service | ✅\* | ❌ | ❌ | ✅\* | ✅\* | ❌ | ✅\* | ❌ |
| Azure Instance Metadata Service | ✅\* | ⚪️ | ⚪️ | ✅\* | ✅\* | ❌ | ✅\* | ⚪️ |
| GCP Identity Token | ⚪️ | ⚪️ | ⚪️ | ❌ | ❌ | ❌ | ❌ | ⚪️ |
| Kubernetes Service Account | ✅ | ✅ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ | ⚪️ |
| Kerberos | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ✅ | ⚪️ |
> \* *Aembit tailors the Trust Providers available in Kubernetes and VM environments specifically for their respective cloud platforms*.\
> \*\* *The AWS Role Trust Provider supports only EC2 instances with an attached IAM role*.
## Conditional Access
[Section titled “Conditional Access”](#conditional-access)
| Access Conditions | Kubernetes | AWS EKS Fargate | AWS ECS Fargate | Virtual Machine (Linux) | Virtual Machine (Windows) | Virtual Appliance | Docker-compose on VMs | AWS Lambda |
| ----------------- | ---------- | --------------- | --------------- | ----------------------- | ------------------------- | ----------------- | --------------------- | ---------- |
| CrowdStrike | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ✅ | ❌ |
| Wiz | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ |
| Time | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| GeoIP | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
## Supported operating systems for VMs
[Section titled “Supported operating systems for VMs”](#supported-operating-systems-for-vms)
The following sections contain the operating system versions that Aembit Agent Proxy and Agent controller supports on VMs
### Linux distributions
[Section titled “Linux distributions”](#linux-distributions)
| Linux Distribution | Version |
| ------------------ | ------- |
| Ubuntu | 20.04 |
| Ubuntu | 22.04 |
| Red Hat | 8.6 |
| Red Hat | 8.9 |
| Red Hat | 9.3 |
### Windows editions
[Section titled “Windows editions”](#windows-editions)
| Windows Edition | Version |
| --------------- | ------- |
| Windows Server | 2019 |
| Windows Server | 2022 |
## CLI support
[Section titled “CLI support”](#cli-support)
### CLI operating system support
[Section titled “CLI operating system support”](#cli-operating-system-support)
You can use the Aembit CLI with the following operating system versions:
#### Linux distributions
[Section titled “Linux distributions”](#linux-distributions-1)
| Linux Distribution | Version |
| ------------------ | ------- |
| Ubuntu | 22.04 |
| Red Hat | 9.3 |
#### Windows editions
[Section titled “Windows editions”](#windows-editions-1)
| Windows Edition | Version |
| --------------- | ------- |
| Windows | 10 |
| Windows Server | 2019 |
| Windows Server | 2022 |
### CLI CI/CD runner support
[Section titled “CLI CI/CD runner support”](#cli-cicd-runner-support)
The Aembit CLI is compatible with the following CI/CD runners:
#### GitHub-hosted runners
[Section titled “GitHub-hosted runners”](#github-hosted-runners)
For more information, see [GitHub runners documentation](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners).
| GitHub Runner |
| ---------------- |
| `ubuntu-latest` |
| `windows-latest` |
#### GitLab-hosted runners
[Section titled “GitLab-hosted runners”](#gitlab-hosted-runners)
For more information, see [GitLab runners documentation](https://docs.gitlab.com/runner/).
| GitLab Runner |
| --------------------------- |
| `saas-linux-small-amd64` |
| `saas-linux-medium-amd64` |
| `saas-linux-large-amd64` |
| `saas-linux-small-arm64` |
| `saas-linux-medium-arm64` |
| `saas-linux-large-arm64` |
| `saas-windows-medium-amd64` |
### CLI deployment model support
[Section titled “CLI deployment model support”](#cli-deployment-model-support)
The Aembit CLI supports the following deployment models:
* [GitHub Actions](/user-guide/deploy-install/ci-cd/github/github-edge-cli)
* [GitLab Jobs](/user-guide/deploy-install/ci-cd/gitlab/gitlab-jobs-cli)
* [Jenkins Pipelines](/user-guide/deploy-install/ci-cd/jenkins-pipelines)
* Environments that provide OIDC tokens. See [OIDC ID Token Trust Provider](/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider) for more info.
### CLI Client Workload Identifiers
[Section titled “CLI Client Workload Identifiers”](#cli-client-workload-identifiers)
The Aembit CLI supports the following Client Workload Identifiers:
* [Aembit Client ID](/user-guide/access-policies/client-workloads/identification/aembit-client-id)
### CLI Trust Providers
[Section titled “CLI Trust Providers”](#cli-trust-providers)
The Aembit CLI supports the following Trust Providers:
* [AWS Metadata Service Trust Provider](/user-guide/access-policies/trust-providers/aws-metadata-service-trust-provider)
* [AWS Role Trust Provider](/user-guide/access-policies/trust-providers/aws-role-trust-provider)
* [GitHub Trust Provider](/user-guide/access-policies/trust-providers/github-trust-provider)
* [GitLab Trust Provider](/user-guide/access-policies/trust-providers/gitlab-trust-provider)
* [Kubernetes Service Account Trust Provider](/user-guide/access-policies/trust-providers/kubernetes-service-account-trust-provider)
* [OIDC ID Token Trust Provider](/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider)
### CLI Access Conditions
[Section titled “CLI Access Conditions”](#cli-access-conditions)
The Aembit CLI supports the following Access Conditions:
* [GeoIP](/user-guide/access-policies/access-conditions/aembit-geoip)
* [Time](/user-guide/access-policies/access-conditions/aembit-time-condition)
* [CrowdStrike](/user-guide/access-policies/access-conditions/crowdstrike)
# Getting support for Aembit
> Overview of Aembit's support process
Aembit is committed to providing you with the best possible support for Aembit. This page outlines the resources available to help you get the most out of Aembit’s platform.
## Knowledge base
[Section titled “Knowledge base”](#knowledge-base)
Aembit’s Knowledge Base is your first stop for help. It’s full of articles, guides, and answers to frequently asked questions.
* [Aembit Knowledge Base](https://support.aembit.io/hc/en-us)
## Get support
[Section titled “Get support”](#get-support)
If you can’t find what you’re looking for in the Knowledge Base, you can submit a support request to Aembit’s Support team.
* [Submit a Support Request](https://support.aembit.io/hc/en-us/articles/25007312326932-How-To-Submit-a-Support-Request)
## Service status
[Section titled “Service status”](#service-status)
You can check the current status of all Aembit services on the status page. This page provides information on system uptime and any ongoing incidents.
* [Aembit Status Page](https://status.aembit.io/)
## Support plans
[Section titled “Support plans”](#support-plans)
Aembit offer a range of support plans to meet the needs of Aembit’s diverse user community. You can find more details about what’s included in each plan on the pricing page.
* \*\* - Community support is available to all users on Aembit’s Free plan.
* \*\* - Enjoy live support during business hours with Aembit’s Teams plan.
* \*\* - For Aembit’s enterprise customers, Aembit offer 24x7 live support.
For more details on Aembit’s plans, please see [Pricing plans](/get-started/signup-options#pricing-plans).
# Aembit User Guide Overview
> How to set up and use Aembit
Welcome to the Aembit User Guide!
Use this guide to help you understand, deploy, and manage Aembit’s Workload Identity and Access Management Platform. This guide contains the following main sections, each focusing on different aspects of Aembit’s functionality and configuration.
## Deploy and install
[Section titled “Deploy and install”](#deploy-and-install)
This section covers how to deploy Aembit Edge Components in different environments and configurations. It provides detailed instructions for setting up Aembit in different infrastructure contexts.
This section includes topics covering:
* [Kubernetes Deployment](/user-guide/deploy-install/kubernetes/kubernetes/)
* [Virtual Machine Deployment](/user-guide/deploy-install/virtual-machine/)
* [Serverless Deployment](/user-guide/deploy-install/serverless/)
* [Virtual Appliance Deployment](/user-guide/deploy-install/virtual-appliances/)
## Access Policies
[Section titled “Access Policies”](#access-policies)
This section details how to configure and manage access policies, which are the core components that define and enforce workload access controls. You’ll learn how to create and manage the different elements that make up effective access policies.
This section includes topics covering:
* [Client Workloads](/user-guide/access-policies/client-workloads/)
* [Server Workloads](/user-guide/access-policies/server-workloads/guides/)
* [Trust Providers](/user-guide/access-policies/trust-providers/)
* [Credential Providers](/user-guide/access-policies/credential-providers/)
* [Access Conditions](/user-guide/access-policies/access-conditions/)
## Administration
[Section titled “Administration”](#administration)
This section focuses on managing your Aembit Tenant and its administration features. It covers tasks related to user management, roles, and other administrative functions to help you maintain your Aembit environment.
This section includes topics covering:
* [Admin Dashboard](/user-guide/administration/admin-dashboard/)
* [Users Management](/user-guide/administration/users/)
* [Roles](/user-guide/administration/roles/)
* [Resource Sets](/user-guide/administration/resource-sets/)
* [Sign-On Policy](/user-guide/administration/sign-on-policy/)
* [Identity Providers](/user-guide/administration/identity-providers/)
* [Log Streams](/user-guide/administration/log-streams/)
## Audit and report
[Section titled “Audit and report”](#audit-and-report)
This section covers the reporting and auditing capabilities of Aembit. It helps you understand how to monitor access events and activities within your Aembit environment for security and compliance purposes.
This section includes topics covering:
* [Access Authorization Events](/user-guide/audit-report/access-authorization-events/)
* [Audit Logs](/user-guide/audit-report/audit-logs/)
## Reference
[Section titled “Reference”](#reference)
This section provides technical reference materials such as environment variables, configuration options, and compatibility information. It serves as a quick reference guide for specific technical details about Aembit components.
This section includes topics covering:
* [Edge Component Supported Versions](/reference/edge-components/edge-component-supported-versions/)
* [Edge Component Log Level Reference](/reference/edge-components/agent-log-level-reference/)
* [Edge Component Environment Variables Reference](/reference/edge-components/edge-component-env-vars/)
* [Edge Component Helm Chart Configuration Options Reference](/reference/edge-components/helm-chart-config-options/)
* [Support Matrix](/reference/support-matrix/)
## Troubleshooting and support
[Section titled “Troubleshooting and support”](#troubleshooting-and-support)
The Troubleshooting and Support section provides practical guidance for resolving common issues and accessing help when needed because even well-designed systems occasionally encounter problems that require diagnosis and resolution. This section serves as your resource for maintaining operational continuity with Aembit.
This section includes topics covering:
* [Troubleshooting](/user-guide/troubleshooting/)
* [Agent Controller Health](/user-guide/troubleshooting/agent-controller-health)
* [Agent Proxy Debug Network Tracing](/user-guide/troubleshooting/agent-proxy-debug-network-tracing/)
* [Tenant Health Check](/user-guide/troubleshooting/tenant-health-check/)
# Access Policies
> What Aembit Access Policies are and how they work
This section covers Access Policies in Aembit, which are the central component that define which Client Workloads can access which Server Workloads under what conditions, and with what credentials.
Reuse this in another Resource Set
You can copy an Access Policy and all its related components to another Resource Set. See [About component copying](/user-guide/administration/resource-sets/about-component-copying/) to learn more.
The following pages provide information about Access Policies and their components:
* [Client Workloads](/user-guide/access-policies/client-workloads/)
* [Server Workloads](/user-guide/access-policies/server-workloads/)
* [Trust Providers](/user-guide/access-policies/trust-providers/)
* [Credential Providers](/user-guide/access-policies/credential-providers/)
* [Access Conditions](/user-guide/access-policies/access-conditions/)
* [Advanced Options](/user-guide/access-policies/advanced-options/)
# Access Conditions
> This document provides a high-level description of Access Conditions
Access Conditions are rules and conditions that evaluate an Access Policy and determine whether a Client Workload should receive access to a Server Workload. Whenever the system receives a request for access to an Access Policy and/or Credential, these Access Conditions validate and verify the request.
If validation passes, the system grants the request; however, if validation fails, the system denies the request. For an Access Condition to validate and verify a request, administrators must already establish an existing integration and create an Access Policy.
Reuse this in another Resource Set
You can copy an Access Condition to another Resource Set. See [About component copying](/user-guide/administration/resource-sets/about-component-copying/) to learn more.
## Available Access Conditions
[Section titled “Available Access Conditions”](#available-access-conditions)
* [Geo-IP-based Conditions](/user-guide/access-policies/access-conditions/aembit-geoip) - Control access based on geographic location using IP address geolocation.
* [Time-based Conditions](/user-guide/access-policies/access-conditions/aembit-time-condition) - Enforce access restrictions based on time of day, day of week, or specific date ranges.
* [CrowdStrike Conditions](/user-guide/access-policies/access-conditions/crowdstrike) - Integrate with CrowdStrike to evaluate the security posture of Client Workloads and enforce access based on threat intelligence.
* [Wiz Conditions](/user-guide/access-policies/access-conditions/wiz) - Leverage Wiz security posture assessments to ensure Client Workloads meet compliance and security requirements.
## Available security tool integrations
[Section titled “Available security tool integrations”](#available-security-tool-integrations)
* [CrowdStrike](/user-guide/access-policies/access-conditions/integrations/crowdstrike/) - Integrates with CrowdStrike to evaluate endpoint security posture.
* [Wiz](/user-guide/access-policies/access-conditions/integrations/wiz/) - Integrates with Wiz to assess cloud security posture.
# Access Conditions for GeoIP Restriction
> This document provides a description on how to setup and configure an Access Condition for a GeoIP Restriction.
#
You may configure an Access Condition to enable GeoIP restrictions. This can be useful if you would like to only grant access to Client Workloads from specific locations. A GeoIP restriction ensures any request received from a locale that is not already specified will be blocked. For example, if you would like to allow requests from a specific country or region, you may simply add an Access Condition for that region or area.
## Creating a GeoIP Access Condition
[Section titled “Creating a GeoIP Access Condition”](#creating-a-geoip-access-condition)
To create a GeoIP Restriction Access Condition, perform the steps listed below.
1. Log into your Aembit Tenant using your login credentials.
2. When your credentials have been authenticated and you are logged into your tenant, you are directed to the main dashboard page. Click on **Access Conditions** in the left sidebar. You will see a list of existing Access Conditions.

3. Click on the **New Access Condition** button. An Access Condition dialog window appears.

4. In the Access Condition dialog window, enter information in the following fields:
* **Name** - Name of the Access Condition.
* **Description** - An optional text description of the Access Condition.
* **Integration** - A drop-down menu that enables you to select the type of integration you would like to create. Select **Aembit GeoIP Condition** from the drop-down menu.

5. In the Conditions -> Location section, click on the **Country** drop-down menu to select the country you would like to use for your Access Condition.
6. After selecting a **Country** from the drop-down menu, you will see an expanded drop-down menu where you may select a **Subdivision** you want to use for that country. A Subdivision may be a region, state, province, or other territory that you would like to use for further Access Condition scoping.

Note
You may select more than one Subdivision for a country by clicking on the **+** icon.
7. Click **Save**. Your new Aembit GeoIP Access Condition now appears on the main Access Conditions page.

## GeoIP Accuracy Limitations and Best Practices for Cloud Data Centers
[Section titled “GeoIP Accuracy Limitations and Best Practices for Cloud Data Centers”](#geoip-accuracy-limitations-and-best-practices-for-cloud-data-centers)
When configuring GeoIP-based access conditions, it is important to know the limitations in geolocation accuracy, especially for workloads hosted in cloud data centers such as AWS, Azure, Google Cloud, and others. Due to the dynamic and shared nature of cloud infrastructure, geolocation services often provide lower confidence levels for specific subdivisions (e.g., states, provinces) or cities for cloud-based IP addresses.
As a result, Aembit recommends customers limit GeoIP conditions to the country level for workloads in cloud data centers. This approach ensures more reliable geolocation data while still providing geographic-based access control. Using subdivisions or cities for cloud-hosted workloads can result in access failures if the geolocation confidence falls below acceptable thresholds.
# Aembit Time Condition
> This page describes how to create an Access Condition for a specific Time Condition.
## Introduction
[Section titled “Introduction”](#introduction)
One type of Access Condition you may create in your Aembit Tenant is a Time Condition. This is especially useful if you would like to only grant access to Client Workloads during specific periods of time (days/hours).
The section below describes the required steps to setup and configure a Time Condition Access Condition.
## Creating a Time Condition Access Condition
[Section titled “Creating a Time Condition Access Condition”](#creating-a-time-condition-access-condition)
To create a Time Condition Access Condition, perform the steps below.
1. Log into your Aembit Tenant using your login credentials.
2. When your credentials have been authenticated and you are logged into your tenant, you are directed to the main dashboard page. Click on **Access Conditions** in the left sidebar. You will see a list of existing Access Conditions (in this example, no Access Conditions have been created)

3. Click on the **New Access Condition** button. An Access Condition dialog window appears.

4. In the Access Condition dialog window, enter information in the following fields:
* **Name** - Name of the Access Condition.
* **Description** - An optional text description of the Access Condition.
* **Integration** - A drop-down menu that enables you to select the type of integration you would like to create. Select **Aembit Time Condition** from the drop-down menu.

5. In the Conditions section, click on the **Timezone** drop-down menu to select the timezone you would like to use for your Access Condition.
6. Click on the **+** icon next to each day you would like to use in your Time Condition configuration.
Note
At least one time condition is required.

7. Click **Save**. Your new Aembit Time Condition Access Condition now appears on the main Access Conditions page.

# Create Access Conditions for CrowdStrike
> How to create an Access Condition for a CrowdStrike integration
CrowdStrike Access Conditions enable you to restrict access to Client Workloads based on the CrowdStrike Agent’s reported state. This includes conditions such as whether the Agent is in Reduced Functionality Mode, whether the Hostname matches the expected value, or whether the Serial Number matches the expected value.
You must have an existing [CrowdStrike Integration](/user-guide/access-policies/access-conditions/integrations/crowdstrike) to create an Access Condition for CrowdStrike.
To create an Access Condition for a CrowdStrike integration, follow these steps:
1. Log into your Aembit Tenant.
2. Go to **Access Conditions** in the left sidebar.
3. Click **+ New**, revealing the **Access Condition** pop out menu.
4. Enter a **Name** and optional **Description** for the Access Condition.
5. In the **Integration** section, select the CrowdStrike integration you want to use for this Access Condition.
If you don’t have an existing CrowdStrike integration, you must create one first. See [CrowdStrike Integration](/user-guide/access-policies/access-conditions/integrations/crowdstrike) for more info.
6. In the **Conditions** section, toggle the Access Conditions you would like Aembit to use to restrict access to Client Workloads in your CrowdStrike environment.
You can pick from the following options:
* **Restrict Reduced Functionality Mode** - This toggle ensures the CrowdStrike Agent reports if the Crowdstrike Agent on the Host isn’t in Reduced Functionality Mode.
* **Hostname** - This toggle ensures the CrowdStrike Agent reported HostName matches the Aembit Agent Proxy retrieved HostName.
* **Serial Number** - This toggle ensures the CrowdStrike Agent Host Serial Number matches the Aembit Agent Proxy retrieved Host Serial Number.
* **MAC Address** - This toggle ensures the CrowdStrike Agent Host MAC Address matches the Aembit Agent Proxy retrieved Host MAC Address.
* **Local IP Address** - This toggle ensures the CrowdStrike Agent Host Local IP Address matches the Aembit Agent Proxy retrieved Host Local IP Address.
7. In the **Time** section, enter the number of `hours`, `days`, or `weeks` that you would like to use to restrict Client Workloads that were **Last Seen** before the specified time span. For example, if you enter `2` `hours`, Aembit restricts access to Client Workloads that were last seen more than 2 hours ago.
Once complete, the form should look similar to the following:

8. Click **Save**.
Aembit displays the new Access Condition for the CrowdStrike integration in the list of Access Conditions.
# Access Condition integrations overview
> Overview of Access Condition integrations and how they work
This section covers Access Condition integrations, which allow Aembit to leverage external security platforms to enhance access decisions based on security context.
Access Condition integrations allow you to use security information from third-party platforms when evaluating access requests. This enables you to make more informed access decisions based on security posture, compliance status, and other contextual factors.
The following Access Condition integrations are available:
* [CrowdStrike Integration](/user-guide/access-policies/access-conditions/integrations/crowdstrike) - Use security information from CrowdStrike to inform access decisions
* [Wiz Integration](/user-guide/access-policies/access-conditions/integrations/wiz) - Use security information from Wiz to inform access decisions
# CrowdStrike Integration
> This page describes how to integrate CrowdStrike with Aembit.
Note
The CrowdStrike Integration feature is a paid feature. To enable CrowdStrike integration, please contact Aembit by completing the [Contact Us form](https://aembit.io/contact/).
#
CrowdStrike is a cybersecurity platform that provides cloud workload and endpoint security, threat intelligence, and cyberattack response services to businesses and enterprises.
While Aembit provides workload identity and access management, integrating with a 3rd party service, such as CrowdStrike, enables businesses to prevent Server Workload access from Client Workloads that do not meet an expected state. If the Client Workload environment is not in this state, workload access will not be authorized.
Note
A specific expected state is defined as a configured set of conditions as defined in one or more Aembit access condition rules. For example, in CrowdStrike, this may be when an agent is operating in Reduced Functionality Mode.
## CrowdStrike Falcon Sensor
[Section titled “CrowdStrike Falcon Sensor”](#crowdstrike-falcon-sensor)
The CrowdStrike Falcon Sensor is a lightweight, real-time, threat intelligence application installed on client endpoints that reviews processes and programs to detect suspicious activity or anomalies.
To integrate CrowdStrike Falcon with Aembit Cloud, you will need to:
* create a new API key
* create a new CrowdStrike integration
### Create a new CrowdStrike OAuth2 API Client
[Section titled “Create a new CrowdStrike OAuth2 API Client”](#create-a-new-crowdstrike-oauth2-api-client)
To create a new CrowdStrike OAuth2 API Client:
1. Generate an API key from the CrowdStrike website (for example `https://falcon.us-2.crowdstrike.com/api-clients-and-keys/clients` ). Note that URLs may change over time, therefore, you should always use the latest URLs listed on the CrowdStrike site.
2. In the Create API Client dialog, enter the following information:
* Name
* Description (optional)

3. Click on the **Hosts** checkbox in the Read column to enable the Hosts -> Read permission.
4. Click the **Create** button to generate your new API client.
5. You will see a dialog appear with the following information:
* Client ID
* Secret
* Base URL
Note
It is important that you copy this information and store it in a safe location. You will need this information later when you configure your CrowdStrike integration in your Aembit Tenant.

6. Once you have copied the API client information, click **Done** to close the dialog.
Now that you have created your new API client, you will need to add this information to your Aembit Tenant by following the steps described below.
### Create a new CrowdStrike -> Aembit integration
[Section titled “Create a new CrowdStrike -> Aembit integration”](#create-a-new-crowdstrike---aembit-integration)
To integrate CrowdStrike with your Aembit Tenant:
1. Sign into your Aembit Tenant.
2. Click on the **Access Conditions** page in the left sidebar. You should see a list of existing Access Conditions. In this example, there are no existing access conditions.

3. Click on the **Create an Integration** button. The main Integrations page is displayed.

4. Select the **CrowdStrike** Integration tile.
5. On the Aembit Integrations page, configure your CrowdStrike Integration by entering the values you just copied in the fields below.
* **Name** - The name of the Integration you want to create.
* **Description (optional)** - An optional text description for the Integration.
* **Endpoint** - The *Base URL* value taken from the values you copied when generating your CrowdStrike API key.
* **Oauth Token Configuration information** -
* **Token Endpoint** - The endpoint for your token. The value entered should be: *BaseURL + “/oauth2/token”*
* **Client ID** - The *Client ID* value taken from the values you copied when generating your CrowdStrike API key.
* **Client Secret** - The *Client Secret* value taken from the values you copied when generating your CrowdStrike API key.
Note
You can retrieve the correct BaseURL by referring to your [API Client page](https://falcon.us-2.crowdstrike.com/api-clients-and-keys/clients), and additionally, in the [BaseURLs](https://falcon.us-2.crowdstrike.com/documentation/page/a2a7fc0e/crowdstrike-oauth2-based-apis#k9578c40) section of the CrowdStrike API documentation.

7. Click the **Save** button when finished. Your CrowdStrike Integration is saved and will then appear on the Integrations page.
# Wiz Integration
> This page describes how to integrate Wiz with Aembit.
Note
The Wiz Integration feature is a paid feature. To use the Wiz Integration feature, please contact Aembit by completing the [Contact Us form](https://aembit.io/contact/).
#
The Wiz Cloud Security Platform provides a security analysis service, including inventory enumeration and asset information for identification of customer assets and vulnerabilities. In particular, Wiz provides an Integration API which can be accessed via an OAuth2 Client Credentials Flow and can return an Inventory result set on demand, including Kubernetes Clusters, Deployments, and Vulnerabilities.
## Wiz Integration API
[Section titled “Wiz Integration API”](#wiz-integration-api)
To integrate Wiz with Aembit, you must already have a Wiz API client set up and configured. When setting up your Wiz API client, make sure you request the following information from your Wiz account representative (you will need this information later when integrating with Aembit):
* OAuth2 Endpoint URL
* Client ID
* Client secret
* Audience (this is required and the value is expected to be `wiz-api`)
## Kubernetes/Helm/Agent Proxy Configuration
[Section titled “Kubernetes/Helm/Agent Proxy Configuration”](#kuberneteshelmagent-proxy-configuration)
For the Wiz integration to work correctly, Aembit needs to receive a unique Provider ID that can be compared/matched against the Kubernetes Clusters returned by the Wiz Integration API.
For example, in an AWS EKS Cluster, the output should look similar to the example below:
`arn:aws:eks:region-code:111122223333:cluster/my-cluster`
To use this sample value, update your Aembit Edge Helm Chart deployment with the following parameter values:
* **name** - agentProxy.env.KUBERNETES\_PROVIDER\_ID
* **value** - arn:aws:eks:region-code:111122223333:cluster/my-cluster
These parameters instruct the Aembit Edge Components to configure the Agent Proxy containers with an environment variable named `KUBERNETES_PROVIDER_ID` with the value indicated.
Note
This Wiz integration supports Agent Proxy versions 1.8.1203 and higher.
### Create a new Wiz -> Aembit integration
[Section titled “Create a new Wiz -> Aembit integration”](#create-a-new-wiz---aembit-integration)
Once you have set up your Wiz API client and are ready to integrate Wiz with your Aembit Tenant, follow the steps listed below.
1. Sign into your Aembit Tenant.
2. Click on the **Access Conditions** page in the left sidebar. You should see a list of existing Access Conditions. In this example, there are no existing access conditions.

3. At the top of the page, in the *Access Conditions* tab, select **Integrations**, and then select **New**. An Integrations page appears showing the types of integrations you can create. Currently, there are two integration types available: Wiz or CrowdStrike.

4. Select the **Wiz Integration API** tile. You will see the *Wiz Integration* page.

5. On this page, enter the following values from your Wiz API client (these are the values you saved earlier when creating your Wiz API client).
* **Name** - The name of the Integration you want to create.
* **Description (optional)** - An optional text description for the Integration.
* **Endpoint** - The *Base URL* value taken from the values you copied when creating your Wiz API key.
* **Sync Frequency** - The amount of time (interval) between synchronization attempts. This value can be between 5 minutes up to 1 hour.
* **Oauth Token Configuration information** -
* **Token Endpoint** - The endpoint for your token.
* **Client ID** - The *Client ID* value.
* **Client Secret** - The *Client Secret* value.
* **Audience** - This value should be set to `wiz-api` as recommended by the Wiz Integration API documentation.
7. Click the **Save** button when finished. Your Integration is saved and will then appear on the Integrations page.
Note
After the next sync attempt, the status will be updated to show success/failure details.
# Access Condition for Wiz
> This page describes how to create an Access Condition for a Wiz integration.
## Introduction
[Section titled “Introduction”](#introduction)
If you have an existing Wiz integration and would like to create an Access Condition for this integration, you may create this Access Condition using your Aembit Tenant.
The section below describes the required steps to set up and configure an Access Condition for a Wiz integration.
## Creating an Access Condition for a Wiz Integration
[Section titled “Creating an Access Condition for a Wiz Integration”](#creating-an-access-condition-for-a-wiz-integration)
To create an Access Condition for a Wiz integration, perform the steps listed below.
1. Log into your Aembit Tenant using your login credentials.
2. When your credentials have been authenticated and you are logged into your tenant, you are directed to the main dashboard page. Click on **Access Conditions** in the left sidebar. You will see a list of existing Access Conditions (in this example, no Access Conditions have been created)

3. Click on the **New Access Condition** button. An Access Condition dialog window appears.

4. In the Access Condition dialog window, enter information in the following fields:
* **Name** - Name of the Access Condition.
* **Description** - An optional text description of the Access Condition.
* **Integration** - A drop-down menu that enables you to select the type of integration you would like to create. Select your existing Wiz integration from the drop-down menu.
5. In the **Conditions** section, click on the **Container Cluster Connected** toggle if you want to block Client Workloads that Wiz reports are not container cluster connected.
6. In the **Conditions - Time** section, enter the duration of time you would like to use for restricting Client Workloads in Kubernetes Clusters that have not been seen recently.
Note
If you would like to have a full day as the time duration, Aembit recommends using 26 hours to handle the different system synchronizations.

7. When finished, Click **Save**. Your new Access Condition for the Wiz integration will appear on the main Access Conditions page.

# Access Policy advanced options
> Advanced options for Aembit Access Policies
This section covers advanced options for Access Policies in Aembit, providing more sophisticated ways to configure and automate your access policies.
# Configuration with Terraform
> How to use the Aembit Terraform Provider to configure Aembit Cloud resources
Aembit has released a Terraform Provider in the [Terraform Registry](https://registry.terraform.io/providers/Aembit/aembit/latest) that enables users to configure Aembit Cloud resources in an automated manner.
## Configuration
[Section titled “Configuration”](#configuration)
Configuring the Aembit Terraform provider requires two steps:
1. Create or update the Terraform configuration to include the Aembit provider.
2. Specify the Aembit provider authentication configuration.
a. Aembit recommends using Aembit integrated authentication for dynamic retrieval of the Aembit API Access Token. This can be done by specifying the Aembit Edge SDK Client ID from an appropriately configured Aembit Trust Provider.
b. For development and testing purposes, users can specify an Aembit Tenant ID and Token for short-term access.
Additional details for how to perform each of these steps can be found in the [Provider Documentation](https://registry.terraform.io/providers/Aembit/aembit/latest/docs) section of the Aembit Terraform provider page.
## Resources and Data Sources
[Section titled “Resources and Data Sources”](#resources-and-data-sources)
The Aembit [Terraform Provider](https://registry.terraform.io/providers/Aembit/aembit/latest) enables users to create, update, import, and delete Aembit Cloud resources using terraform manually or via CI/CD workflows. For example, users can configure GitHub Actions or Terraform Workspaces to utilize the Aembit Terraform provider and manage Aembit Cloud resources on demand to best serve their Workload purposes.
Detailed instructions for using the Aembit Terraform Provider can be found in the [Terraform Registry](https://registry.terraform.io/providers/Aembit/aembit/latest/docs).
You can also manage Resource Sets as code with the `aembit_resource_set` resource, and assign or filter entities by Resource Set with the `resource_set_id` argument. Omitting `resource_set_id` uses the Default Resource Set, so existing configurations keep working unchanged. For more on managing Resource Sets at scale, see [Scaling Aembit with Terraform](/get-started/concepts/scaling-terraform).
# Client Workloads
> This document provides a high-level description of Client Workloads
This section covers Client Workloads in Aembit, which are the applications or services that need to access Server Workloads using credentials managed by Aembit.
Reuse this in another Resource Set
You can copy a Client Workload to another Resource Set. See [About component copying](/user-guide/administration/resource-sets/about-component-copying/) to learn more.
The following pages provide information about Client Workload identification methods:
* [Aembit Client ID](/user-guide/access-policies/client-workloads/identification/aembit-client-id)
* [AWS Lambda ARN](/user-guide/access-policies/client-workloads/identification/aws-lambda-arn)
* [Multiple Client Workload IDs](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids)
* [GitHub ID Token Repository](/user-guide/access-policies/client-workloads/identification/github-id-token-repository)
* [GitHub ID Token Subject](/user-guide/access-policies/client-workloads/identification/github-id-token-subject)
* [GitLab ID Token Namespace Path](/user-guide/access-policies/client-workloads/identification/gitlab-id-token-namespace-path)
* [GitLab ID Token Project Path](/user-guide/access-policies/client-workloads/identification/gitlab-id-token-project-path)
* [GitLab ID Token Ref Path](/user-guide/access-policies/client-workloads/identification/gitlab-id-token-ref-path)
* [GitLab ID Token Subject](/user-guide/access-policies/client-workloads/identification/gitlab-id-token-subject)
* [Hostname](/user-guide/access-policies/client-workloads/identification/hostname)
* [Kubernetes Pod Name Prefix](/user-guide/access-policies/client-workloads/identification/kubernetes-pod-name-prefix)
* [Kubernetes Pod Name](/user-guide/access-policies/client-workloads/identification/kubernetes-pod-name)
* [Process Name](/user-guide/access-policies/client-workloads/identification/process-name)
# Client Workload Identifiers overview
> This page provides a high-level description of Client Workload Identifiers in Aembit.
Client Workload identification is an initial step to recognize the specific software application, script, or automated process that initiates an access request to a Server Workload. This identification is critical because it’s a prerequisite for matching the request to the correct Access Policy and invoking the appropriate Trust Provider for identity attestation. Accurate identification is essential for enforcing the principle of least privilege and preventing misidentification which could lead to security vulnerabilities.
Aembit addresses the need for accurate identification across diverse and heterogeneous environments by offering a variety of methods tailored to different deployment contexts. These methods leverage native identity constructs and environmental evidence available in those platforms.
Examples of Aembit Client Workload identification methods include:
* **Kubernetes** - Using the Pod Name Prefix, the exact Pod Name, or the Kubernetes Service Account under which the container runs.
* **Cloud Platforms (AWS, Azure)** - Using Instance Metadata Attributes (like instance ID or tags), AWS IAM Role ARN, Azure Subscription ID, or Azure VM ID.
* **CI/CD Systems (GitHub Actions, GitLab Jobs)** - Inspecting claims within ephemeral OpenID Connect (OIDC) tokens, such as repository name, subject, namespace path, or project path.
* **Serverless Platforms (AWS Lambda)** - Using the unique AWS Lambda Function ARN.
* **Virtual Machines (VMs)** - Identifying by Hostname, Process Name, or both.
* **MCP Clients** - Using the redirect URI from Dynamic Client Registration, or the URL of a Client ID Metadata Document (CIMD), to identify MCP clients connecting through the MCP Authorization Server.
* **Aembit Native** - A unique Aembit Client ID that Aembit assigns for scenarios where other identifiers won’t work.
Aembit supports [configuring multiple identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for a single Client Workload definition, to increase its uniqueness when identifying your Client Workloads.
## Available Client Workload identification methods
[Section titled “Available Client Workload identification methods”](#available-client-workload-identification-methods)
Aembit supports a variety of identification methods for Client Workloads, allowing you to choose the most suitable one based on your deployment environment and requirements. Each method provides a unique way to identify workloads, making sure that Aembit applies your Policies accurately.
These methods include identifiers based on cloud provider resources, Kubernetes configurations, and more. The choice of identifier can depend on the specific characteristics of your workloads and the environments in which they operate.
The following sections are the different identification methods available:
### Generic Client Workload Identifiers
[Section titled “Generic Client Workload Identifiers”](#generic-client-workload-identifiers)

[Aembit Client ID ](/user-guide/access-policies/client-workloads/identification/aembit-client-id)Identify workloads by their Aembit Client ID.
→

[Hostname ](/user-guide/access-policies/client-workloads/identification/hostname)Identify workloads by their hostname.
→

[Process Name ](/user-guide/access-policies/client-workloads/identification/process-name)Identify workloads by their process name.
→

[Process Command Line ](/user-guide/access-policies/client-workloads/identification/process-command-line)Identify workloads by their process command line.
→

[Process Path ](/user-guide/access-policies/client-workloads/identification/process-path)Identify workloads by their executable path.
→

[Process User Name ](/user-guide/access-policies/client-workloads/identification/process-user-name)Identify workloads by their process user name.
→

[Source IP Address ](/user-guide/access-policies/client-workloads/identification/source-ip)Identify workloads by their source IP address.
→
### AWS Client Workload Identifiers
[Section titled “AWS Client Workload Identifiers”](#aws-client-workload-identifiers)

[AWS Account ID ](/user-guide/access-policies/client-workloads/identification/aws-account-id)Identify workloads by their AWS Account ID.
→

[AWS EC2 Instance ID ](/user-guide/access-policies/client-workloads/identification/aws-ec2-instance-id)Identify workloads by their AWS EC2 Instance ID.
→

[AWS ECS Task Family ](/user-guide/access-policies/client-workloads/identification/aws-ecs-task-family)Identify workloads by their AWS ECS Task Family.
→

[AWS ECS Service Name ](/user-guide/access-policies/client-workloads/identification/aws-ecs-service-name)Identify workloads by their AWS ECS Service Name.
→

[AWS Lambda ARN ](/user-guide/access-policies/client-workloads/identification/aws-lambda-arn)Identify workloads by their AWS Lambda ARN.
→

[AWS Region ](/user-guide/access-policies/client-workloads/identification/aws-region)Identify workloads by their AWS Region.
→
### Azure Client Workload Identifiers
[Section titled “Azure Client Workload Identifiers”](#azure-client-workload-identifiers)

[Azure Subscription ID ](/user-guide/access-policies/client-workloads/identification/azure-subscription-id)Identify workloads by their Azure Subscription ID.
→

[Azure VM ID ](/user-guide/access-policies/client-workloads/identification/azure-vm-id)Identify workloads by their Azure VM ID.
→
### GCP Client Workload Identifiers
[Section titled “GCP Client Workload Identifiers”](#gcp-client-workload-identifiers)

[GCP Identity Token ](/user-guide/access-policies/client-workloads/identification/gcp-identity-token)Identify workloads by their GCP Identity Token email.
→
### GitHub Client Workload Identifiers
[Section titled “GitHub Client Workload Identifiers”](#github-client-workload-identifiers)

[GitHub ID Token Repository ](/user-guide/access-policies/client-workloads/identification/github-id-token-repository)Identify workloads by their GitHub ID Token Repository.
→

[GitHub ID Token Subject ](/user-guide/access-policies/client-workloads/identification/github-id-token-subject)Identify workloads by their GitHub ID Token Subject.
→
### GitLab Client Workload Identifiers
[Section titled “GitLab Client Workload Identifiers”](#gitlab-client-workload-identifiers)

[GitLab ID Token Namespace Path ](/user-guide/access-policies/client-workloads/identification/gitlab-id-token-namespace-path)Identify workloads by their GitLab ID Token Namespace Path.
→

[GitLab ID Token Project Path ](/user-guide/access-policies/client-workloads/identification/gitlab-id-token-project-path)Identify workloads by their GitLab ID Token Project Path.
→

[GitLab ID Token Ref Path ](/user-guide/access-policies/client-workloads/identification/gitlab-id-token-ref-path)Identify workloads by their GitLab ID Token Ref Path.
→

[GitLab ID Token Subject ](/user-guide/access-policies/client-workloads/identification/gitlab-id-token-subject)Identify workloads by their GitLab ID Token Subject.
→
### Kubernetes Client Workload Identifiers
[Section titled “Kubernetes Client Workload Identifiers”](#kubernetes-client-workload-identifiers)

[Kubernetes Namespace ](/user-guide/access-policies/client-workloads/identification/kubernetes-namespace)Identify workloads by their Kubernetes Namespace.
→

[Kubernetes Pod Name Prefix ](/user-guide/access-policies/client-workloads/identification/kubernetes-pod-name-prefix)Identify workloads by their Kubernetes Pod Name Prefix.
→

[Kubernetes Pod Name ](/user-guide/access-policies/client-workloads/identification/kubernetes-pod-name)Identify workloads by their Kubernetes Pod Name.
→

[Kubernetes Service Account Name ](/user-guide/access-policies/client-workloads/identification/kubernetes-service-account-name)Identify workloads by their Kubernetes Service Account Name.
→

[Kubernetes Service Account UID ](/user-guide/access-policies/client-workloads/identification/kubernetes-service-account-name)Identify workloads by their Kubernetes Service Account UID.
→
### OIDC Client Workload Identifiers
[Section titled “OIDC Client Workload Identifiers”](#oidc-client-workload-identifiers)

[OIDC ID Token ](/user-guide/access-policies/client-workloads/identification/oidc-id-token)Identify workloads by a custom claim in an OIDC ID token.
→

[OIDC ID Token Audience ](/user-guide/access-policies/client-workloads/identification/oidc-id-token-audience)Identify workloads by the audience claim in an OIDC ID token.
→

[OIDC ID Token Issuer ](/user-guide/access-policies/client-workloads/identification/oidc-id-token-issuer)Identify workloads by the issuer claim in an OIDC ID token.
→

[OIDC ID Token Subject ](/user-guide/access-policies/client-workloads/identification/oidc-id-token-subject)Identify workloads by the subject claim in an OIDC ID token.
→
### Terraform Cloud
[Section titled “Terraform Cloud”](#terraform-cloud)

[Terraform Cloud ID Token Organization ID ](/user-guide/access-policies/client-workloads/identification/terraform-cloud-id-token-organization-id)Identify workloads by Terraform Cloud ID Token Organization ID.
→

[Terraform Cloud ID Token Project ID ](/user-guide/access-policies/client-workloads/identification/terraform-cloud-id-token-project-id)Identify workloads by Terraform Cloud ID Token Project ID.
→

[Terraform Cloud ID Token Workspace ID ](/user-guide/access-policies/client-workloads/identification/terraform-cloud-id-token-workspace-id)Identify workloads by Terraform Cloud ID Token Workspace ID.
→
### MCP Client Workload Identifiers
[Section titled “MCP Client Workload Identifiers”](#mcp-client-workload-identifiers)

[Redirect URI ](/user-guide/access-policies/client-workloads/identification/redirect-uri)Identify MCP clients by their OAuth redirect URI.
→

[CIMD Client ID ](/user-guide/access-policies/client-workloads/identification/cimd-client-id)Identify MCP clients by the URL of their Client ID Metadata Document.
→
# Aembit Client ID
> This document outlines the Aembit Client ID method for identifying Client Workloads.
#
The Aembit Client ID method serves as a fallback for Client Workload identification when other suitable methods are unavailable. This method entails generating a unique ID by the Aembit Cloud, which is then provisioned to the Client Workload.
## Applicable Deployment Type
[Section titled “Applicable Deployment Type”](#applicable-deployment-type)
This method is suitable for Aembit Edge-based deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose “Aembit Client ID” for client identification.
3. Complete the remaining fields.
4. Copy the newly generated ID.
5. Save the Client Workload.

### Client Workload
[Section titled “Client Workload”](#client-workload)
#### Virtual Machine Deployment
[Section titled “Virtual Machine Deployment”](#virtual-machine-deployment)
During Agent Proxy installation, specify the `CLIENT_WORKLOAD_ID` environment variable.
```shell
CLIENT_WORKLOAD_ID= AEMBIT_TENANT_ID= AEMBIT_AGENT_CONTROLLER_ID= ./install
```
#### Kubernetes
[Section titled “Kubernetes”](#kubernetes)
Add the `aembit.io/agent-inject` annotation to your Client Workload.
See the example below:
```yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: example-app
spec:
replicas: 1
selector:
matchLabels:
app: example-app
template:
metadata:
labels:
app: example-app
annotations:
aembit.io/agent-inject: "enabled"
aembit.io/client-id: "7e75e718-7634-480b-9f7b-a07bb5a4f11d"
```
# AWS Account ID
> How to identify AWS workloads using the AWS Account ID within Aembit
This page explains how to use the **AWS Account ID** identifier to uniquely identify workloads deployed on **AWS**.
## Understanding the AWS Account ID identifier
[Section titled “Understanding the AWS Account ID identifier”](#understanding-the-aws-account-id-identifier)
When you deploy applications to AWS, you use the account ID to isolate and group resources by ownership or environment. Each AWS Account owns the resources associated with it. For more info, see [“View AWS account identifiers](https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-identifiers.html) in the AWS docs.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the AWS Account ID identification method for Edge-based deployments on [Virtual Machines](/user-guide/deploy-install/virtual-machine/) deployed to AWS.
## Create a Client Workload with an AWS Account ID identifier
[Section titled “Create a Client Workload with an AWS Account ID identifier”](#create-a-client-workload-with-an-aws-account-id-identifier)
To configure a Client Workload with an AWS Account ID identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **AWS Account ID**.
For **Value**, enter the 12-digit AWS Account ID *without spaces and dashes* where the workload is running.
For example, if your AWS account ID is `1234-5678-9012`, then enter `123456789012` in the **Value** field.
If you don’t know the AWS Account ID or how to find it, see [Find AWS Account ID](#find-aws-account-id).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find AWS account id
[Section titled “Find AWS account id”](#find-aws-account-id)
To find your AWS Account ID in the AWS Console, follow these steps:
Note
You can also find the AWS Account ID in billing settings, IAM dashboard, or by using the AWS CLI.
Be sure to enter the full 12-digit ID *without spaces and dashes*.
1. Open the [AWS Management Console](https://console.aws.amazon.com/).
2. Click the Account Menu that displays your AWS username in the top-right corner.
3. Click the **Copy Account ID** icon next to your 12-digit AWS Account ID.
Use this value in your Aembit configuration, *remembering to enter it without spaces or dashes*.
# AWS EC2 Instance ID
> How to identify AWS workloads using the AWS EC2 Instance ID within Aembit
This page explains how to use the **AWS EC2 Instance ID** identifier to uniquely identify workloads deployed on **AWS**.
## Understanding the AWS EC2 instance ID identifier
[Section titled “Understanding the AWS EC2 instance ID identifier”](#understanding-the-aws-ec2-instance-id-identifier)
When you deploy applications to AWS, you often refer to specific virtual machine instances using their EC2 Instance IDs. AWS assigns a unique identifier to each EC2 instance when it launches. For more info, see [“What is Amazon EC2?”](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_InstanceStraightToIdentifiers.html) in the AWS docs.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the AWS EC2 Instance ID identification method for Edge-based deployments on [Virtual Machines](/user-guide/deploy-install/virtual-machine/) deployed to AWS.
## Create a Client Workload with an AWS EC2 Instance ID identifier
[Section titled “Create a Client Workload with an AWS EC2 Instance ID identifier”](#create-a-client-workload-with-an-aws-ec2-instance-id-identifier)
To configure a Client Workload with an AWS EC2 Instance ID identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **AWS EC2 Instance ID**.
For **Value**, enter the EC2 Instance ID where the workload is running.
For example, if your EC2 Instance ID is `i-0123456789abcdef0`, enter that in the **Value** field.
If you don’t know the EC2 Instance ID or how to find it, see [Find EC2 Instance ID](#find-ec2-instance-id).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
## Find EC2 instance ID
[Section titled “Find EC2 instance ID”](#find-ec2-instance-id)
To find your EC2 Instance ID in the AWS Console, follow these steps:
Note
You can also find the EC2 Instance ID using the EC2 dashboard or the AWS CLI.
Be sure to enter the full instance ID exactly as displayed by AWS.
1. **Open the AWS Console**
Go to the [AWS Management Console](https://console.aws.amazon.com/).
2. **Navigate to the EC2 Dashboard**
From the Services menu, choose **EC2**, then click **Instances**.
3. **Locate the Instance ID**
You can find the EC2 Instance ID in the **Instance ID** column for each running instance.
Use this value in your Aembit configuration.
# AWS ECS Service Name
> How to identify AWS ECS Fargate workloads using the ECS Service name within Aembit
This page explains how to use the **AWS ECS Service Name** to uniquely identify workloads deployed on **AWS ECS Fargate**. The service name is a key identifier for managing ECS workloads at the service level.
## Understanding the AWS ECS service name
[Section titled “Understanding the AWS ECS service name”](#understanding-the-aws-ecs-service-name)
When deploying applications to AWS ECS Fargate, the ECS Service Name provides a stable and descriptive identifier for running services. It represents a long-lived service managed by ECS and helps distinguish different applications or deployment environments. Refer to the [official AWS documentation](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/what-is-amazon-ecs.html) for more information.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit specifically supports ECS Service Name identification for Edge-based deployments on [AWS ECS Fargate](/user-guide/deploy-install/serverless/aws-ecs-fargate).
## Create a Client Workload with an AWS ECS service name
[Section titled “Create a Client Workload with an AWS ECS service name”](#create-a-client-workload-with-an-aws-ecs-service-name)
To configure a Client Workload using an ECS Service Name, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **AWS ECS Service Name**.
For **Value**, enter the name of the ECS service you’ve configured in AWS.
For example, if your service name is `prod-app-service`, enter `prod-app-service` in the **Value** field.
If you don’t know your ECS Service Name or how to find it, see [Find ECS Service Name in AWS](#find-ecs-service-name-in-aws).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find ECS service name in AWS
[Section titled “Find ECS service name in AWS”](#find-ecs-service-name-in-aws)
To find the ECS Service Name in the AWS Console, follow these steps:
Note
Each ECS Service Name must be unique within the ECS Cluster.
This is the name you’ll use when configuring your Client Workload in the Aembit Tenant.
1. **Open your AWS ECS Console**
Open the AWS Management Console and go to the Elastic Container Service (ECS).
2. **Select your Cluster**
In the ECS console, click **Clusters** and select the relevant ECS cluster.
3. **View Services**
In the selected cluster, go to the **Services** tab.
4. **Locate the Service Name**
The **Service Name** column under the Services tab lists the ECS Service Names.
This is the string you’ll use in your Aembit configuration.
# AWS ECS Task Family
> How to identify AWS ECS Fargate workloads using the task family identifier within Aembit
This page explains how to use the **AWS ECS task family** identifier to uniquely identify workloads deployed on **AWS ECS Fargate**. The task family is a key identifier for defining and managing your ECS tasks.
## Understanding the AWS ECS task family identifier
[Section titled “Understanding the AWS ECS task family identifier”](#understanding-the-aws-ecs-task-family-identifier)
When deploying applications to AWS ECS Fargate, the task family provides a logical grouping and versioning mechanism. Each ECS task definition belongs to a specific task family. Refer to the [official AWS documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html?utm_source=chatgpt.com) for additional details.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit specifically designed the ECS Task Family identification method for Edge-based deployments on [AWS ECS Fargate](/user-guide/deploy-install/serverless/aws-ecs-fargate).
## Create a Client Workload with an AWS ECS task family identifier
[Section titled “Create a Client Workload with an AWS ECS task family identifier”](#create-a-client-workload-with-an-aws-ecs-task-family-identifier)
To configure a Client Workload with an AWS ECS task family identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **AWS ECS Task Family**.
For **Value**, enter the task family name (without the revision) you have configured in AWS ECS.
For example, if the task definition is `my-fargate-app:1` in the AWS ECS Console, enter `my-fargate-app` in the **Value** field.
If you don’t know the task family name or how to find it, see [Find task family name in AWS ECS](#find-task-family-name-in-aws-ecs).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
## Find task family name in AWS ECS
[Section titled “Find task family name in AWS ECS”](#find-task-family-name-in-aws-ecs)
To find the task family name in the AWS ECS Console, follow these steps:
Note
You may see the same task family in other locations within the AWS Console.
Keep in mind that a full task definition includes both the task family name and the task definition revision (for example, `my-fargate-app:1`). In your Client Workload configuration in your Aembit Tenant, use only the task family name (for example, `my-fargate-app`).
1. **Open your AWS ECS Console**
Open the AWS Management Console and go to the Elastic Container Service (ECS).
2. **Find your Task Definition**
In the ECS console, go to **Task Definitions** in the left menu.
3. **Locate the Task Family**
The **Task definition** column displays the task family name.
This is the string you’ll use in your Aembit configuration.
# AWS Lambda ARN
> How to identify Client Workloads using AWS Lambda ARN for AWS Lambda deployments
The AWS Lambda ARN Client Workload identification method is applicable only to AWS Lambda deployments. Aembit utilizes the native AWS identifier (Lambda ARN) to identify and distinguish Client Workloads.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
This method is suitable for Aembit Edge-based deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **AWS Lambda ARN** for client identification.
3. In the **Value** field, enter the AWS Lambda ARN. You must use the following format: `arn:aws:lambda:::function:`
### Using versions
[Section titled “Using versions”](#using-versions)
When working with AWS Lambda ARN, it’s crucial to understand the two types of ARNs: Qualified ARN and Unqualified ARN. Each serves a specific purpose, and understanding their differences is key. For detailed information, refer to the official [AWS Documentation](https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html#versioning-versions-using).
**Unqualified ARN** - Used for the latest version of a Lambda function.
Example: `arn:aws:lambda:aws-region:acct-id:function:helloworld`
**Qualified ARN** - Used for a specific version of a Lambda function or [aliases](https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html).
Example:
`arn:aws:lambda:aws-region:acct-id:function:helloworld:42`
If you need to work with a Qualified ARN, you must create a Client Workload that uses a wildcard to handle multiple versions. For instance: `arn:aws:lambda:aws-region:acct-id:function:helloworld:*`.
### Finding the AWS Lambda ARN
[Section titled “Finding the AWS Lambda ARN”](#finding-the-aws-lambda-arn)
You can find the list of Lambda functions via the AWS CLI by executing: `aws lambda list-functions --region us-east-2`
This command will return all the Lambda-related information, including the Lambda ARN, which is available under the `FunctionArn` field.
# AWS Region
> How to identify AWS workloads using the AWS Region within Aembit
This page explains how to use the **AWS Region** identifier to uniquely identify workloads deployed on **AWS**.
## Understanding the AWS Region identifier
[Section titled “Understanding the AWS Region identifier”](#understanding-the-aws-region-identifier)
When you deploy applications to AWS, you use the region to isolate and group resources by geographic location. Each AWS Region contains multiple availability zones and is useful for controlling latency and data residency. For more info, see [“Regions and Availability Zones”](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/) in the AWS docs.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the AWS Region identification method for Edge-based deployments on [Virtual Machines](/user-guide/deploy-install/virtual-machine/) deployed to AWS.
## Create a Client Workload with an AWS Region identifier
[Section titled “Create a Client Workload with an AWS Region identifier”](#create-a-client-workload-with-an-aws-region-identifier)
To configure a Client Workload with an AWS Region identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **AWS Region**.
For **Value**, enter the AWS Region where the workload is running.
For example, if your AWS Region is `us-west-2`, enter that in the **Value** field.
If you don’t know the AWS Region or how to find it, see [Find AWS Region](#find-aws-region).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find AWS region
[Section titled “Find AWS region”](#find-aws-region)
To find your AWS Region in the AWS Console, follow these steps:
Note
You can also find the AWS Region in the resource metadata, EC2 dashboard, or by using the AWS CLI.
Be sure to enter the region in its standard format (for example `us-east-1`, `eu-central-1`).
1. Go to the [AWS Management Console](https://console.aws.amazon.com/).
2. Open the service (for example, EC2) that hosts your resource.
3. You’ll see the region in the top-right corner of the Console or in the resource’s details.
Use this value in your Aembit configuration.
# Azure Subscription ID
> How to identify Azure workloads using the Azure Subscription ID within Aembit
This page explains how to use the **Azure Subscription ID** identifier to uniquely identify workloads deployed on **Azure**.
## Understanding the Azure Subscription ID identifier
[Section titled “Understanding the Azure Subscription ID identifier”](#understanding-the-azure-subscription-id-identifier)
When you deploy applications to Azure, you use the Subscription ID to isolate and group resources by ownership or environment. Each Azure Subscription owns the resources associated with it. For more info, see [“Get subscription and tenant IDs in the Azure portal”](https://learn.microsoft.com/en-us/azure/azure-portal/get-subscription-tenant-id) in the Microsoft docs.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the Azure Subscription ID identification method for Edge-based deployments on [Virtual Machines](/user-guide/deploy-install/virtual-machine/) deployed to Azure.
## Create a Client Workload with an Azure Subscription ID identifier
[Section titled “Create a Client Workload with an Azure Subscription ID identifier”](#create-a-client-workload-with-an-azure-subscription-id-identifier)
To configure a Client Workload with an Azure Subscription ID identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Azure Subscription ID**.
For **Value**, enter the Azure Subscription ID where the workload is running.
For example, if your Azure Subscription ID is `11111111-2222-3333-4444-555555555555`, enter that in the **Value** field.
If you don’t know the Azure Subscription ID or how to find it, see [Find Azure Subscription ID](#find-azure-subscription-id).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find Azure Subscription ID
[Section titled “Find Azure Subscription ID”](#find-azure-subscription-id)
To find your Azure Subscription ID in the Azure Portal, follow these steps:
Note
You can also find the Azure Subscription ID in the Subscriptions blade or by using the Azure CLI.
Be sure to enter the full GUID format without spaces.
1. Go to the [Azure Portal](https://portal.azure.com/).
2. Use the search bar to search for **Subscriptions**.
3. You can find the **Subscription ID** listed in the **Subscriptions** table.
Use this value in your Aembit configuration.
# Azure VM ID
> How to identify Azure workloads using the Azure VM ID within Aembit
This page explains how to use the **Azure VM ID** identifier to uniquely identify workloads deployed on **Azure**.
## Understanding the Azure VM ID identifier
[Section titled “Understanding the Azure VM ID identifier”](#understanding-the-azure-vm-id-identifier)
When you deploy applications to Azure, you often identify specific virtual machine instances by their VM IDs. Azure assigns each virtual machine a unique identifier at creation. For more details, see the [“Understand names and instance IDs for Azure Virtual Machine Scale Set VMs](https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids) in the Microsoft docs.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the Azure VM ID identification method for Edge-based deployments on [Virtual Machines](/user-guide/deploy-install/virtual-machine/) deployed to Azure.
## Create a Client Workload with an Azure VM ID identifier
[Section titled “Create a Client Workload with an Azure VM ID identifier”](#create-a-client-workload-with-an-azure-vm-id-identifier)
To configure a Client Workload with an Azure VM ID identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Azure VM ID**.
For **Value**, enter the VM ID where the workload is running.
For example, if your Azure VM ID is `12345678-1234-1234-1234-123456789abc`, enter that in the **Value** field.
If you don’t know the Azure VM ID or how to find it, see [Find Azure VM ID](#find-azure-vm-id).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
## Find Azure VM ID
[Section titled “Find Azure VM ID”](#find-azure-vm-id)
Locate your Azure VM’s Resource group and VM name using either of the following methods:
### Azure Portal
[Section titled “Azure Portal”](#azure-portal)
1. Go to the [Azure Portal](https://portal.azure.com/).
2. From the left menu or search bar, choose or search for **Virtual Machines**, then select your VM.
3. Copy the **Computer name** and **Resource group** from the Properties tab of the VM details page.
Use these values in your Aembit configuration.
### Azure CLI
[Section titled “Azure CLI”](#azure-cli)
1. Open your terminal or command prompt.
2. Use the following command to get the VM ID:
```plaintext
az vm show --resource-group --name --query vmId --output tsv
```
Use these values in your Aembit configuration.
# CIMD Client ID
> How to identify MCP client workloads using a Client ID Metadata Document (CIMD) URL in Aembit
A Client ID Metadata Document (CIMD)**Client ID Metadata Document**: A JSON document that an MCP client hosts at an HTTPS URL, containing its client\_id, client\_name, and redirect\_uris. When a client presents that URL as its OAuth client\_id, the Authorization Server fetches and validates the document, so the client can authenticate without Dynamic Client Registration (DCR).[Learn more(opens in new tab)](https://modelcontextprotocol.io/specification/2025-11-25/basic/authorization#client-id-metadata-documents) is a JSON file that an MCP client hosts at a public HTTPS URL. The document describes the client’s name and its allowed redirect URIs. The URL itself serves as the client’s identity. When the client presents the URL-formatted `client_id`, Aembit fetches the document from that URL and validates the client’s metadata.
Aembit fetches and processes a metadata document only when an administrator has explicitly added its URL to a Client Workload’s identity configuration. This ensures only MCP clients you register can obtain access tokens through your MCP Authorization Server.
For more about how MCP authorization flows work, see [MCP Authorization Server concepts](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/).
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
This method is for [MCP Authorization Server](/ai-guide/mcp/authorization-server/) deployments. It identifies MCP clients that connect to MCP servers protected by Aembit’s MCP Authorization Server.
Authentication scope
For CIMD Client Workloads, Aembit identifies the client by its metadata document URL. Aembit doesn’t perform JWKS validation or `private_key_jwt` token authentication.
## CIMD document requirements
[Section titled “CIMD document requirements”](#cimd-document-requirements)
Aembit fetches the metadata document when you save the Client Workload and again during each authorization flow. The document and its URL must meet the following requirements, or Aembit rejects the fetch:
| Requirement | Detail |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Scheme | The URL must use `https`. Aembit rejects scheme-relative and non-HTTPS URLs. |
| URL form | The URL must not contain query strings, fragments, or user information. |
| Network access | Aembit must reach the URL directly. Aembit blocks redirects and private or reserved IP ranges, such as loopback and RFC 1918 addresses. |
| Content-Type | The response must be `application/json`. |
| Maximum size | The document must not exceed 8 KB. |
| `client_id` match | The `client_id` field inside the document must exactly match the URL that Aembit fetches it from. A mismatch aborts the flow. |
The following example shows a CIMD metadata document:
client-metadata.json
```json
{
"client_id": "https://mcp.example.com/.well-known/oauth/client-metadata.json",
"client_name": "Example MCP Client",
"client_uri": "https://mcp.example.com",
"logo_uri": "https://mcp.example.com/logo.png",
"redirect_uris": [
"https://app.example.com/oauth/callback",
"http://127.0.0.1:6274/oauth/callback",
"http://localhost:6274/oauth/callback"
],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"token_endpoint_auth_method": "none",
"application_type": "native"
}
```
## Create a Client Workload with a CIMD Client ID identifier
[Section titled “Create a Client Workload with a CIMD Client ID identifier”](#create-a-client-workload-with-a-cimd-client-id-identifier)
To configure a Client Workload using the CIMD Client ID identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads**.
3. Click **+ New** to open the Client Workload editor panel.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **CIMD Client ID**.
For **Value**, enter the HTTPS URL of the metadata document that your MCP client hosts. The URL must meet the [CIMD document requirements](#cimd-document-requirements).
For example: `https://mcp.example.com/.well-known/oauth/client-metadata.json`
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
## Configure a CIMD Client ID Client Workload using the Aembit Terraform provider
[Section titled “Configure a CIMD Client ID Client Workload using the Aembit Terraform provider”](#configure-a-cimd-client-id-client-workload-using-the-aembit-terraform-provider)
To configure this Client Workload with the [Aembit Terraform Provider](https://registry.terraform.io/providers/Aembit/aembit/latest), set the `cimdClientId` identity type on the `aembit_client_workload` resource.
The following configuration is an example. For the authoritative, current argument reference, see the [`aembit_client_workload` resource](https://registry.terraform.io/providers/Aembit/aembit/latest/docs/resources/client_workload) in the Terraform Registry.
```hcl
provider "aembit" {
}
resource "aembit_client_workload" "mcp_client" {
name = ""
is_active = true
identities = [
{
type = "cimdClientId"
value = "https://mcp.example.com/.well-known/oauth/client-metadata.json"
}
]
}
```
For `value`, use the HTTPS URL of the metadata document that your MCP client hosts. The URL must meet the [CIMD document requirements](#cimd-document-requirements).
# Using multiple Client Workload identifiers
> How to use multiple Client Workload identifiers to increase uniqueness across Client Workloads
Aembit supports configuring multiple identifiers for a single Client Workload.
Identifying Client Workloads using multiple identifiers allows you to create highly specific and granular identification criteria for workloads that reside in complex environments that span multiple clouds, networks, and Kubernetes clusters.
By combining different identifiers, such as [Hostname](/user-guide/access-policies/client-workloads/identification/hostname) and [Process Name](/user-guide/access-policies/client-workloads/identification/process-name) on a Virtual Machine, you can uniquely pinpoint a specific application running on a particular machine. This enhanced uniqueness helps Aembit more accurately determine which workloads it must evaluate across complex environments where certain identifiers may be the same.
For example, more generic identifiers like [AWS Account ID](/user-guide/access-policies/client-workloads/identification/aws-account-id) or [Azure Subscription ID](/user-guide/access-policies/client-workloads/identification/azure-subscription-id) may be the same for some of your resources. Using just one of these identifiers would likely cause Aembit to misidentify workloads your environment.
Using multiple identifiers helps reduce the possibility of misidentification or overly permissive matching that might occur if you use only a single, non-unique identifier. This, in turn, strengthens your security posture.
Aembit highly recommends that you leverage multiple identifiers where a single method might be ambiguous, to make sure Aembit can uniquely identify workloads and prevent misidentification.
## How multiple identifiers work
[Section titled “How multiple identifiers work”](#how-multiple-identifiers-work)
When you configure multiple identifiers for a *single* Client Workload, Aembit uses the conditional operators `AND` and `OR`. You can use one or the other or both at the same time.
### The `OR` condition
[Section titled “The OR condition”](#the-or-condition)
When Aembit uses the `OR` condition, it requires only one of the identifiers, providing you extra flexibility. You can have multiple `OR` condition groups for a single Client Workload. This means that Aembit must match *only one* of the identification methods you’ve configured on your Client Workload to the evidence it collected from your runtime environment.
For example, combining a **AWS Account ID** identifier with a **Process Name** identifier for a Virtual Machine workload. In this scenario, Aembit would require *either* the AWS Account ID *or* the Process Name of the requesting Client Workload to match the values you’ve configured in the Client Workload definition for Aembit to consider that definition a match.
### The `AND` condition
[Section titled “The AND condition”](#the-and-condition)
When Aembit uses the `AND` condition, it requires both identifiers, providing you extra security. You can have multiple `AND` condition groups for a single Client Workload. This means that Aembit must match *all* the identification methods you’ve configured on your Client Workload to the evidence it collected from your runtime environment.
For example, combining a **Hostname** identifier with a **Process Name** identifier for a Virtual Machine workload. In this scenario, Aembit would require *both* the Hostname *and* the Process Name of the requesting Client Workload to match the values you’ve configured in the Client Workload definition for Aembit to consider that definition a match.
### Both conditions
[Section titled “Both conditions”](#both-conditions)
When Aembit uses both the `OR` and the `AND` conditions together, you can create sophisticated identification logic that provides both *security and flexibility* for your Client Workload definitions. You can combine multiple `OR` and `AND` condition groups within a single Client Workload configuration. This allows you to define complex matching criteria where some identifiers must all be present (`AND` groups) while providing alternative identification paths (`OR` groups).
You might use this when the same application runs in multiple environments, but you want both scenarios to access the same resources through a single Client Workload definition.
For example, you have two separate AWS Accounts that deploy the same application in one AWS Region on multiple hosts that need to connect to the same resource. You’d configure a Client Workload with the following logic:
(**AWS Account ID-1** `OR` **AWS Account ID-2**) `AND` (**AWS Region** `AND` **Hostname**)
Which would look like the following screenshot when you configure it in your Aembit Tenant:

In this scenario, Aembit would consider the Client Workload definition a match when both:
* Either **AWS Account ID-1** `OR` **AWS Account ID-2** match the configured values
* Both the **AWS Region** `AND` **Hostname** match the configured values
This approach enables you to accommodate different deployment scenarios while maintaining strong identity verification.
## Add additional identifiers to a Client Workload
[Section titled “Add additional identifiers to a Client Workload”](#add-additional-identifiers-to-a-client-workload)
To add additional identifiers to a Client Workload, follow these steps:
1. Create a new Client Workload or edit an existing one in your Aembit Tenant.
2. In the **Client Identification** section, click **+ Additional Client Identifier**.
3. Select the identifier type you want to add from the dropdown menu.
4. Enter the value for the identifier.
5. If you want to add another identifier, repeat steps 2-4.
6. Click **Save** to apply the changes to the Client Workload. Aembit displays the updated Client Workload with the new identifiers on the **Client Workloads** page.
# GCP Identity Token
> How to identify GCP workloads using the service account email from a GCP Identity Token in Aembit
This page explains how to use the **GCP Identity Token** identifier to uniquely identify workloads running on **Google Cloud Platform (GCP)** using a GCP Identity Token.
## Understanding the GCP identity token identifier
[Section titled “Understanding the GCP identity token identifier”](#understanding-the-gcp-identity-token-identifier)
When you run workloads as a GCP Function or Cloud Run job, the platform issues a [GCP Identity Token](https://cloud.google.com/docs/authentication/token-types#id) that includes an `email` claim. This email corresponds to the service account the workload runs under.
For example, a service account might look like: `123456789012-compute@developer.gserviceaccount.com`
Aembit identifies the workload using this email claim. Aembit supports this approach **only in the Edge CLI** at this time and isn’t available **for Edge Proxy**.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the GCP Identity Token identifier for Edge-based deployments running the Edge CLI on GCP Function or GCP Cloud Run job.
## Create a Client Workload with a GCP identity token identifier
[Section titled “Create a Client Workload with a GCP identity token identifier”](#create-a-client-workload-with-a-gcp-identity-token-identifier)
To configure a Client Workload using the GCP Identity Token identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **GCP Identity Token**.
For **Value**, enter the email associated with the GCP service account under which the workload runs.
For example: `123456789012-compute@developer.gserviceaccount.com`
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
## Find the service account email
[Section titled “Find the service account email”](#find-the-service-account-email)
The service account email identifies your workload and its format depends on the specific GCP service you’re using. Common patterns include:
* **Cloud Functions (Gen 1):**\
`@appspot.gserviceaccount.com`
* **Cloud Functions (Gen 2):**\
`@developer.gserviceaccount.com`
* **Cloud Run Jobs:**\
`@developer.gserviceaccount.com`
You can find both the **project ID** and **project number** in the GCP Console by going to **Cloud Overview** > **Dashboard**. They appear in the project info card at the top of the page.
To view the actual service accounts and their associated emails, navigate to **IAM & Admin** > **Service Accounts** in the GCP Console.
# GitHub ID Token Repository
> This page describes how the GitHub ID Token Repository method identifies Client Workloads in Aembit.
This Client Workload identification method is specifically designed for [GitHub Action deployments](/user-guide/deploy-install/ci-cd/github/).
**The GitHub ID Token Repository** identification method allows you to identify GitHub workflows based on their repository origin. Aembit achieves this using the **repository** claim within the OIDC token issued by GitHub Actions.
## Applicable Deployment Type
[Section titled “Applicable Deployment Type”](#applicable-deployment-type)
This method is suitable for GitHub-based CI/CD Workflow deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **GitHub ID Token Repository** for client identification.
3. Identify the repository where your workflow is located. Copy this full repository name and use it in the **Value** field according to the format below.
* **Format** - `{organization}/{repository}` for organization-owned repositories or `{account}/{repository}` for user-owned repositories.
* **Example** - user123/another-project
### Finding the GitHub ID Token Repository:
[Section titled “Finding the GitHub ID Token Repository:”](#finding-the-github-id-token-repository)
* Navigate to your project on GitHub.
* Locate the repository name displayed at the top left corner of the page, in the format mentioned above.

# GitHub ID Token Subject
> This page describes how the GitHub ID Token Subject method identifies Client Workloads in Aembit.
This Client Workload identification method is specifically designed for [GitHub Action deployments](/user-guide/deploy-install/ci-cd/github/).
**The GitHub ID Token Subject** identification method allows you to identify GitHub workflows based on their repository and triggering event. Aembit achieves this using the **subject** claim within the OIDC token issued by GitHub Actions.
## Applicable Deployment Type
[Section titled “Applicable Deployment Type”](#applicable-deployment-type)
This method is suitable for GitHub-based CI/CD Workflow deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **GitHub ID Token Subject** for client identification.
3. Construct a subject manually using the format specified below and use it in the **Value** field.
The GitHub ID Token Subject method provides advanced workflow identification capabilities by allowing you to identify Client Workloads based on repository origin, triggering events (like pull requests), branches, and more. The following example is for a pull request triggered workflow:
* **Format** - repo:`{orgName}/{repoName}`:pull\_request
* **Example** - repo:my-org/my-repo:pull\_request
For more subject claims and examples, refer to the [GitHub OIDC Token Documentation](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#example-subject-claims).
### Finding the GitHub ID Token Subject:
[Section titled “Finding the GitHub ID Token Subject:”](#finding-the-github-id-token-subject)
You can reconstruct subject claim as follows:
1. Identify the repository: Navigate to your project on GitHub. Locate the repository name displayed at the top left corner of the page.
2. Determine filtering criteria: Choose the specific element you want to use for precise workflow selection: a deployment environment (e.g., “production”), a triggering event (e.g., “pull\_request” or “push”), or a specific branch or tag name.
3. Combine the information: Assemble the subject using the format: `repo:{organization}/{repository}:`.
Alternatively, you can inspect the GitHub OIDC token to extract the **subject** claim. For further details, please contact Aembit.
# GitLab ID Token Namespace Path
> This page describes how the GitLab ID Token Namespace Path method identifies Client Workloads in Aembit.
#
This Client Workload identification method is specifically designed for [GitLab Jobs deployments](/user-guide/deploy-install/ci-cd/gitlab/).
**The GitLab ID Token Namespace Path** identification method allows you to identify GitLab jobs based on their project owner. Aembit utilizes the **namespace\_path** claim within the OIDC token issued by GitLab.
## Applicable Deployment Type
[Section titled “Applicable Deployment Type”](#applicable-deployment-type)
This method is suitable for GitLab-based CI/CD Workflow deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **GitLab ID Token Namespace Path** for client identification.
3. Determine whether your workflow resides under a GitLab group or your user account. Copy the group name or username and use it in the **Value** field.
* **Format** - The group or username
* **Example** - my-group
### Finding the GitLab ID Token Namespace Path:
[Section titled “Finding the GitLab ID Token Namespace Path:”](#finding-the-gitlab-id-token-namespace-path)
* Navigate to **Projects** on GitLab.
* If the project is group-owned, go to the **All** tab and locate your project. The Namespace Path is displayed before the slash (/) in the project name.
* If the project is user-based, enter your GitLab username in the **Value** field.

# GitLab ID Token Project Path
> This page describes how the GitLab ID Token Project Path method identifies Client Workloads in Aembit.
#
This Client Workload identification method is specifically designed for [GitLab Jobs deployments](/user-guide/deploy-install/ci-cd/gitlab/).
**The GitLab ID Token Project Path** identification method allows you to identify GitLab jobs based on their project location. Aembit utilizes the **project\_path** claim within the OIDC token issued by GitLab.
## Applicable Deployment Type
[Section titled “Applicable Deployment Type”](#applicable-deployment-type)
This method is suitable for GitLab-based CI/CD Workflow deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **GitLab ID Token Project Path** for client identification.
3. Identify the project where your workflow is located. Copy the full project path and use it in the **Value** field according to the format below.
* **Format** - `{group}/{project}`
* **Example** - my-group/my-project
### Finding the GitLab ID Token Project Path:
[Section titled “Finding the GitLab ID Token Project Path:”](#finding-the-gitlab-id-token-project-path)
* Navigate to the **Projects** on GitLab and go to the **All** tab. Locate your project and copy the full displayed project path in the format specified above.

# GitLab ID Token Ref Path
> This page describes how the GitLab ID Token Ref Path method identifies Client Workloads in Aembit.
#
This Client Workload identification method is specifically designed for [GitLab Jobs deployments](/user-guide/deploy-install/ci-cd/gitlab/).
**The GitLab ID Token Ref Path** identification method allows you to identify GitLab jobs based on the triggering branch or tag name. Aembit utilizes the **ref\_path** claim within the OIDC token issued by GitLab.
Combine this method with additional Client Workload identification methods, such as project path for repository identification.
## Applicable Deployment Type
[Section titled “Applicable Deployment Type”](#applicable-deployment-type)
This method is suitable for GitLab-based CI/CD Workflow deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **GitLab ID Token Ref Path** for client identification.
3. Construct a ref path manually using the format specified below and use it in the **Value** field.
* **Format** - `refs/{type}/{name}`, where `{type}` can be either `heads` for branches or `tags` for tags, and `{name}` is the branch name or tag name used in the reference.
* **Example** - refs/heads/feature-branch-1
### Finding the GitLab ID Token Ref Path:
[Section titled “Finding the GitLab ID Token Ref Path:”](#finding-the-gitlab-id-token-ref-path)
You can reconstruct ref path claim as follows:
1. Determine ref type: Identify whether the workflow was triggered by a branch (then ref\_type is heads) or a tag (ref\_type is tags).
2. Get the ref: Find the specific branch name (e.g., main) or tag name (e.g., v1.1.5).Check your workflow configuration or, if accessible, the GitLab UI for triggering event details.
3. Combine the information: Assemble the ref path using the format: `refs/{type}/{name}`.
Alternatively, you can inspect the GitLab OIDC token to extract the **ref\_path** claim. For further details, please contact Aembit.
# GitLab ID Token Subject
> This page describes how the GitLab ID Token Subject method identifies Client Workloads in Aembit.
#
This Client Workload identification method is specifically designed for [GitLab Jobs deployments](/user-guide/deploy-install/ci-cd/gitlab/).
**The GitLab ID Token Subject** identification method allows you to identify GitLab jobs based on their group, project, and triggering branch or tag. Aembit achieves this using the **subject** claim within the OIDC token issued by GitLab.
Combine this method with additional Client Workload identification techniques, for project path and reference identification.
## Applicable Deployment Type
[Section titled “Applicable Deployment Type”](#applicable-deployment-type)
This method is suitable for GitLab-based CI/CD Workflow deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **GitLab ID Token Subject** for client identification.
3. Construct a subject manually using the format specified below and use it in the **Value** field.
* **Format** - `project_path:{group}/{project}:ref_type:{type}:ref:{branch_name}`, where `type` can be either `branch` (for a branch-triggered workflow) or `tag` (for a tag-triggered workflow).
* **Example** - project\_path:my-group/my-project:ref\_type:branch:ref:feature-branch-1
### Finding the GitLab ID Token Subject:
[Section titled “Finding the GitLab ID Token Subject:”](#finding-the-gitlab-id-token-subject)
You can reconstruct subject claim as follows:
1. Identify the project path: Navigate to the **Projects** on GitLab and go to the **All** tab. Locate your project and copy the full displayed project path (e.g., my-group/my-project).
2. Determine ref type: Identify whether the workflow was triggered by a branch (then ref\_type is branch) or a tag (ref\_type is tag).
3. Get the ref: Find the specific branch name (e.g., main) or tag name (e.g., v1.2.0). Check your workflow configuration or, if accessible, the GitLab UI for triggering event details.
4. Combine the information: Assemble the subject using the format: `project_path:{group}/{project}:ref_type:{type}:ref:{branch_name}`.
Alternatively, you can inspect the GitLab OIDC token to extract the **subject** claim. For further details, please contact Aembit.
# Hostname
> This document describes how the Hostname method identifies Client Workloads in Aembit for Virtual Machine deployments.
#
The Hostname Client Workload identification method is applicable to Virtual Machine deployments and utilizes the hostname of the machine (which can be retrieved by the hostname command) to identify and distinguish Client Workloads.
## Applicable Deployment Type
[Section titled “Applicable Deployment Type”](#applicable-deployment-type)
This method is suitable for Aembit Edge-based deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **Hostname** for client identification.
3. In the **Value** field, enter the hostname of the virtual machine where the Client Workload is running.
### Finding the Hostname
[Section titled “Finding the Hostname”](#finding-the-hostname)
* Open a terminal on your Linux VM.
* Use the `hostname -f` command to retrieve its hostname.
Alternatively, you can often find the hostname in the Virtual Machine’s configuration settings or system information.
### Uniqueness
[Section titled “Uniqueness”](#uniqueness)
Ensure the hostname is unique within your organization to avoid unintentionally matching other Virtual Machines. If necessary, consider combining Hostname with other client identifiers. Please consult the [Client Workload multiple identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) documentation to enhance uniqueness.
# Kubernetes Namespace
> How to identify Kubernetes workloads using the Kubernetes Namespace within Aembit
This page explains how to use the **Kubernetes Namespace** identifier to uniquely identify workloads deployed on **Kubernetes**.
## Understanding the Kubernetes Namespace identifier
[Section titled “Understanding the Kubernetes Namespace identifier”](#understanding-the-kubernetes-namespace-identifier)
Namespaces in Kubernetes provide a way to divide cluster resources between multiple users or applications. They’re commonly used to group related workloads and manage resource allocation and access boundaries. Using a namespace as an identifier is useful when you want to manage Access Policies for all workloads within a specific namespace.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the Kubernetes Namespace identification method for Edge-based deployments on [Kubernetes](/user-guide/deploy-install/kubernetes/kubernetes/).
## Create a Client Workload with a Kubernetes Namespace identifier
[Section titled “Create a Client Workload with a Kubernetes Namespace identifier”](#create-a-client-workload-with-a-kubernetes-namespace-identifier)
To configure a Client Workload with a Kubernetes Namespace identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Kubernetes Namespace**.
For **Value**, enter the name of the Kubernetes Namespace where the workload is running.
For example, if your namespace is `backend-services`, enter that in the **Value** field.
If you don’t know the namespace or how to find it, see [Find Kubernetes Namespace](#find-kubernetes-namespace).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find Kubernetes namespace
[Section titled “Find Kubernetes namespace”](#find-kubernetes-namespace)
To find the Kubernetes Namespace of a workload, follow these steps:
Note
You can also find the namespace in the Kubernetes deployment YAML files, Helm chart values, or other IaC configurations that define where you deploy workloads.
Be sure to enter the namespace exactly as it appears in your Kubernetes cluster configuration.
1. Use the command: `kubectl get pods --all-namespaces`.
2. Locate the workload you want to identify in the output.
3. Note the value under the `NAMESPACE` column—this is the value to use in your Aembit configuration.
# Kubernetes Pod Name
> This document describes how the Kubernetes Pod Name Prefix method identifies Client Workloads in Aembit.
#
In Kubernetes environments, each pod is assigned a unique name within its namespace. The Kubernetes Pod Name identification method allows you to target a specific individual pod by specifying its exact name. This is particularly useful for managing access for standalone pods that are not part of a deployment or for pods with unique names that need to be individually managed.
## Applicable Deployment Type
[Section titled “Applicable Deployment Type”](#applicable-deployment-type)
This method is suitable for Edge-based deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **Kubernetes Pod Name** for client identification.
3. In the **Value** field, enter the desired pod name.
#### Finding the Pod Name:
[Section titled “Finding the Pod Name:”](#finding-the-pod-name)
* Use the `kubectl get pods` command to list all pods in your cluster.
* Identify the specific pod you want to target and note its exact name.
* Use this exact name as the **Value** in the Client Workload configuration.
# Kubernetes Pod Name Prefix
> This document describes how the Kubernetes Pod Name Prefix method identifies Client Workloads in Aembit.
#
In Kubernetes environments, pods are often dynamically created and assigned unique names. The Kubernetes Pod Name Prefix identification method allows you to target a group of pods belonging to the same deployment by specifying the common prefix of their names. This is particularly useful for managing access for deployments with multiple replicas or deployments that are frequently scaled up or down.
## Applicable Deployment Type
[Section titled “Applicable Deployment Type”](#applicable-deployment-type)
This method is suitable for Edge-based deployments.
## Configuration
[Section titled “Configuration”](#configuration)
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **Kubernetes Pod Name Prefix** for client identification.
3. In the **Value** field, enter the desired pod name prefix. This is typically the name of your deployment.
#### Finding the Pod Name Prefix:
[Section titled “Finding the Pod Name Prefix:”](#finding-the-pod-name-prefix)
* Use the `kubectl get pods` command to list all pods in your cluster.
* Identify the pods belonging to your target deployment. Their names will share a common prefix.
* Use this common prefix as the Value in the Client Workload configuration.
#### Uniqueness
[Section titled “Uniqueness”](#uniqueness)
Ensure that the chosen prefix is unique enough to avoid unintentionally matching pods from other deployments. Please consult the [Client Workload multiple identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) documentation to enhance uniqueness.
# Kubernetes Service Account Name
> How to identify Kubernetes workloads using the Kubernetes Service Account Name within Aembit
This page explains how to use the **Kubernetes Service Account Name** identifier to uniquely identify workloads deployed on **Kubernetes**.
## Understanding the Kubernetes service account name identifier
[Section titled “Understanding the Kubernetes service account name identifier”](#understanding-the-kubernetes-service-account-name-identifier)
In Kubernetes, service accounts provide an identity for processes that run in a pod. You can assign each pod a service account, and the pod uses this account when it interacts with the Kubernetes API or other services.
Using the **service account name** as an identifier is useful when you want to manage Access Policies tied to the identity of workloads, rather than their namespace or pod name.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the Kubernetes Service Account Name identification method for Edge-based deployments on [Kubernetes](/user-guide/deploy-install/kubernetes/kubernetes/).
## Create a Client Workload with a Kubernetes service account name identifier
[Section titled “Create a Client Workload with a Kubernetes service account name identifier”](#create-a-client-workload-with-a-kubernetes-service-account-name-identifier)
To configure a Client Workload with a Kubernetes Service Account Name identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Kubernetes Service Account Name**.
For **Value**, enter the name of the Kubernetes Service Account used by the workload.
For example, if your service account is `app-sa`, enter that in the **Value** field.
If you don’t know the service account name or how to find it, see [Find Kubernetes Service Account Name](#find-kubernetes-service-account-name).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find Kubernetes service account name
[Section titled “Find Kubernetes service account name”](#find-kubernetes-service-account-name)
To find the Kubernetes Service Account Name used by a workload, follow these steps:
Note
You can also find the service account name in the Kubernetes deployment YAML files, Helm chart values, or other IaC configurations.
Be sure to enter the service account name exactly as it appears in your Kubernetes cluster.
1. Use the command: `kubectl get serviceaccount -n `
2. Locate the service account associated with your workload in the output.
3. Use the value in the `NAME` column as the identifier in your Aembit configuration.
# Kubernetes Service Account UID
> How to identify Kubernetes workloads using the Kubernetes Service Account UID within Aembit
This page explains how to use the **Kubernetes Service Account UID** identifier to uniquely identify workloads deployed on **Kubernetes**.
## Understanding the Kubernetes service account UID identifier
[Section titled “Understanding the Kubernetes service account UID identifier”](#understanding-the-kubernetes-service-account-uid-identifier)
In Kubernetes, service accounts provide an identity for processes that run in a pod. You can assign each pod a service account, and the pod uses this account when it interacts with the Kubernetes API or other services.
Using the **service account UID** as an identifier is useful when you want to manage Access Policies tied to the unique identity of workloads, rather than their namespace, pod name.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the Kubernetes Service Account UID identification method for Edge-based deployments on [Kubernetes](/user-guide/deploy-install/kubernetes/kubernetes/).
## Create a Client Workload with a Kubernetes service account UID identifier
[Section titled “Create a Client Workload with a Kubernetes service account UID identifier”](#create-a-client-workload-with-a-kubernetes-service-account-uid-identifier)
To configure a Client Workload with a Kubernetes Service Account UID identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Kubernetes Service Account UID**.
For **Value**, enter the UID of the Kubernetes Service Account used by the workload.
For example, if the UID is `abc12345-6789-def0-1234-56789abcdef0`, enter that in the **Value** field.
If you don’t know the UID or how to find it, see [Find Kubernetes Service Account UID](#find-kubernetes-service-account-uid).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
## Find Kubernetes service account UID
[Section titled “Find Kubernetes service account UID”](#find-kubernetes-service-account-uid)
To find the Kubernetes Service Account UID used by a workload, follow these steps:
1. Use the command: `kubectl get serviceaccount -n ` to find the service account name.
2. Then run: `kubectl get serviceaccount -n -o yaml`
3. Locate the `metadata.uid` field in the output. Use this value as the identifier in your Aembit configuration.
# OIDC ID Token
> How to identify workloads using a custom claim from an OIDC ID token in Aembit
This page explains how to use the **OIDC ID Token** identifier to match any claim in an OIDC ID token from a standards-compliant identity provider.
## Understanding the OIDC ID Token identifier
[Section titled “Understanding the OIDC ID Token identifier”](#understanding-the-oidc-id-token-identifier)
Unlike the dedicated [Audience](/user-guide/access-policies/client-workloads/identification/oidc-id-token-audience/), [Issuer](/user-guide/access-policies/client-workloads/identification/oidc-id-token-issuer/), and [Subject](/user-guide/access-policies/client-workloads/identification/oidc-id-token-subject/) identifiers, the OIDC ID Token identifier lets you match on any claim in the token. You specify both a **Claim Name** (the JWT claim key, such as `email`) and a **Claim Value** (the expected string the claim must equal). Aembit evaluates the token, locates the claim by name, and checks whether its value matches.
Use this identifier to restrict access based on custom or non-standard token attributes. Examples include a user’s email address, a custom group membership field, or an organizational attribute your identity provider adds to tokens.
Array-valued claims aren’t supported
This identifier matches scalar string values only. If the claim you specify contains an array of values (for example, `"groups": ["engineering", "platform"]`), the match fails. Use a claim that contains a single string value.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Use this identifier when your Client Workload authenticates using an OIDC ID token from a standards-compliant identity provider. The Access Policy must include an [OIDC ID Token Trust Provider](/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider/) configured to validate tokens from the same identity provider.
Supported environments include:
* CI/CD pipelines (GitLab CI/CD, GitHub Actions, Terraform Cloud)
* Workloads using the [Aembit MCP Identity Gateway](/ai-guide/mcp/identity-gateway/)
* Any workload that presents a standards-compliant OIDC token to the Aembit Edge Component
## Create a Client Workload with an OIDC ID Token identifier
[Section titled “Create a Client Workload with an OIDC ID Token identifier”](#create-a-client-workload-with-an-oidc-id-token-identifier)
1. Log into your Aembit Tenant.
2. In the sidebar, click **Client Workloads**.
3. Click **+ New** to open the Client Workload editor panel.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **OIDC ID Token**.
For **Claim Name**, enter the JWT claim you want to match on. The field offers `Subject`, `Issuer`, and `Audience` as common suggestions, but accepts any valid claim name.
For **Claim Value**, enter the expected string value of that claim.
For example, to match on a user’s email address:
* **Claim Name**: `email`
* **Claim Value**: `user@example.com`
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
## Common custom claim examples
[Section titled “Common custom claim examples”](#common-custom-claim-examples)
The following table shows commonly used claim names and example values. The exact claims available depend on your identity provider and its configuration.
| Claim name | Description | Example value |
| ------------ | -------------------------------------- | ---------------------------------- |
| `email` | User’s email address | `user@example.com` |
| `sub` | Subject identifier (user or principal) | `user@example.com` or an opaque ID |
| `iss` | Issuer URL of the identity provider | `https://your-org.okta.com` |
| `aud` | Intended audience of the token | `https://your-tenant.id.aembit.io` |
| `tenant_id` | Custom organizational identifier | `acme-corp` |
| `department` | Custom department claim | `engineering` |
Tip
To discover which claims your identity provider includes in its tokens, decode a sample token using a tool such as [jwt.io](https://jwt.io) and review the available fields.
# OIDC ID Token Audience
> How to identify workloads using the audience claim from an OIDC ID token in Aembit
This page explains how to use the **OIDC ID Token Audience** identifier to identify workloads that present OIDC ID tokens from a standards-compliant identity provider.
## Understanding the OIDC ID Token Audience identifier
[Section titled “Understanding the OIDC ID Token Audience identifier”](#understanding-the-oidc-id-token-audience-identifier)
The `aud` (audience) claim in an OIDC ID token specifies the intended recipient of the token. When Aembit evaluates this identifier, it compares the `aud` claim in the token against the value you configure. The value must match exactly.
This identifier verifies that the identity provider issued the token specifically for your Aembit deployment. For example, in GitLab CI/CD pipelines, you can explicitly set the audience to your Aembit tenant endpoint in the pipeline configuration, then configure Aembit to match on that value. This ensures a token issued for one system can’t authenticate with another.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Use this identifier when your Client Workload authenticates using an OIDC ID token from a standards-compliant identity provider. The Access Policy must include an [OIDC ID Token Trust Provider](/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider/) configured to validate tokens from the same identity provider.
Supported environments include:
* CI/CD pipelines (GitLab CI/CD, GitHub Actions, Terraform Cloud)
* Workloads using the [Aembit MCP Identity Gateway](/ai-guide/mcp/identity-gateway/)
* Any workload that presents a standards-compliant OIDC token to the Aembit Edge Component
## Create a Client Workload with an OIDC ID Token Audience identifier
[Section titled “Create a Client Workload with an OIDC ID Token Audience identifier”](#create-a-client-workload-with-an-oidc-id-token-audience-identifier)
1. Log into your Aembit Tenant.
2. In the sidebar, click **Client Workloads**.
3. Click **+ New** to open the Client Workload editor panel.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **OIDC ID Token Audience**.
For **Value**, enter the audience value that your identity provider includes in the token for this workload.
For example: `https://your-tenant.id.aembit.io`
See [Audience values by identity provider](#audience-values-by-identity-provider) if you’re unsure what value to enter.
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Audience values by identity provider
[Section titled “Audience values by identity provider”](#audience-values-by-identity-provider)
How the identity provider sets the `aud` claim depends on your pipeline or workload configuration.
| Identity provider | How the IdP sets the audience | Notes |
| ----------------- | ------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GitLab CI/CD | Set explicitly in the pipeline using the `aud:` field in the `id_tokens` block | See [GitLab OIDC audience configuration](#gitlab-cicd) |
| GitHub Actions | Defaults to the repository owner’s URL; configurable with the `--audience` flag | See the [GitHub Actions OIDC documentation](https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect) |
| Terraform Cloud | Configured in the Terraform Cloud workspace OIDC settings | See the [Terraform Cloud OIDC documentation](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/dynamic-provider-credentials/workload-identity-tokens) |
| Okta | Typically the application’s client ID or a configured audience string | Check your Okta application settings |
| Generic OIDC | Varies by provider configuration | Check your identity provider’s token documentation |
### GitLab CI/CD
[Section titled “GitLab CI/CD”](#gitlab-cicd)
In GitLab CI/CD, you define the audience in the pipeline’s `id_tokens` configuration block. The following example sets the audience to an Aembit tenant endpoint:
.gitlab-ci.yml
```yaml
job_name:
id_tokens:
GITLAB_OIDC_TOKEN:
aud: https://your-tenant.id.aembit.io
script:
- echo "OIDC token audience configured for Aembit"
```
Configure the Client Workload’s **OIDC ID Token Audience** value to match the `aud` value you set in the pipeline.
# OIDC ID Token Issuer
> How to identify workloads using the issuer claim from an OIDC ID token in Aembit
This page explains how to use the **OIDC ID Token Issuer** identifier to identify workloads that present OIDC ID tokens issued by a standards-compliant identity provider.
## Understanding the OIDC ID Token Issuer identifier
[Section titled “Understanding the OIDC ID Token Issuer identifier”](#understanding-the-oidc-id-token-issuer-identifier)
The `iss` (issuer) claim in an OIDC ID token identifies the identity provider that minted the token. When Aembit evaluates this identifier, it compares the `iss` claim in the token against the value you configure. The value must match exactly.
This identifier is useful for scoping access to workloads that authenticate through a specific identity provider. For example, you can ensure only pipelines from GitLab.com—not a self-hosted instance—can match a Client Workload. Combine the OIDC ID Token Issuer identifier with the Subject or Audience identifiers to narrow the scope further.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Use this identifier when your Client Workload authenticates using an OIDC ID token from a standards-compliant identity provider. The Access Policy must include an [OIDC ID Token Trust Provider](/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider/) configured to validate tokens from the same identity provider.
Supported environments include:
* CI/CD pipelines (GitLab CI/CD, GitHub Actions, Terraform Cloud)
* Workloads using the [Aembit MCP Identity Gateway](/ai-guide/mcp/identity-gateway/)
* Any workload that presents a standards-compliant OIDC token to the Aembit Edge Component
## Create a Client Workload with an OIDC ID Token Issuer identifier
[Section titled “Create a Client Workload with an OIDC ID Token Issuer identifier”](#create-a-client-workload-with-an-oidc-id-token-issuer-identifier)
1. Log into your Aembit Tenant.
2. In the sidebar, click **Client Workloads**.
3. Click **+ New** to open the Client Workload editor panel.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **OIDC ID Token Issuer**.
For **Value**, enter the issuer URL of the identity provider that issues tokens for this workload.
For example: `https://gitlab.com`
See [OIDC issuer values by identity provider](#oidc-issuer-values-by-identity-provider) if you’re unsure what value to enter.
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## OIDC issuer values by identity provider
[Section titled “OIDC issuer values by identity provider”](#oidc-issuer-values-by-identity-provider)
The following table lists issuer values for common identity providers. The value must exactly match the `iss` claim in the token your workload presents.
| Identity provider | Issuer value |
| -------------------------- | --------------------------------------------- |
| GitLab.com | `https://gitlab.com` |
| GitHub Actions | `https://token.actions.githubusercontent.com` |
| Okta | `https://your-org.okta.com` |
| Terraform Cloud | `https://app.terraform.io` |
| Google (Workload Identity) | `https://accounts.google.com` |
Tip
Most OIDC identity providers publish their issuer URL in a discovery document at `{issuer}/.well-known/openid-configuration`. Check the `issuer` field in that document to confirm the exact value for your environment.
# OIDC ID Token Subject
> How to identify workloads using the subject claim from an OIDC ID token in Aembit
This page explains how to use the **OIDC ID Token Subject** identifier to identify workloads that present OIDC ID tokens from a standards-compliant identity provider.
## Understanding the OIDC ID Token Subject identifier
[Section titled “Understanding the OIDC ID Token Subject identifier”](#understanding-the-oidc-id-token-subject-identifier)
The `sub` (subject) claim in an OIDC ID token uniquely identifies the principal the token represents—typically a user, a CI/CD pipeline run, or a service account. When Aembit evaluates this identifier, it compares the `sub` claim in the token against the value you configure. The value must match exactly.
The subject format varies by identity provider. For CI/CD systems, it typically encodes the pipeline context such as the repository, branch, or run phase. For user-authenticated flows such as the Aembit MCP Identity Gateway, it typically contains the user’s email address or an opaque user identifier.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Use this identifier when your Client Workload authenticates using an OIDC ID token from a standards-compliant identity provider. The Access Policy must include an [OIDC ID Token Trust Provider](/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider/) configured to validate tokens from the same identity provider.
Supported environments include:
* CI/CD pipelines (GitLab CI/CD, GitHub Actions, Terraform Cloud)
* Workloads using the [Aembit MCP Identity Gateway](/ai-guide/mcp/identity-gateway/)
* Any workload that presents a standards-compliant OIDC token to the Aembit Edge Component
Note
For GitLab CI/CD deployments that use Aembit’s dedicated GitLab trust provider instead of the Generic OIDC ID Token Trust Provider, use the [GitLab ID Token Subject](/user-guide/access-policies/client-workloads/identification/gitlab-id-token-subject/) identifier instead. The subject value format is identical; the difference is which trust provider type the Access Policy uses.
## Create a Client Workload with an OIDC ID Token Subject identifier
[Section titled “Create a Client Workload with an OIDC ID Token Subject identifier”](#create-a-client-workload-with-an-oidc-id-token-subject-identifier)
1. Log into your Aembit Tenant.
2. In the sidebar, click **Client Workloads**.
3. Click **+ New** to open the Client Workload editor panel.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **OIDC ID Token Subject**.
For **Value**, enter the subject claim value for your workload.
For example, for a GitLab CI/CD pipeline on the `main` branch: `project_path:platform-team/api-gateway:ref_type:branch:ref:main`
See [Subject formats by identity provider](#subject-formats-by-identity-provider) if you’re unsure what value to enter.
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
## Subject formats by identity provider
[Section titled “Subject formats by identity provider”](#subject-formats-by-identity-provider)
The `sub` claim format differs across identity providers. Use the following table as a reference when constructing the value.
| Identity provider | Subject format | Example |
| ----------------- | ------------------------------------------------------------------------------ | --------------------------------------------------------------------- |
| GitLab CI/CD | `project_path:{group}/{project}:ref_type:{type}:ref:{branch_or_tag}` | `project_path:platform-team/api-gateway:ref_type:branch:ref:main` |
| GitHub Actions | `repo:{owner}/{repo}:ref:refs/heads/{branch}` | `repo:acme-corp/api-gateway:ref:refs/heads/main` |
| Terraform Cloud | `organization:{org}:project:{project}:workspace:{workspace}:run_phase:{phase}` | `organization:acme:project:default:workspace:api-prod:run_phase:plan` |
| Okta (user auth) | User email address or opaque user ID | `jwalker@example.com` |
| Generic OIDC | Varies by provider configuration | Check your identity provider’s token documentation |
Tip
To see the exact subject value your identity provider includes in its tokens, decode a sample token using a tool such as [jwt.io](https://jwt.io) and read the `sub` field.
# Process Command Line
> How to identify workloads on Virtual Machines using the Process Command Line within Aembit
This page explains how to use the **Process Command Line** identifier to identify workloads deployed on **Virtual Machines**.
## Understanding the process command line identifier
[Section titled “Understanding the process command line identifier”](#understanding-the-process-command-line-identifier)
The Process Command Line is the full command used to start a Client Workload process on a Virtual Machine, including the executable path and any arguments passed to it. This identifier is useful when multiple applications share the same process name but you can distinguish between them by their command-line arguments.
For example, if you run multiple Java applications on the same machine, you can distinguish between them using their command-line arguments:
* `java -jar /opt/apps/billing-service.jar --env production`
* `java -jar /opt/apps/analytics-service.jar --env production`
The Process Command Line identifier supports wildcard matching, which allows you to match on specific parts of the command line. For example:
* Match by executable path: `*/opt/apps/billing*`
* Match by argument: `*--env production*`
* Match by both: `*billing-service*--env production*`
Command-line arguments may contain sensitive information such as passwords, API keys, tokens, or connection strings. When you enable process identification, Aembit collects the full command line of matched processes. Make sure your application command lines don’t contain sensitive data before enabling this identifier, or refactor your applications to use environment variables or configuration files for sensitive values.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the Process Command Line identification method for Edge-based deployments on **Linux** [Virtual Machines](/user-guide/deploy-install/virtual-machine/).
To use this method of client workload identification, you must set the `AEMBIT_CLIENT_WORKLOAD_PROCESS_IDENTIFICATION_ENABLED` environment variable to `true`. By default, its value is `false`.
See [Edge Component environment variables reference](/reference/edge-components/edge-component-env-vars) for details.
## Create a Client Workload with a process command line identifier
[Section titled “Create a Client Workload with a process command line identifier”](#create-a-client-workload-with-a-process-command-line-identifier)
To configure a Client Workload with a Process Command Line identifier, follow these steps:
1. Log into your Aembit Tenant.
2. In the sidebar, click **Client Workloads**.
3. Click **+ New** to open the Client Workload editor panel.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Process Command Line**.

For **Value**, enter the command line pattern that identifies the Client Workload. You can use wildcards (`*`) to match parts of the command line.
For example:
* To match any process running a specific JAR file: `*billing-service.jar*`
* To match any process with a specific argument: `*--env production*`
* To match a specific command with arguments: `/usr/bin/java*billing-service.jar*`
If you’re unsure how to find the command line, see [Find the process command line](#find-the-process-command-line).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find the process command line
[Section titled “Find the process command line”](#find-the-process-command-line)
To find the full command line of a process on a Virtual Machine, follow these steps:
1. Open a terminal on your Virtual Machine.
2. Find the Process Identifier (PID) of your application:
```shell
ps aux | grep
```
3. Read the full command line from the `/proc` filesystem:
```shell
cat /proc//cmdline | tr '\0' ' '
```
Replace `` with the actual process ID from the previous step.
This command returns the full command line used to start the process, including the executable path and all arguments. Use this value (or a wildcard pattern based on it) as the Process Command Line in your Aembit Client Workload configuration.
# Process Name
> This document describes how the Process Name method identifies Client Workloads in Aembit for Virtual Machine deployments.
The Process Name Client Workload identification method is applicable to Virtual Machine deployments and utilizes the name of the process associated with the Client Workload to identify and distinguish it from other workloads.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
This method is suitable for Aembit Edge-based deployments.
## Configuration
[Section titled “Configuration”](#configuration)
As of **Agent Proxy** version 1.23.3002, to use this method of client workload identification, you must set the `AEMBIT_CLIENT_WORKLOAD_PROCESS_IDENTIFICATION_ENABLED` to `true`. By default, its value is `false`.
See [Edge Component environment variables reference](/reference/edge-components/edge-component-env-vars) for details.
### Aembit Cloud
[Section titled “Aembit Cloud”](#aembit-cloud)
1. Create a new Client Workload.
2. Choose **Process Name** for client identification.
3. In the **Value** field, enter the exact name of the process that represents the Client Workload.
### Finding the process name
[Section titled “Finding the process name”](#finding-the-process-name)
* Open a terminal on your Linux VM.
* Use system monitoring tools, or commands like `ps` or `top` on the virtual machine, to list running processes and identify the relevant process name.
Alternatively, you can often find the process name in the Client Workload’s configuration files or documentation.
### Uniqueness
[Section titled “Uniqueness”](#uniqueness)
Process name identification is inherently not unique, as processes with the same name could exist on multiple virtual machines. To enhance uniqueness, consider combining Process Name with other client identifiers, such as Hostname. For more information on using multiple identifiers effectively, see [Client Workload multiple identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) documentation to enhance uniqueness.
# Process Path
> How to identify workloads on Virtual Machines using the Process Path within Aembit
This page explains how to use the **Process Path** identifier to identify workloads deployed on **Virtual Machines**.
## Understanding the process path identifier
[Section titled “Understanding the process path identifier”](#understanding-the-process-path-identifier)
The Process Path is the full filesystem path to the executable binary of a Client Workload process running on a Virtual Machine. This identifier is useful when multiple applications share the same process name but exist in different directories.
For example, if you run multiple Java installations on the same machine, you can distinguish between them using their paths:
* `/usr/lib/jvm/java-17-openjdk/bin/java`
* `/usr/lib/jvm/java-11-openjdk/bin/java`
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the Process Path identification method for Edge-based deployments on **Linux** [Virtual Machines](/user-guide/deploy-install/virtual-machine/).
To use this method of client workload identification, you must set the `AEMBIT_CLIENT_WORKLOAD_PROCESS_IDENTIFICATION_ENABLED` environment variable to `true`. By default, its value is `false`.
See [Edge Component environment variables reference](/reference/edge-components/edge-component-env-vars) for details.
## Create a Client Workload with a process path identifier
[Section titled “Create a Client Workload with a process path identifier”](#create-a-client-workload-with-a-process-path-identifier)
To configure a Client Workload with a Process Path identifier, follow these steps:
1. Log into your Aembit Tenant.
2. In the sidebar, click **Client Workloads**.
3. Click **+ New** to open the Client Workload editor panel.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Process Path**.

For **Value**, enter the full path to the executable binary that represents the Client Workload.
For example, if your application runs from `/opt/myapp/bin/myapp`, enter `/opt/myapp/bin/myapp` in the **Value** field.
If you’re unsure how to find the path, see [Find the process path](#find-the-process-path).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find the process path
[Section titled “Find the process path”](#find-the-process-path)
To find the executable path of a process on a Virtual Machine, follow these steps:
Note
You can also find the process path in service definitions, systemd unit files, or application deployment scripts.
1. Open a terminal on your Virtual Machine.
2. Find the Process Identifier (PID) of your application:
```shell
ps aux | grep
```
3. Use `readlink` to get the full executable path:
```shell
readlink -f /proc//exe
```
Replace `` with the actual process ID from the previous step.
This command returns the full path to the executable binary. Use this value as the Process Path in your Aembit Client Workload configuration.
# Process User Name
> How to identify workloads on Virtual Machines using the Process User Name within Aembit
This page explains how to use the **Process User Name** identifier to identify workloads deployed on **Virtual Machines**.
## Understanding the process user name identifier
[Section titled “Understanding the process user name identifier”](#understanding-the-process-user-name-identifier)
The Process User Name is the name of the system user under which the Client Workload process runs on a Virtual Machine.\
This can help distinguish workloads based on ownership or context when multiple processes are running on the same VM.
This method is especially useful when workloads run under unique system users or user accounts.
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports the Process User Name identification method for Edge-based deployments on **Linux** [Virtual Machines](/user-guide/deploy-install/virtual-machine/).
## Create a Client Workload with a process user name identifier
[Section titled “Create a Client Workload with a process user name identifier”](#create-a-client-workload-with-a-process-user-name-identifier)
To configure a Client Workload with a Process User Name identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Process User Name**.
For **Value**, enter the exact user name under which the workload process runs on the Virtual Machine.
For example, if your process runs under the user `service-user`, enter `service-user` in the **Value** field.
If you’re unsure how to find the user name, see [Find the process user name](#find-the-process-user-name).
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find the process user name
[Section titled “Find the process user name”](#find-the-process-user-name)
To find the user name associated with a process on a Virtual Machine, follow these steps:
Note
You can also find the process user in service definitions, application launch scripts, or infrastructure configuration.
1. Open a terminal on your Virtual Machine.
2. Use a process monitoring command, such as:
```shell
ps aux | grep
```
3. Look at the `USER` column in the output to find the user running the process.
This is the value to use as the Process User Name in your Aembit Client Workload configuration.
# Redirect URI
> How to identify MCP client workloads using a Redirect URI within Aembit
This page explains how to use the **Redirect URI** identifier to identify MCP client workloads in Aembit.
## Understanding the Redirect URI identifier
[Section titled “Understanding the Redirect URI identifier”](#understanding-the-redirect-uri-identifier)
In OAuth 2.1, a redirect URI is the callback URL where the Authorization Server sends users after they authenticate. When an MCP client registers through Dynamic Client Registration (DCR), it provides its redirect URI.
In Aembit, the redirect URI serves a dual purpose: it’s both the OAuth callback URL and the identifier for your Client Workload. This enables granular Access Policies based on which MCP client is requesting access.
For example, if Gemini CLI registers with `http://localhost:7777/oauth/callback`, you configure a Client Workload with the Redirect URI identifier set to that value. This ensures only authorized MCP clients can obtain access tokens for your protected MCP servers.
For more about how redirect URIs work in MCP authorization flows, see [Redirect URIs](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#redirect-uris).
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
This method is for [MCP Authorization Server](/ai-guide/mcp/authorization-server/) deployments. It identifies MCP clients that connect to MCP servers protected by Aembit’s MCP Authorization Server.
## Create a Client Workload with a Redirect URI identifier
[Section titled “Create a Client Workload with a Redirect URI identifier”](#create-a-client-workload-with-a-redirect-uri-identifier)
To configure a Client Workload using the Redirect URI identifier, follow these steps:
1. Log into your Aembit Tenant.
2. In the sidebar, click **Client Workloads**.
3. Click **+ New** to open the Client Workload form.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Redirect URI**.
For **Value**, enter the redirect URI that your MCP client uses for OAuth callbacks.
For example: `http://localhost:7777/oauth/callback`
Optionally, add additional redirect URIs by clicking **+** to allow multiple MCP clients or multiple redirect URIs for a single client. If you don’t know the redirect URI for your MCP client, see [Find the redirect URI](#find-the-redirect-uri).
Redirect URI scope
Redirect URI is one of the identifier types available for MCP Client Workloads; the other is [CIMD Client ID](/user-guide/access-policies/client-workloads/identification/cimd-client-id). A Client Workload uses a single MCP identifier type, and you can’t combine it with other identifier types such as Hostname or Source IP Address to narrow the scope. You can add multiple redirect URIs to a single Client Workload, but each URI grants access through the associated Access Policy using OR logic. Any MCP client whose redirect URI matches one of the configured values receives access.
To maintain precise control, assign one redirect URI per Client Workload and create separate Access Policies for each MCP client you want to manage independently.
6. Under **MCP Authorization Configuration**, configure the **Enforce SSO** option:
* **On** (default) - Users must authenticate through a configured identity provider during the OAuth flow. When Enforce SSO is on, a multi-select dropdown appears listing the SSO identity providers configured for your tenant. By default, Aembit selects all identity providers. Deselect any that you don’t want to appear on the MCP authentication page for this Client Workload.
* **Off** - The OAuth flow completes without user authentication.
For architecture diagrams comparing these flows, see [MCP Authorization Server architecture](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#mcp-authorization-server-architecture).
7. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Port numbers for loopback URIs
For loopback IP addresses (`localhost` and `127.0.0.1`), Aembit ignores the port number during redirect URI matching. A Client Workload configured with `http://localhost:7777/oauth/callback` matches requests from any port, like `http://localhost:8080/oauth/callback`. This aligns with the MCP specification’s support for ephemeral ports.
## Find the redirect URI
[Section titled “Find the redirect URI”](#find-the-redirect-uri)
Each MCP client uses a specific redirect URI for OAuth callbacks. The following table lists redirect URIs for common MCP clients. Check your MCP client’s documentation to confirm its redirect URI.
**Local development:**
| MCP client | Redirect URI |
| ------------- | -------------------------------------- |
| MCP Inspector | `http://localhost:6274/oauth/callback` |
| Gemini CLI | `http://localhost:7777/oauth/callback` |
**Remote or cloud-hosted:**
| MCP client | Redirect URI |
| -------------- | --------------------------------------------- |
| Claude Desktop | `https://claude.ai/api/mcp/auth_callback` |
| Custom web app | `https://your-app.example.com/oauth/callback` |
For custom MCP clients, check the client’s OAuth configuration or documentation for its redirect URI.
# Source IP Address
> How to identify client workloads using Source IP address within Aembit
This page explains how to use the **Source IP Address** identifier to uniquely identify client workloads in Aembit.
## Understanding the source IP address identifier
[Section titled “Understanding the source IP address identifier”](#understanding-the-source-ip-address-identifier)
The Source IP Address refers to the IP address from which a client workload initiates a connection. This approach is only suitable in environments where workloads have stable private IP addresses. For example, administrators can assign static IPs or control dynamic assignment using mechanisms like DHCP reservations or IP pools. In such setups, the Source IP Address can serve as a reliable and straightforward identifier for client workloads.
This method is especially useful in environments where other identifiers (such as cloud metadata) are unavailable or hard to access.
Note that Source IP Address-based identification is only as consistent as the network topology and IP management practices.
## Applicable deployment types
[Section titled “Applicable deployment types”](#applicable-deployment-types)
Aembit supports Source IP Address-based identification for multiple deployment scenarios, including:
* Edge deployments in private data centers
* Virtual Machines or containers running on IaaS providers (AWS, Azure, GCP)
* Hybrid or on-premise workloads with stable internal IP addressing
## Create a client workload with a source IP address identifier
[Section titled “Create a client workload with a source IP address identifier”](#create-a-client-workload-with-a-source-ip-address-identifier)
To configure a Client Workload using the Source IP Address identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Source IP Address**.
For **Value**, enter the **private IP address** that the Client Workload uses to initiate outbound connections.
Example: `10.0.42.17`
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Finding the source IP address
[Section titled “Finding the source IP address”](#finding-the-source-ip-address)
To identify the Source IP Address of a workload, use the IP address assigned to its primary network interface. On virtual machines, this is typically the IP associated with `eth0`, `ensX`, or a similar interface.
This IP should match the one used by the workload when initiating outbound connections through the Aembit Edge Proxy.
# Terraform Cloud Organization ID
> How to identify Terraform Cloud Workloads using the organization ID from a Terraform Cloud Identity Token in Aembit
This page explains how to use the **Terraform Cloud ID Token Organization ID** identifier to uniquely identify Terraform workloads running on **Terraform Cloud (TFC)** using a Terraform Cloud ID Token.
## Understanding the Terraform Cloud ID token organization ID
[Section titled “Understanding the Terraform Cloud ID token organization ID”](#understanding-the-terraform-cloud-id-token-organization-id)
When Terraform Cloud executes runs, it can issue an [OIDC-compliant identity token](https://developer.hashicorp.com/terraform/enterprise/workspaces/dynamic-provider-credentials/workload-identity-tokens) that includes an `terraform_organization_id` claim. This value uniquely identifies the Terraform Cloud organization under which the workload runs. Aembit uses this value to associate a Terraform run with a specific Client Workload.
For example, an organization ID might look like: `org-GRNbCjYNpBB6NEH9`
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports this identifier only when you use the [Aembit Terraform provider](https://registry.terraform.io/providers/Aembit/aembit/latest).
## Create a Client Workload with a Terraform Cloud ID Token identifier
[Section titled “Create a Client Workload with a Terraform Cloud ID Token identifier”](#create-a-client-workload-with-a-terraform-cloud-id-token-identifier)
To configure a Client Workload using the Terraform Cloud ID Token identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Terraform Cloud ID Token Organization ID**.
For **Value**, enter the Terraform Cloud Organization ID associated with the workload.
For example: `org-GRNbCjYNpBB6NEH9`
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find Terraform cloud organization ID
[Section titled “Find Terraform cloud organization ID”](#find-terraform-cloud-organization-id)
1. Log into [Terraform Cloud](https://app.terraform.io).
2. Choose your organization.
3. In the left navigation menu, click **Settings**.
4. Under **General Settings**, you’ll find the **Organization ID** at the top of the page.
# Terraform Cloud Project ID
> How to identify Terraform Cloud Workloads using the project ID from a Terraform Cloud Identity Token in Aembit
This page explains how to use the **Terraform Cloud ID Token Project ID** identifier to uniquely identify Terraform workloads running on **Terraform Cloud (TFC)** using a Terraform Cloud ID Token.
## Understanding the Terraform Cloud ID token project ID
[Section titled “Understanding the Terraform Cloud ID token project ID”](#understanding-the-terraform-cloud-id-token-project-id)
When Terraform Cloud executes runs, it can issue an [OIDC-compliant identity token](https://developer.hashicorp.com/terraform/enterprise/workspaces/dynamic-provider-credentials/workload-identity-tokens) that includes an `terraform_project_id` claim. This value uniquely identifies the Terraform Cloud project under which the workload runs. Aembit uses this value to associate a Terraform run with a specific Client Workload.
For example, an project ID might look like: `prj-vegSA59s1XPwMr2t`
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports this identifier only when you use the [Aembit Terraform provider](https://registry.terraform.io/providers/Aembit/aembit/latest).
## Create a Client Workload with a Terraform Cloud ID Token identifier
[Section titled “Create a Client Workload with a Terraform Cloud ID Token identifier”](#create-a-client-workload-with-a-terraform-cloud-id-token-identifier)
To configure a Client Workload using the Terraform Cloud ID Token identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Terraform Cloud ID Token Project ID**.
For **Value**, enter the Terraform Cloud Project ID associated with the workload.
For example: `prj-vegSA59s1XPwMr2t`
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
Client Workload identifier uniqueness
When you identify a Client Workload using a single identifier such as this one in a complex environment, this identifier may not always provide sufficient uniqueness.
To avoid Aembit unintentionally matching something beyond what it’s intended to match, Aembit recommends that you set additional identifiers to compliment this one, creating a Client Workload identity that’s unique across your environment.
See [Using multiple Client Workload identifiers](/user-guide/access-policies/client-workloads/identification/client-workload-multiple-ids) for guidance on combining this identifier with more specific identifiers such as those on the [Client Workload Identifiers overview](/user-guide/access-policies/client-workloads/identification/) page, which includes vendor- and technology-specific identifiers.
## Find Terraform cloud project ID
[Section titled “Find Terraform cloud project ID”](#find-terraform-cloud-project-id)
1. Log into [Terraform Cloud](https://app.terraform.io).
2. Choose your organization.
3. In the left navigation menu, click **Projects**.
4. Choose your project.
5. Open the project’s **Settings** > **General**; the **Project ID** (prefixed `prj-`) appears there.
# Terraform Cloud Workspace ID
> How to identify Terraform Cloud Workloads using the workspace ID from a Terraform Cloud Identity Token in Aembit
This page explains how to use the **Terraform Cloud ID Token Workspace ID** identifier to uniquely identify Terraform workloads running on **Terraform Cloud (TFC)** using a Terraform Cloud ID Token.
## Understanding the Terraform Cloud ID token workspace ID
[Section titled “Understanding the Terraform Cloud ID token workspace ID”](#understanding-the-terraform-cloud-id-token-workspace-id)
When Terraform Cloud executes runs, it can issue an [OIDC-compliant identity token](https://developer.hashicorp.com/terraform/enterprise/workspaces/dynamic-provider-credentials/workload-identity-tokens) that includes an `terraform_workspace_id` claim. This value uniquely identifies the Terraform Cloud workspace under which the workload runs. Aembit uses this value to associate a Terraform run with a specific Client Workload.
For example, an workspace ID might look like: `ws-mbsd5E3Ktt5Rg2Xm`
## Applicable deployment type
[Section titled “Applicable deployment type”](#applicable-deployment-type)
Aembit supports this identifier only when you use the [Aembit Terraform provider](https://registry.terraform.io/providers/Aembit/aembit/latest).
## Create a Client Workload with a Terraform Cloud ID Token identifier
[Section titled “Create a Client Workload with a Terraform Cloud ID Token identifier”](#create-a-client-workload-with-a-terraform-cloud-id-token-identifier)
To configure a Client Workload using the Terraform Cloud ID Token identifier, follow these steps:
1. Log into your Aembit Tenant.
2. Click **Client Workloads** in the left nav pane.
3. Click **New**, revealing the **Client Workload** pop out menu.
4. Enter the **Name** and optional **Description** for the Client Workload.
5. Under **Client Identification**, select **Terraform Cloud ID Token Workspace ID**.
For **Value**, enter the Terraform Cloud Workspace ID associated with the workload.
For example: `ws-mbsd5E3Ktt5Rg2Xm`
6. Click **Save**.
Aembit displays the new Client Workload on the **Client Workloads** page.
## Find Terraform cloud workspace ID
[Section titled “Find Terraform cloud workspace ID”](#find-terraform-cloud-workspace-id)
1. Log into [Terraform Cloud](https://app.terraform.io).
2. Choose your organization.
3. In the left navigation menu, click **Workspaces**.
4. Choose your workspace.
5. Open **Settings** > **General** for the workspace; the **Workspace ID** (prefixed `ws-`) appears there.
# Create an Access Policy
> How to create an Access Policy using the Access Policy Builder interface
This guide walks you through creating an Access Policy**Access Policy**: Access Policies define, enforce, and audit access between Client and Server Workloads by cryptographically verifying workload identity and contextual factors rather than relying on static secrets.[Learn more](/get-started/concepts/access-policies) using the Access Policy Builder. The example creates an AWS cloud-native policy that allows EC2 instances in Washington State to access AWS S3 buckets.
## Prerequisites
[Section titled “Prerequisites”](#prerequisites)
* Access to the Aembit Admin UI
* Appropriate permissions to create Access Policies and their components
Feature flag
To use the Access Policy Builder described in this guide, enable **Use new access policy** in your user preferences.
How to enable the feature flag
1. In the Aembit Admin UI, click your username in the bottom of the left sidebar.
2. Select **Profile** from the dropdown menu.
3. Select **Preferences** section, toggle on **Use new access policy**.
4. Enable **Access Policy: Use new access policy** in the **User Interface** section.

## Open the Access Policy Builder
[Section titled “Open the Access Policy Builder”](#open-the-access-policy-builder)
1. In the Aembit Admin UI, select **Access Policies** from the left sidebar.

2. Click **+ New** to open the Access Policy Builder.

The Access Policy Builder displays a component card for each part of the policy in the right panel. An **Access Policy** status card on the left summarizes the policy and tracks each component’s configuration status. Configure each component from its card in the right panel:
* **Client Workload**Client Workload**: Client Workloads represent software applications, scripts, or automated processes that initiate access requests to Server Workloads, operating autonomously without direct user interaction.[Learn more](/get-started/concepts/client-workloads)** (Required) - The application requesting access
* **Server Workload**Server Workload**: Server Workloads represent target services, APIs, databases, or applications that receive and respond to access requests from Client Workloads.[Learn more](/get-started/concepts/server-workloads)** (Required) - The service being accessed
* **Trust Providers**Trust Provider**: Trust Providers validate Client Workload identities through workload attestation, verifying identity claims from the workload's runtime environment rather than relying on pre-shared secrets.[Learn more](/get-started/concepts/trust-providers)** (Recommended) - Identity verification method
* **Access Conditions**Access Condition**: Access Conditions add dynamic, context-aware constraints to authorization by evaluating circumstances like time, location, or security posture to determine whether to grant access.[Learn more](/get-started/concepts/access-conditions)** (Recommended) - Additional access constraints
* **Credential Provider**Credential Provider**: Credential Providers obtain the specific access credentials—such as API keys, OAuth tokens, or temporary cloud credentials—that Client Workloads need to authenticate to Server Workloads.[Learn more](/get-started/concepts/credential-providers)** - How credentials are obtained
Change the requirement of each Access Policy component based on your organization’s compliance needs, using [Global Policy Compliance](/user-guide/administration/global-policy/).
## Configure the Access Policy details
[Section titled “Configure the Access Policy details”](#configure-the-access-policy-details)
The **Access Policy** panel displays by default when you open the builder, so you can name and save the policy first.
1. In the **Name** field, enter a name for your Access Policy.
2. (Optional) In the **Description** field, add a description to help identify the policy’s purpose.
3. (Optional) In the **Tags** section, click **+ New Tag** to add tags for organization.

## Add a Client Workload
[Section titled “Add a Client Workload”](#add-a-client-workload)
In the **Client Workload** card in the right panel, click **+ Configure** to configure the client application.
Each component in the Access Policy Builder offers two options:
* **Add New** - Create a new component directly within the builder. The component saves to your tenant and associates with this policy.
* **Select Existing** - Choose from components you’ve already created. This lets you reuse components across multiple policies.
For detailed information about Client Workload configuration options and identification types, see [Client Workloads](/user-guide/access-policies/client-workloads/).
* Add New
To create a new Client Workload:
1. Select the **Add New** tab if not already selected.

2. In the **Name** field, enter a name for the Client Workload.
3. (Optional) In the **Description** field, add context about the workload.
4. From the **Client Identification** dropdown, select an identification type. For AWS EC2 instances, select **AWS EC2 Instance Id**.
5. In the **Value** field, enter the identification value (for example, `i-0abc123def456789a`).
6. (Optional) Click **+ Additional Client Identifier** to add more identifiers.
7. Click **Save** to add the Client Workload to the policy.

* Select Existing
To use an existing Client Workload:
1. Select the **Select Existing** tab.

2. Use the search field to filter the list.
3. Click a row to select a Client Workload. The selected row highlights with an orange border.

4. Click **Use Selected** to add it to the policy.
## Add a Server Workload
[Section titled “Add a Server Workload”](#add-a-server-workload)
In the **Server Workload** card in the right panel, click **+ Configure** to configure the target service.
For detailed information about Server Workload configuration options, protocols, and authentication methods, see [Server Workloads](/user-guide/access-policies/server-workloads/).
* Add New
To create a new Server Workload:
1. Select the **Add New** tab if not already selected.

2. In the **Name** field, enter a name for the Server Workload (for example, `AWS S3 Storage Bucket`).
3. (Optional) In the **Description** field, add context about the workload.
4. In the **Service Endpoint** section, configure the connection details:
* **Host**: Enter the service hostname (for example, `s3.us-west-2.amazonaws.com`).
* **Application Protocol**: Select the protocol (for example, **HTTP**).
* **Transport Protocol**: Select **TCP** (default).
* **Port**: Enter the port number (for example, `443`). This field auto-populates based on the selected protocol.
* **TLS**: Select this checkbox for secure connections.
* **Forward to Port**: (Optional) Enter the destination port if different from the incoming port.
5. (Optional) From the **Authentication Method** dropdown, select an authentication method if the server requires it.
6. Click **Save** to add the Server Workload to the policy.

* Select Existing
To use an existing Server Workload:
1. Select the **Select Existing** tab.

2. Use the search field to filter the list.
3. Click a row to select a Server Workload. The selected row highlights with an orange border.

4. Click **Use Selected** to add it to the policy.
## Add a Trust Provider
[Section titled “Add a Trust Provider”](#add-a-trust-provider)
In the **Trust Provider** card in the right panel, click **+ Configure** to configure identity verification.
For detailed information about Trust Provider types and match rule configuration, see [Trust Providers](/user-guide/access-policies/trust-providers/).
* Add New
To create a new Trust Provider:
1. Select the **Add New** tab if not already selected.

2. In the **Name** field, enter a name for the Trust Provider.
3. (Optional) In the **Description** field, add context about the provider.
4. From the **Trust Provider** dropdown, select a provider type:
* **AWS Metadata Service** - For AWS EC2 instance identity verification
* **AWS Role** - For AWS Identity and Access Management (IAM) role-based trust
* **Azure Instance Metadata Service** - For Azure Virtual Machine (VM) identity
* **Certificate Signed Attestation** - For cryptographically signed attestation documents
* **GCP Identity Token** - For Google Cloud Platform (GCP) identity
* **GitHub Action ID Token** - For GitHub Actions workflows
* **GitLab Job ID Token** - For GitLab CI/CD pipelines
* **Kerberos** - For Active Directory environments
* **Kubernetes Service Account** - For Kubernetes workload identity
* **OIDC ID Token** - For generic OpenID Connect (OIDC) providers
* **SAMLv2 Response** - For SAML identity provider responses
* **Terraform Cloud Identity Token** - For Terraform Cloud workspaces
5. Configure the type-specific settings. For most provider types, configure **Match Rules** to specify which identity claims to verify.
6. Click **Save** to add the Trust Provider to the policy.

To add multiple Trust Providers, click **+ Add Another** after saving the first one, then choose **Add New** to create another provider or **Select Existing** to choose from existing providers.
* Select Existing
To use an existing Trust Provider:
1. Select the **Select Existing** tab.

2. Use the search field to filter the list.
3. Click a row to select a Trust Provider. The selected row highlights with an orange border.

4. Click **Use Selected** to add it to the policy.
## Add Access Conditions (optional)
[Section titled “Add Access Conditions (optional)”](#add-access-conditions-optional)
In the **Access Conditions** card in the right panel, click **+ Configure** to add optional access constraints. Access Conditions provide additional security by restricting access based on factors like geographic location or time of day.
For detailed information about Access Condition types and integration options, see [Access Conditions](/user-guide/access-policies/access-conditions/).
Unlike the other components, the Access Conditions panel has no **Add New** or **Select Existing** tabs. You configure the condition directly in the panel.
1. In the **Name** field, enter a name for the Access Condition (for example, `Washington State Location`).

2. (Optional) In the **Description** field, add context about the condition.
3. From the **Integration** dropdown, select a condition type:
* **Aembit GeoIP Condition** - Restrict access based on geographic location
* **Aembit Time Condition** - Restrict access based on time windows
* Other third-party integrations as configured in your tenant
4. Configure the integration-specific settings. For GeoIP conditions:
* Click **Add Country** to add a location rule.
* From the **Country** dropdown, select a country (for example, `United States of America`).
* (Optional) From the **Subdivision** dropdown, select a specific state or region (for example, `Washington`).
5. Click **Save** to add the Access Condition to the policy.

## Add a Credential Provider
[Section titled “Add a Credential Provider”](#add-a-credential-provider)
In the **Credential Provider** card in the right panel, click **+ Configure** to configure how the policy obtains credentials for accessing the Server Workload.
For detailed information about Credential Provider types and configuration options, see [Credential Providers](/user-guide/access-policies/credential-providers/).
* Add New
To create a new Credential Provider:
1. Select the **Add New** tab if not already selected.

2. In the **Name** field, enter a name for the Credential Provider (for example, `AWS S3 Access Credential`).
3. (Optional) In the **Description** field, add context about the credential.
4. From the **Credential Type** dropdown, select a credential type:
* **Aembit Access Token** - For Aembit-native authentication
* **API Key** - For static API key credentials
* **AWS Secrets Manager Value** - For credentials stored in AWS Secrets Manager
* **AWS Security Token Service Federation** - For AWS STS AssumeRole credentials
* **Azure Entra Identity Federation** - For Azure identity federation
* **Azure Key Vault Secret Value** - For credentials stored in Azure Key Vault
* **Google Workload Identity Federation** - For GCP identity federation
* **OAuth 2.0 Client Credentials** - For OAuth client credentials flow
5. Configure the type-specific settings. For AWS Security Token Service Federation:
* **OIDC Issuer URL**: Auto-populated with your tenant’s identity URL.
* **AWS IAM Role Arn**: Enter the Amazon Resource Name (ARN) of the IAM role to assume (for example, `arn:aws:iam::123456789012:role/AembitS3AccessRole`).
* **Aembit IdP Token Audience**: The Identity Provider (IdP) token audience, auto-populated with `sts.amazonaws.com`.
* **Lifetime**: Set the credential lifetime in seconds (default: `3600`).
6. Click **Save** to add the Credential Provider to the policy.

* Select Existing
To use an existing Credential Provider:
1. Select the **Select Existing** tab.

2. Use the search field to filter the list.
3. Click a row to select a Credential Provider. The selected row highlights with an orange border.

4. Click **Use Selected** to add it to the policy.
## Save the Access Policy
[Section titled “Save the Access Policy”](#save-the-access-policy)
After configuring all required components, you can save the Access Policy.
1. In the **Access Policy** status card on the left, confirm each required component shows a green **Configured** status. Click a component in the status card to jump to its details on the right:
* Client Workload
* Server Workload
* Trust Provider
* Credential Provider

2. In the header, click **Save Policy** to save the policy without activating it, or click **Save Policy & Activate** to save and activate it in one step.

The Access Policy now governs access from the configured Client Workload to the Server Workload based on the Trust Provider verification, Access Conditions, and Credential Provider settings.
Allow time for changes to take effect
Access Policy changes apply in near-real-time, but not instantly. After you create, edit, or activate a policy, allow a short time for the change to take effect.
# Credential Providers
> This document provides a high-level description of Credential Providers
This section covers Credential Providers in Aembit, which you can use to provide access credentials to Client Workloads so they can access Server Workloads securely.
Reuse this in another Resource Set
You can copy a Credential Provider to another Resource Set. See [About component copying](/user-guide/administration/resource-sets/about-component-copying/) to learn more.
The following pages provide information about different Credential Provider types and how to configure them:
* [Aembit Access Token](/user-guide/access-policies/credential-providers/aembit-access-token)
* [API Key](/user-guide/access-policies/credential-providers/api-key)
* [AWS Secrets Manager](/user-guide/access-policies/credential-providers/aws-secrets-manager)
* [AWS Security Token Service Federation](/user-guide/access-policies/credential-providers/aws-security-token-service-federation)
* [AWS SigV4](/user-guide/access-policies/credential-providers/aws-sigv4)
* [Azure Entra Workload Identity Federation](/user-guide/access-policies/credential-providers/azure-entra-workload-identity-federation)
* [Azure Key Vault](/user-guide/access-policies/credential-providers/azure-key-vault)
* [Claude Workload Identity Federation](/user-guide/access-policies/credential-providers/claude-workload-identity-federation)
* [Google GCP Workload Identity Federation](/user-guide/access-policies/credential-providers/google-workload-identity-federation)
* [JSON Web Token (JWT)](/user-guide/access-policies/credential-providers/json-web-token)
* [JWT-SVID Token](/user-guide/access-policies/credential-providers/spiffe-jwt-svid)
* [Managed GitLab Account](/user-guide/access-policies/credential-providers/managed-gitlab-account)
* [MCP User-Based Access Token](/user-guide/access-policies/credential-providers/mcp-user-based-access-token)
* [OAuth 2.0 Authorization Code](/user-guide/access-policies/credential-providers/oauth-authorization-code)
* [OAuth 2.0 Client Credentials](/user-guide/access-policies/credential-providers/oauth-client-credentials)
* [OIDC ID Token](/user-guide/access-policies/credential-providers/oidc-id-token)
* [OpenAI API Workload Identity Federation](/user-guide/access-policies/credential-providers/openai-workload-identity-federation)
* [Username Password](/user-guide/access-policies/credential-providers/username-password)
* [Vault Client Token](/user-guide/access-policies/credential-providers/vault-client-token)
* [X.509-SVID](/user-guide/access-policies/credential-providers/spiffe-x509-svid)
### About Credential Providers
[Section titled “About Credential Providers”](#about-credential-providers)
* [About JWT-SVID Tokens](/user-guide/access-policies/credential-providers/about-spiffe-jwt-svid)
* [About MCP User-Based Access Tokens](/user-guide/access-policies/credential-providers/about-mcp-user-based-access-token)
* [About OIDC ID Tokens](/user-guide/access-policies/credential-providers/about-oidc-id-token)
* [About X.509-SVID](/user-guide/access-policies/credential-providers/about-spiffe-x509-svid)
### Advanced options
[Section titled “Advanced options”](#advanced-options)
* [Private Network Access](/user-guide/access-policies/credential-providers/private-network-access)
* [Multiple Credential Providers](/user-guide/access-policies/credential-providers/multiple-credential-providers)
* [HashiCorp Vault Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-vault)
* [OIDC ID Token Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc)
* [Multiple Credential Providers Terraform](/user-guide/access-policies/credential-providers/advanced-options/multiple-credential-providers-terraform)
### Integrations
[Section titled “Integrations”](#integrations)
* [About Credential Provider Integrations](/user-guide/access-policies/credential-providers/integrations)
* [AWS IAM Role](/user-guide/access-policies/credential-providers/integrations/aws-iam-role)
* [Azure Entra Federation](/user-guide/access-policies/credential-providers/integrations/azure-entra-federation)
* [GitLab Dedicated Self-Managed](/user-guide/access-policies/credential-providers/integrations/gitlab-dedicated-self)
* [GitLab Service Account](/user-guide/access-policies/credential-providers/integrations/gitlab)
# About the MCP User-Based Access Token Credential Provider
> How the MCP User-Based Access Token Credential Provider manages per-user OAuth credentials for MCP server access
The MCP User-Based Access Token Credential Provider retrieves and manages OAuth 2.0 credentials on a per-user basis for [Model Context Protocol (MCP)](/ai-guide/mcp/) server access. The standard [OAuth 2.0 Authorization Code](/user-guide/access-policies/credential-providers/oauth-authorization-code/) Credential Provider stores tokens for the Aembit administrator who authorizes the integration. This type stores tokens for each end user who authenticates through the MCP authorization flow.
Use this Credential Provider with the [MCP Identity Gateway](/ai-guide/mcp/identity-gateway/), where multiple users access MCP servers through a shared Gateway. Each user completes their own OAuth consent flow, and Aembit stores and rotates their tokens individually.
See [Configure MCP User-Based Access Token](/user-guide/access-policies/credential-providers/mcp-user-based-access-token/) to create one.
## How it works
[Section titled “How it works”](#how-it-works)
When a user first accesses an MCP server through the MCP Identity Gateway:
1. Aembit detects that no credentials exist for that user and MCP server.
2. Aembit redirects the user to the MCP server’s authorization endpoint to authenticate and grant consent.
3. Aembit stores the resulting access and refresh tokens, associating them with that specific user.
4. On subsequent requests, Aembit retrieves the user’s stored credentials and handles token refresh automatically.
Unlike the standard OAuth 2.0 Authorization Code Credential Provider, this type doesn’t require an administrator to click **Authorize** during setup. Instead, each user completes their own OAuth consent flow the first time they access the MCP server through the Gateway.
## When to use this type
[Section titled “When to use this type”](#when-to-use-this-type)
**Required** — Use **MCP User-Based Access Token** when:
* You are configuring a **Gateway-to-Server** Access Policy for the [MCP Identity Gateway](/ai-guide/mcp/identity-gateway/) and need per-user credential isolation
* The MCP server requires per-user OAuth credentials (most SaaS MCP servers)
* Multiple users share the same Access Policy but each user must authenticate individually
This is the standard Credential Provider type for Gateway-to-Server policies. Most MCP Identity Gateway deployments require it because SaaS MCP servers issue credentials scoped to individual users.
**Not required** — Use **[OAuth 2.0 Authorization Code](/user-guide/access-policies/credential-providers/oauth-authorization-code/)** instead when:
* An Aembit administrator authorizes the integration once and all users share those credentials
* The MCP server accepts a single shared credential (for example, a service account)
* Per-user credential isolation isn’t needed
## Role in MCP Identity Gateway
[Section titled “Role in MCP Identity Gateway”](#role-in-mcp-identity-gateway)
The [MCP Identity Gateway](/ai-guide/mcp/identity-gateway/) requires a Credential Provider for its Gateway-to-Server Access Policy. Which type you use depends on whether the MCP server issues credentials per user or accepts a shared credential:
* **Per-user credentials (most SaaS MCP servers)** — Use MCP User-Based Access Token. The MCP server issues OAuth tokens scoped to individual users, so each person must complete their own authorization flow. This is the standard configuration for most Gateway deployments.
* **Shared credentials** — Use [OAuth 2.0 Authorization Code](/user-guide/access-policies/credential-providers/oauth-authorization-code/) or [Aembit Access Token](/user-guide/access-policies/credential-providers/aembit-access-token/). An administrator authorizes the integration once, and all users share those credentials. This works when the MCP server accepts a single service account or shared token.
### Why per-user credentials matter
[Section titled “Why per-user credentials matter”](#why-per-user-credentials-matter)
The MCP Identity Gateway enforces a separation between the credentials AI agents use and the credentials for MCP servers:
* **Agent-to-Gateway** — The AI agent holds a token that identifies both the agent and the user. This token is only valid against the MCP Identity Gateway.
* **Gateway-to-MCP server** — The Credential Provider manages tokens that are valid against the MCP server. The Gateway never exposes these tokens to AI agents.
MCP traffic carries two identities: the MCP client (workload) identity and the user (human) identity. The MCP client identity determines *which* AI agents can connect, while the user identity determines *who* can access which MCP servers. When you use MCP User-Based Access Token, the Credential Provider uses the user identity to store and retrieve the correct OAuth tokens for each individual — maintaining credential isolation even though all users share the same Access Policy.
For the full architectural explanation, see [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/).
## Related topics
[Section titled “Related topics”](#related-topics)
* [Configure MCP User-Based Access Token](/user-guide/access-policies/credential-providers/mcp-user-based-access-token/) - Step-by-step configuration guide
* [MCP Identity Gateway setup](/ai-guide/mcp/identity-gateway/setup-mcp-gateway/) - How to configure Gateway-to-Server Access Policies that use this Credential Provider
* [MCP Identity Gateway concepts](/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/) - How the MCP Identity Gateway uses per-user credentials
# About the OIDC ID Token Credential Provider
> This page describes the OIDC ID Token Credential Provider and how it works
The OIDC ID Token Credential Provider enables secure identity token generation and exchange with third-party services.
By leveraging Aembit’s custom Identity Provider (IdP) capabilities, the OIDC ID Token Credential Provider generates JWT-formatted tokens that you can use with different Workload Identity Federation (WIF) solutions.
The Credential Provider supports:
* Custom claims configuration
* Flexible signing algorithms
* Integration with identity brokers (AWS STS, GCP WIF, Azure WIF, Vault, etc.)
See [Create an OIDC ID Token Credential Provider](/user-guide/access-policies/credential-providers/oidc-id-token) to create one.
## Common use cases
[Section titled “Common use cases”](#common-use-cases)
* **Cloud Provider Access** - Securely access to AWS, GCP, or Azure resources using their respective WIF solutions.
* **Vault Integration** - Authenticate with HashiCorp Vault using OIDC tokens.
* **Custom Service Authentication** - Integrate with any service that supports OIDC/JWT authentication.
## How the OIDC ID Token Credential Provider works
[Section titled “How the OIDC ID Token Credential Provider works”](#how-the-oidc-id-token-credential-provider-works)
1. **Token Generation** - Aembit’s custom IdP generates JWT-formatted OIDC tokens and signs them using your Aembit Tenant-specific keys.
2. **Client identification** - Aembit identifies each IdP client configuration using an Aembit-specific Uniform Resource Name (URN) notation as its `client_id` (for example: `aembit:useast2:1ed42e:identity:oidc-idtoken:2821c459-5541-4a59-9add-d69d5b3ae3db`).
Custom claims
If you’re creating custom claims when configuring an OIDC ID Token Credential Provider, don’t use `client_id` as Aembit reserves the value to identify Client Workloads.
3. **Token Exchange** - The Credential Provider requests tokens from Aembit’s IdP and then exchanges these tokens with external identity brokers to obtain service-specific credentials for the workload.
## Configuration options
[Section titled “Configuration options”](#configuration-options)
The following sections detail the configuration options you have for the OIDC ID Token Credential Provider:
### Claims configuration
[Section titled “Claims configuration”](#claims-configuration)
Aembit’s IdP supports dynamic token generation with the following capabilities:
* **Dynamic Claims** - You can specify Claims at token request time, eliminating the need for pre-configuration. Use the syntax `${expression}` to create dynamic values, such as `${oidc.identityToken.decode.payload.user_email}` to extract claims from incoming OIDC tokens.
* **Client Identification** - Aembit identifies each IdP client (such as Aembit Cloud user, Agent Proxy, or Credential Provider-Workload association) using a unique `client_id` value.
* **Token Customization** - Generated tokens follow configurations associated with the specified IdP client, including claims, scopes, and other parameters.
* **OIDC Token Extraction** - Extract claims from OIDC tokens in credential data using the `.decode.payload` command in templates, for example: `${oidc.identityToken.decode.payload.user_login}`.
See the list of [Common OIDC claims](#common-oidc-claims) for more info.
#### Subject configuration options
[Section titled “Subject configuration options”](#subject-configuration-options)
The OIDC ID Token Credential Provider offers two methods for configuring the subject claim in OIDC ID tokens:
* **Dynamic subject** - Aembit’s Credential Provider determines the subject value at runtime by evaluating runtime variables and the requesting workload’s identity. This allows Aembit to adapt to different callers, generating appropriate subject values for each.
Use dynamic subjects when you need the token’s subject to accurately reflect the identity of the calling entity, or when different workloads should have different subjects in their tokens.
* **Literal subject** - You provide a fixed, predefined string that Aembit uses as the subject claim in all tokens the OIDC ID Token Credential Provider issues.
Use literal subjects when you’re integrating with a system that expects a specific, unchanging subject value, or when you want to abstract the actual identity of the calling entity.
### Signing configuration
[Section titled “Signing configuration”](#signing-configuration)
Aembit manages signing keys on a per-tenant basis and has the following characteristics:
* uses the signature algorithm that you choose when setting up your IdP client; either **RS256** or **ES256**.
* maintains different sets of keys for each associated signing algorithm.
* makes all keys available via the public JSON Web Key Set (JWKS) interface.
### Refresh token support
[Section titled “Refresh token support”](#refresh-token-support)
The OIDC ID Token Credential Provider supports optional refresh token configuration for [MCP Authorization Server](/ai-guide/mcp/authorization-server/) use cases. When you enable refresh token support, MCP clients can maintain longer-lived sessions through token rotation without completing a new authorization flow.
For details on how refresh tokens work, see [Token refresh](/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#token-refresh). For configuration steps, see [Create an OIDC ID Token Credential Provider](/user-guide/access-policies/credential-providers/oidc-id-token).
### Identity broker integration
[Section titled “Identity broker integration”](#identity-broker-integration)
The OIDC ID Token Credential Provider supports integration with different identity brokers through configurable options:
* **Endpoint Configuration** -
* You specify the HTTP/S endpoint URL
* You configure custom headers as needed
* **Request Formatting** -
* Aembit formats request bodies as JSON (with XML support planned for future releases)
* **Response Parsing** -
* The Credential Provider parses JSON responses (with XML support planned for future releases)
* You can configure cache lifetime management
## Implementation notes
[Section titled “Implementation notes”](#implementation-notes)
* The Credential Provider builds on existing WIF Credential Provider capabilities.
* Current JWKS endpoint implementation aligns with industry standards (AWS EKS, Google APIs, Okta, GitHub), which typically use RS256 algorithms.
* Aembit recommends testing when using with identity brokers that may have specific algorithm requirements.
## Common OIDC claims
[Section titled “Common OIDC claims”](#common-oidc-claims)
The following table describes some common OIDC claims and how to configure them:
| Claim | Description | Type | Configuration Examples |
| ------------ | --------------------------------------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `iss` | **Issuer** - Identifies Aembit as the OIDC provider | Auto-generated | Aembit automatically generates this based on your Aembit Tenant, but you can customize it to match external system requirements. |
| `sub` | **Subject** - Unique identifier for the workload | Dynamic/Literal | **Dynamic**: `${oidc.identityToken.decode.payload.user_login}` **Literal**: `fixed-subject-value` |
| `aud` | **Audience** - Intended recipient of the token | Literal | Enter the URI or identifier of your target service (for example, `https://sts.amazonaws.com` for AWS, `https://www.googleapis.com/oauth2/v4/token` for GCP). |
| `exp` | **Expiration** - When the token becomes invalid | Auto-generated | Set the **Lifetime** in minutes (for example, `60` for 1 hour). |
| `iat` | **Issued At** - Token creation time | Auto-generated | Automatically set by Aembit when the token upon issuance. |
| `nbf` | **Not Before** - Token validity start time | Auto-generated | Automatically set by Aembit when the token upon issuance. |
| `jti` | **JWT ID** - Unique token identifier | Auto-generated | Automatically generated by Aembit to prevent replay attacks. |
| `email` | **Email** - User’s email address | Dynamic/Literal | **Dynamic**: `${oidc.identityToken.decode.payload.user_email}` **Literal**: `user@company.com` |
| `groups` | **Groups** - User’s group memberships | Dynamic/Literal | **Dynamic**: `${oidc.identityToken.decode.payload.groups}` **Literal**: `developers,admins` |
| `role` | **Role** - User’s role or permission level | Dynamic/Literal | **Dynamic**: `${oidc.identityToken.decode.payload.role}` **Literal**: `admin` |
| `department` | **Department** - User’s organizational department | Dynamic/Literal | **Dynamic**: `${oidc.identityToken.decode.payload.department}` **Literal**: `engineering` |
Using custom claims
If you’re creating custom claims when configuring an OIDC ID Token Credential Provider, don’t use `client_id` as Aembit reserves the value to identify Client Workloads.
# About the JWT-SVID Token Credential Provider
> This page describes the JWT-SVID Token Credential Provider and how it works
The JSON Web Token-SPIFFE Verifiable Identity Document (JWT-SVID) Token Credential Provider enables secure identity token generation that complies with the [SPIFFE (Secure Production Identity Framework for Everyone)](https://spiffe.io) standard. This Credential Provider functions similarly to the [OIDC ID Token Credential Provider](/user-guide/access-policies/credential-providers/about-oidc-id-token), but enforces SPIFFE-specific requirements for the subject claim format.
By leveraging Aembit’s Trust Provider attestation and credential management capabilities, the JWT-SVID Token Credential Provider generates JWT-formatted tokens that follow the [SPIFFE JWT-SVID specification](https://spiffe.io/docs/latest/keyless/). This allows Client Workloads to authenticate with SPIFFE-aware systems without running separate SPIRE infrastructure.
The JWT-SVID Token Credential Provider supports:
* SPIFFE-compliant subject format (must start with `spiffe://`)
* Dynamic or literal SPIFFE ID configuration
* Standard signing algorithms (RS256 and ES256)
* Custom claims for enhanced identity context
* JWKS endpoint for token verification
* Automatic issuer URL generation based on tenant
See [Create a JWT-SVID Token Credential Provider](/user-guide/access-policies/credential-providers/spiffe-jwt-svid) to create one.
## Common use cases
[Section titled “Common use cases”](#common-use-cases)
* **Service Mesh Authentication** - Securely authenticate workloads in SPIFFE-compliant service meshes like Istio, Consul, or Kuma.
* **Zero Trust Architecture** - Implement Zero Trust identity standards for workload-to-workload communication.
* **SPIFFE-Aware Systems** - Integrate with any system that validates SPIFFE JWT-SVIDs using standard SPIFFE libraries.
* **Managed Identity** - Replace self-managed SPIRE deployments with Aembit’s managed identity issuance.
## How the JWT-SVID Token Credential Provider works
[Section titled “How the JWT-SVID Token Credential Provider works”](#how-the-jwt-svid-token-credential-provider-works)
1. **Token Generation** - Aembit generates SPIFFE-compliant JWT-SVID tokens and signs them using your Aembit Tenant-specific keys. The tokens follow the SPIFFE JWT-SVID specification and include standard claims (`exp`, `iat`, `jti`) along with any configured custom claims.
2. **SPIFFE ID Configuration** - Aembit sets the subject claim using your configured SPIFFE ID:
* **Literal** - Uses a fixed SPIFFE ID value that you provide (must start with `spiffe://`)
* **Dynamic** - Derives the SPIFFE ID from workload attributes using variables
The UI displays a warning if the subject doesn’t follow SPIFFE format requirements.
3. **Token Verification** - SPIFFE-aware downstream systems verify the JWT-SVID using Aembit’s JWKS endpoint, which publishes the public keys needed for signature validation.
## Configuration options
[Section titled “Configuration options”](#configuration-options)
The following sections detail the configuration options you have for the JWT-SVID Token Credential Provider:
### SPIFFE ID configuration
[Section titled “SPIFFE ID configuration”](#spiffe-id-configuration)
SPIFFE IDs uniquely identify workloads within a trust domain and follow this format:
```text
spiffe:///
```
Aembit supports multiple strategies for SPIFFE ID generation:
* **Dynamic Generation** - Automatically derives SPIFFE IDs from existing workload attributes:
* Kubernetes: `spiffe://your-domain/ns/${namespace}/sa/${serviceaccount}`
* AWS: `spiffe://your-domain/aws/account/${account}/role/${role}`
* Custom patterns using workload identity attributes
* **Literal Configuration** - Set a fixed SPIFFE ID for specific use cases where dynamic generation isn’t suitable
### Issuer configuration
[Section titled “Issuer configuration”](#issuer-configuration)
The issuer URL identifies the entity that created and signed the JWT-SVID:
* Automatically generated based on your Aembit tenant configuration
* Follows the format: `https://.aembit.com`
* Used by relying parties to verify the token’s origin
### Claims configuration
[Section titled “Claims configuration”](#claims-configuration)
Configure standard and custom claims in your JWT-SVIDs:
**Standard SPIFFE claims (automatically managed):**
* `sub` - SPIFFE ID of the workload
* `iss` - Issuer URL automatically generated based on your tenant
* `aud` - Audience claim (single string)
* `exp` - Token expiration time
* `iat` - Token issued at time
* `jti` - Unique token identifier
**Custom claims support:**
* Add workload-specific metadata
* Include environment context
* Pass authorization attributes
* Support for both literal and dynamic claim values
For detailed syntax and examples of dynamic claims, see [Dynamic Claims for OIDC and JWT-SVID Tokens](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc).
### Signing configuration
[Section titled “Signing configuration”](#signing-configuration)
Aembit manages signing keys and algorithms according to SPIFFE standards:
* **Algorithm support:**
* **RS256** (RSASSA-PKCS1-v1\_5 using SHA-256) - Default, widely compatible
* **ES256** (ECDSA using P-256 and SHA-256) - Recommended for SPIFFE-compliant systems
* **Key management:**
* Automatic key rotation
* Separate keys per algorithm type
* Published via standard JWKS endpoint
### JWKS endpoint
[Section titled “JWKS endpoint”](#jwks-endpoint)
Aembit exposes a public JWKS endpoint for JWT-SVID verification:
* Standards-compliant formatting compatible with SPIFFE libraries
* Includes all active public keys
* Supports key rotation without service disruption
* Available at: `https://.aembit.com/.well-known/jwks.json`
## Implementation notes
[Section titled “Implementation notes”](#implementation-notes)
* The Credential Provider generates SPIFFE-compliant JWT-SVID tokens without requiring separate SPIRE infrastructure.
* Current implementation supports ES256 and RS256 signing algorithms as specified by the SPIFFE standard.
* Aembit recommends testing JWT-SVID validation with SPIFFE SDK libraries before production deployment.
## Common SPIFFE JWT-SVID claims
[Section titled “Common SPIFFE JWT-SVID claims”](#common-spiffe-jwt-svid-claims)
The following table describes standard SPIFFE JWT-SVID claims and their configuration:
| Claim | Description | Type | Configuration Examples |
| ----------------- | ------------------------------------------------ | --------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| `sub` | **Subject** - SPIFFE ID of the workload | Dynamic/Literal | **Dynamic**: `spiffe://example.com/ns/${namespace}/sa/${serviceaccount}` **Literal**: `spiffe://example.com/workload/api-service` |
| `iss` | **Issuer** - Trust domain-based issuer URL | Auto-generated | Automatically set based on trust domain configuration |
| `aud` | **Audience** - Target system expecting the token | Literal | Single: `my-service.example.com` |
| `exp` | **Expiration** - Token validity end time | Auto-generated | Set via **Lifetime** field in minutes (for example, `60` for `1` hour) |
| `iat` | **Issued At** - Token creation timestamp | Auto-generated | Automatically set by Aembit upon token issuance |
| `jti` | **JWT ID** - Unique token identifier | Auto-generated | Automatically generated to prevent replay attacks |
| `namespace` | **Namespace** - Kubernetes namespace | Dynamic | `${oidc.identityToken.decode.payload.namespace}` |
| `service_account` | **Service Account** - Kubernetes service account | Dynamic | `${oidc.identityToken.decode.payload.service_account}` |
| `aws_account` | **AWS Account** - AWS account ID | Dynamic | `${aws.account}` |
| `environment` | **Environment** - Deployment environment | Literal/Dynamic | **Literal**: `production` **Dynamic**: `${os.environment.ENV}` |
For more information on using dynamic expressions in these claims, see [Dynamic Claims for OIDC and JWT-SVID Tokens](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc).
## Additional resources
[Section titled “Additional resources”](#additional-resources)
* [SPIFFE JWT-SVID Specification](https://spiffe.io/docs/latest/keyless/)
* [How to Construct SPIFFE IDs](https://www.spirl.com/blog/how-to-construct-spiffe-ids)
* [SPIFFE Standards Documentation](https://spiffe.io/docs/latest/spiffe-about/spiffe-concepts/)
# About the X.509-SVID Credential Provider
> This page describes the X.509-SVID Credential Provider and how it works
The X.509-SVID Credential Provider issues short-lived X.509 certificates that comply with the SPIFFE**SPIFFE**: Secure Production Identity Framework For Everyone (SPIFFE) is an open standard for workload identity that provides cryptographically verifiable identities to services without relying on shared secrets.[Learn more(opens in new tab)](https://spiffe.io/docs/latest/spiffe-about/overview/) standard. Each certificate embeds a workload’s SPIFFE ID as a URI Subject Alternative Name (SAN) for use with mTLS**mTLS**: Mutual Transport Layer Security. A TLS handshake in which both the client and server present certificates and validate each other's identity before any application traffic flows. mTLS is commonly used for workload-to-workload authentication where both parties must prove identity at the transport layer.[Learn more](/user-guide/access-policies/server-workloads/enable-mtls) in environments where SPIFFE-aware Server Workloads authenticate Client Workloads against their SPIFFE ID.
The X.509-SVID Credential Provider supports:
* SPIFFE-compliant certificates with the workload’s SPIFFE ID as a URI SAN.
* Literal or dynamic Subject and SPIFFE ID configuration.
* Signing through an Aembit Standalone Certificate Authority (CA).
* Configurable certificate lifetime.
* Configurable Extended Key Usage (EKU). TLS client authentication (`id-kp-clientAuth`) by default, with optional TLS server authentication (`id-kp-serverAuth`).
* Two retrieval workflows:
* **Agent Proxy mTLS** - Aembit generates the private key in memory and rotates the certificate automatically. Best for long-running services that can host a sidecar or host-level proxy.
* **Aembit CLI** - You supply the private key on disk and re-run the CLI before each expiration. Best for serverless workloads, CI/CD runners, and BYO-key workflows where existing key material must be reused.
See [Create an X.509-SVID Credential Provider](/user-guide/access-policies/credential-providers/spiffe-x509-svid) to create one. To configure the Server Workload that authenticates the certificate, see [Enable mTLS on a Server Workload](/user-guide/access-policies/server-workloads/enable-mtls).
## Common use cases
[Section titled “Common use cases”](#common-use-cases)
* **Workload-to-workload mTLS** - Mutually authenticated TLS between Client and Server Workloads with both sides validating certificates at the transport layer.
* **Integration with SPIFFE-aware services** - Connecting to Server Workloads that validate SPIFFE-compliant X.509-SVIDs, without running your own SPIFFE infrastructure.
* **Zero Trust architecture** - Cryptographically verifiable workload identities for environments that require identity proof on every connection.
* **Managed identity issuance** - Aembit-managed certificate issuance, rotation, and trust bundle**trust bundle**: A collection of Certificate Authority (CA) certificates that a SPIFFE-aware workload uses to validate X.509-SVIDs and other SPIFFE identities presented during authentication.[Learn more(opens in new tab)](https://spiffe.io/docs/latest/spiffe-about/spiffe-concepts/#trust-bundle) distribution as an alternative to running a SPIFFE control plane.
* **Disk-based credential delivery for serverless and CI/CD** - Retrieve a signed certificate from the same Credential Provider through the Aembit CLI in environments where running a sidecar isn’t practical.
## When to choose Agent Proxy or Aembit CLI
[Section titled “When to choose Agent Proxy or Aembit CLI”](#when-to-choose-agent-proxy-or-aembit-cli)
Aembit provides two ways to consume certificates from an X.509-SVID Credential Provider. Both paths use the same Credential Provider configuration and the same Aembit Cloud signing flow. They differ in where the private key lives, how rotation works, and what kind of workload they fit.
| Aspect | Agent Proxy | Aembit CLI |
| ------------------- | --------------------------------------------------------- | ------------------------------------------------------------------------------- |
| **Private key** | Aembit generates the key in memory; never written to disk | You supply the key on disk; the CLI never transmits it to Aembit Cloud |
| **Rotation** | Automatic at regular intervals | One-shot per invocation; you re-run the CLI before expiration |
| **App integration** | Transparent—Agent Proxy intercepts outbound TLS | The CLI returns the certificate chain in `CLIENT_CERT_CHAIN` for your TLS stack |
| **Deployment** | Sidecar or host-level proxy | Single CLI binary, on-demand |
| **Best fit** | Long-running services with stable network footprint | Short-lived workloads and externally managed key custody |
Choose Agent Proxy when:
* The workload runs somewhere a sidecar or host-level proxy can live.
* You want zero application code changes. Agent Proxy handles outbound mTLS transparently.
* You need automatic certificate rotation with no external orchestration.
Choose the Aembit CLI when:
* The workload can’t host a sidecar.
* You have existing key material that must be reused.
* You’re bootstrapping credentials into a process that consumes them from environment variables.
* Your scheduling layer re-runs the CLI before certificate expiration.
The two paths aren’t mutually exclusive. A single Aembit policy can be served by Agent Proxy for long-running services and by the Aembit CLI for short-lived jobs against the same Credential Provider.
CLI workflow requires `CLIENT_CERT_CHAIN`
When you retrieve an X.509-SVID certificate through the Aembit CLI, you must include `CLIENT_CERT_CHAIN` in the `--credential-names` flag. See [`aembit credentials get`](/cli-guide/reference/credentials-get#--credential-names) for details.
## How the X.509-SVID Credential Provider works
[Section titled “How the X.509-SVID Credential Provider works”](#how-the-x509-svid-credential-provider-works)
1. **Certificate issuance** - Aembit Cloud signs each SPIFFE-compliant X.509 certificate using the Aembit Standalone CA assigned to the Resource Set or Client Workload that uses the Credential Provider. Each certificate carries the Client Workload’s SPIFFE ID as a URI Subject Alternative Name and is suitable for use with mTLS.
2. **SPIFFE ID configuration** - Aembit Cloud sets the URI SAN using your configured SPIFFE ID:
* **Literal** - Uses a fixed SPIFFE ID value that you provide (must start with `spiffe://`).
* **Dynamic** - Derives the SPIFFE ID from workload attributes using template expressions. For details, see [Dynamic Claims for OIDC ID Token, JWT-SVID Token, and X.509-SVID Credential Providers](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc).
3. **Certificate consumption** - How the certificate reaches your TLS stack depends on which consumer you use:
* **Agent Proxy** presents the certificate during the TLS handshake to a SPIFFE-aware Server Workload, which validates it against its configured trust bundle.
* **Aembit CLI** returns the signed certificate chain in the `CLIENT_CERT_CHAIN` shell variable so the caller can use it directly in its own TLS client. The chain holds the leaf certificate first, followed by any intermediates. The Aembit root CA isn’t included, so the Server Workload your TLS client connects to must already trust the issuing Aembit Standalone CA. Most TLS libraries accept the chain written to a temporary PEM file alongside the private key path you passed to `--client-tls-private-key`. See [`--client-tls-private-key`](/cli-guide/reference/credentials-get#--client-tls-private-key) for the flag reference and worked example.
Private key custody
Agent Proxy and Aembit CLI handle the certificate’s private key differently:
* **Agent Proxy** generates the key pair in memory on each rotation. The key is never written to disk and is never transmitted to Aembit Cloud.
* **Aembit CLI** uses a key you supply through the `--client-tls-private-key` flag. Aembit CLI never transmits the private key to Aembit Cloud.
## Configuration options
[Section titled “Configuration options”](#configuration-options)
The following sections describe the configuration options at a conceptual level. See [Create an X.509-SVID Credential Provider](/user-guide/access-policies/credential-providers/spiffe-x509-svid) for configuration steps.
### Certificate subject
[Section titled “Certificate subject”](#certificate-subject)
The Subject is the X.509 Distinguished Name (DN) carried in the certificate. SPIFFE-aware Server Workloads authenticate via the URI SAN, not the Subject DN, so the Subject DN doesn’t participate in identity verification. It functions as optional descriptive metadata—useful for audit logs, compliance frameworks that require a populated DN, or non-SPIFFE-aware Server Workloads that authorize clients by reading the Subject DN.
### SPIFFE ID
[Section titled “SPIFFE ID”](#spiffe-id)
The SPIFFE ID is the workload’s identity. Aembit embeds it as the URI Subject Alternative Name on the issued certificate, and SPIFFE-aware Server Workloads authenticate the Client Workload by matching this value against their configured trust policy.
Configure a literal SPIFFE ID when a single workload uses the Credential Provider, or a dynamic expression when one Credential Provider issues distinct identities to multiple workloads based on attestation attributes (for example, Kubernetes namespace and service account).
### Certificate lifetime
[Section titled “Certificate lifetime”](#certificate-lifetime)
Certificates are short lived by design. The Lifetime field governs how long an issued certificate is valid.
When Agent Proxy consumes the certificate, it refreshes the certificate automatically at regular intervals.
When the Aembit CLI consumes the certificate, each invocation returns one chain for one lifetime. The caller re-runs `aembit credentials get` before the certificate expires using whichever mechanism fits the environment, such as a cron job, a scheduled CI step, or a process supervisor hook. For workloads that need continuous certificate rotation, use Agent Proxy mTLS instead.
### TLS handshake roles
[Section titled “TLS handshake roles”](#tls-handshake-roles)
Every certificate carries an **Extended Key Usage (EKU)** value that controls which side of the TLS handshake it can authenticate.
By default, Aembit Cloud issues the certificate with `id-kp-clientAuth`, which authenticates the certificate holder when it initiates outbound TLS—the role Agent Proxy plays when presenting the certificate on behalf of a Client Workload calling an upstream service.
Include `id-kp-serverAuth` in the Credential Provider’s **Extended Key Usage** field when the same workload also accepts inbound TLS connections and needs to present this certificate to the connecting party.
### Certificate constraints
[Section titled “Certificate constraints”](#certificate-constraints)
All issued certificates carry the following constraints:
* The certificate can’t sign other certificates.
* Subject Alternative Name is restricted to URI SAN only. No DNS or IP SANs.
* Aembit Cloud sets the SPIFFE ID URI SAN during signing; the consumer (Agent Proxy or Aembit CLI) cannot modify it in the request.
## Limitations
[Section titled “Limitations”](#limitations)
* **Cert chain only — no root CA**: Aembit returns the leaf certificate and any intermediates, but not the root CA.
* **Certificate revocation** — Aembit does not publish Certificate Revocation Lists (CRLs) or Online Certificate Status Protocol (OCSP) responders for X.509-SVID certificates. Short certificate lifetimes and automatic rotation are the primary controls.
* **External CA chaining** — You can’t chain X.509-SVID issuance to a non-Aembit-managed root CA. Aembit Cloud always signs X.509-SVID certificates with an Aembit Standalone CA; you cannot substitute a different root CA.
* **Service mesh integration** — Direct integration with service mesh certificate provisioning (such as Istio) is not supported.
## Additional resources
[Section titled “Additional resources”](#additional-resources)
* [Create an X.509-SVID Credential Provider](/user-guide/access-policies/credential-providers/spiffe-x509-svid)
* [Enable mTLS on a Server Workload](/user-guide/access-policies/server-workloads/enable-mtls)
* [`aembit credentials get --client-tls-private-key`](/cli-guide/reference/credentials-get#--client-tls-private-key)
* [SPIFFE concepts](https://spiffe.io/docs/latest/spiffe-about/spiffe-concepts/)
* [SPIFFE X.509-SVID specification](https://github.com/spiffe/spiffe/blob/main/standards/X509-SVID.md)
* [SPIFFE Helper](https://github.com/spiffe/spiffe-helper)
# Advanced Credential Provider Options
> Overview of advanced configuration options for Aembit Credential Providers
This section covers advanced configuration options and features for Aembit Credential Providers. These features provide additional flexibility and functionality for specific use cases and environments.
## Dynamic claims
[Section titled “Dynamic claims”](#dynamic-claims)
Dynamic claims allow you to create personalized and context-aware credentials by extracting values from tokens or environment variables at runtime.
### OIDC ID Token dynamic claims
[Section titled “OIDC ID Token dynamic claims”](#oidc-id-token-dynamic-claims)
Configure dynamic claims for [OIDC ID Token Credential Providers](/user-guide/access-policies/credential-providers/oidc-id-token) to extract and use values from incoming OIDC tokens.
* Extract claims from OIDC token payloads using `${oidc.identityToken.decode.payload.claim_name}` syntax
* Access environment variables with `${os.environment.VARIABLE_NAME}`
* Combine values to create custom claim formats
[Learn more about OIDC Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc)
### Vault dynamic claims
[Section titled “Vault dynamic claims”](#vault-dynamic-claims)
Configure dynamic claims for [Vault Client Token Credential Providers](/user-guide/access-policies/credential-providers/vault-client-token) to create workload-specific credentials.
* Collect information from Kubernetes ConfigMaps and environment variables
* Support for Agent Proxy version 1.9.142 and later
* Enable workloads to specify claim values outside the Aembit Tenant UI
[Learn more about Vault Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-vault)
## Multiple Credential Providers
[Section titled “Multiple Credential Providers”](#multiple-credential-providers)
Learn how to configure and manage multiple Credential Providers in Access Policies using the Aembit Cloud UI.
[Configure Multiple Credential Providers](/user-guide/access-policies/credential-providers/multiple-credential-providers)
### Multiple Credential Providers with Terraform
[Section titled “Multiple Credential Providers with Terraform”](#multiple-credential-providers-with-terraform)
Automate the configuration of multiple Credential Providers using Terraform for infrastructure-as-code deployments.
[Configure with Terraform](/user-guide/access-policies/credential-providers/advanced-options/multiple-credential-providers-terraform)
## Related docs
[Section titled “Related docs”](#related-docs)
* [Credential Providers Overview](/user-guide/access-policies/credential-providers/)
* [OIDC ID Token Credential Provider](/user-guide/access-policies/credential-providers/oidc-id-token)
* [Vault Client Token Credential Provider](/user-guide/access-policies/credential-providers/vault-client-token)
# Dynamic Claims for OIDC ID Token, JWT-SVID Token, and X.509-SVID Credential Providers
> Learn how to use dynamic claims in OIDC ID Token, JWT-SVID Token, and X.509-SVID Credential Providers to extract and use values from workload identity
Dynamic claims in the [OIDC ID Token Credential Provider](/user-guide/access-policies/credential-providers/oidc-id-token), [JWT-SVID Token Credential Provider](/user-guide/access-policies/credential-providers/spiffe-jwt-svid), and [X.509-SVID Credential Provider](/user-guide/access-policies/credential-providers/spiffe-x509-svid) allow you to extract and use claims from an OIDC token in the credential data. This feature creates personalized and context-aware credentials that reflect the workload’s identity and attributes from their original OIDC token.
For the OIDC ID Token and JWT-SVID Token Credential Providers, dynamic expressions resolve in custom claims and the subject field. For the X.509-SVID Credential Provider, X.509 certificates do not carry arbitrary custom claims, so dynamic expressions resolve in the certificate’s **Subject** and **Spiffe ID** identity fields instead.
This functionality proves particularly useful in environments where OIDC tokens authenticate and authorize workloads, such as in cloud-native applications, CI/CD pipelines, or microservices architectures.
## How dynamic claims work
[Section titled “How dynamic claims work”](#how-dynamic-claims-work)
Dynamic claims operate with two main components:
1. **Template Definition** - Define dynamic values in Credential Provider configuration using expressions instead of static values
2. **Runtime Resolution** - Aembit collects the referenced information and replaces template variables with actual values
The process follows these steps:
1. You configure template expressions in your OIDC ID Token or JWT-SVID Token Credential Provider
2. When a workload makes a credential request, Aembit receives the incoming OIDC token
3. Aembit extracts the specified claims from the token using your template expressions
4. Aembit inserts the extracted values into the generated credential
## Dynamic claims syntax
[Section titled “Dynamic claims syntax”](#dynamic-claims-syntax)
Both the OIDC ID Token and JWT-SVID Token Credential Providers support dynamic claims using this syntax: `${expression}`
### Basic syntax patterns
[Section titled “Basic syntax patterns”](#basic-syntax-patterns)
* **OIDC Token Claims**: `${oidc.identityToken.decode.payload.claim_name}`
* **GitLab Token Claims**: `${gitlab.identityToken.decode.payload.claim_name}`
* **GitHub Token Claims**: `${github.identityToken.decode.payload.claim_name}`
* **Environment Variables**: `${os.environment.VARIABLE_NAME}`
* **Combined Values**: `${oidc.identityToken.decode.payload.user_login}_suffix`
### Common expression examples
[Section titled “Common expression examples”](#common-expression-examples)
| Expression | Description | Example Result |
| --------------------------------------------------------- | -------------------------------------------- | ---------------------- |
| `${oidc.identityToken.decode.payload.user_email}` | Extract workload email from OIDC token | `workload@company.com` |
| `${oidc.identityToken.decode.payload.user_login}` | Extract workload login/username | `ci-workload` |
| `${oidc.identityToken.decode.payload.groups}` | Extract workload groups | `developers,admins` |
| `${gitlab.identityToken.decode.payload.project_path}` | Extract GitLab project path | `group/project` |
| `${gitlab.identityToken.decode.payload.ref}` | Extract GitLab branch/tag reference | `main` |
| `${gitlab.identityToken.decode.payload.job_id}` | Extract GitLab CI job ID | `123456789` |
| `${github.identityToken.decode.payload.actor}` | Extract GitHub workflow actor | `octocat` |
| `${github.identityToken.decode.payload.repository}` | Extract GitHub repository | `owner/repo` |
| `${github.identityToken.decode.payload.workflow}` | Extract GitHub workflow name | `ci.yml` |
| `${os.environment.K8S_POD_NAME}` | Extract Kubernetes pod name from environment | `my-app-pod-12345` |
| `${oidc.identityToken.decode.payload.user_login}_dynamic` | Combined value | `ci-workload_dynamic` |
## Configuration examples
[Section titled “Configuration examples”](#configuration-examples)
### OIDC ID Token Credential Provider
[Section titled “OIDC ID Token Credential Provider”](#oidc-id-token-credential-provider)
Configure dynamic claims in an [OIDC ID Token Credential Provider](/user-guide/access-policies/credential-providers/oidc-id-token) as follows:
### Subject field
[Section titled “Subject field”](#subject-field)
```plaintext
${oidc.identityToken.decode.payload.user_login}
```
### Custom claims
[Section titled “Custom claims”](#custom-claims)
* **Claim Name**: `workload_email`
* **Value**: `${oidc.identityToken.decode.payload.user_email}_verified`
* **Claim Name**: `dynamic_role`
* **Value**: `${oidc.identityToken.decode.payload.role}`
### JWT-SVID Token Credential Provider
[Section titled “JWT-SVID Token Credential Provider”](#jwt-svid-token-credential-provider)
Configure dynamic claims in a [JWT-SVID Token Credential Provider](/user-guide/access-policies/credential-providers/spiffe-jwt-svid) for SPIFFE-compliant tokens:
#### Subject field (SPIFFE ID)
[Section titled “Subject field (SPIFFE ID)”](#subject-field-spiffe-id)
```plaintext
spiffe://your-domain/ns/${oidc.identityToken.decode.payload.namespace}/sa/${oidc.identityToken.decode.payload.service_account}
```
#### Custom claims
[Section titled “Custom claims”](#custom-claims-1)
* **Claim Name**: `namespace`
* **Value**: `${oidc.identityToken.decode.payload.namespace}`
* **Claim Name**: `cluster`
* **Value**: `${os.environment.KUBERNETES_PROVIDER_ID}`
### X.509-SVID Credential Provider
[Section titled “X.509-SVID Credential Provider”](#x509-svid-credential-provider)
Configure dynamic values for the **Subject** and **Spiffe ID** fields in an [X.509-SVID Credential Provider](/user-guide/access-policies/credential-providers/spiffe-x509-svid) to derive each workload’s identity at issuance time from its Trust Provider attestation.
Unlike OIDC ID Tokens and JWT-SVID Tokens, X.509-SVID certificates do not carry arbitrary custom claims. Dynamic expressions on this Credential Provider therefore apply to the certificate’s identity fields:
* **Spiffe ID** — Resolves to the URI Subject Alternative Name on the issued certificate. This is the primary identity field for SPIFFE-aware Server Workloads.
* **Subject** — Resolves to the X.509 Subject Distinguished Name (DN). SPIFFE conveys identity through the URI SAN, so this field is typically left empty. Populate it when integrating with a Server Workload that isn’t SPIFFE-aware and instead reads the Subject DN for authorization, or when you want descriptive metadata embedded in the certificate. For example, you might set the Subject to `CN=payments-service,OU=billing,O=acme` so the receiving Server Workload can match on the Common Name.
#### SPIFFE ID field examples
[Section titled “SPIFFE ID field examples”](#spiffe-id-field-examples)
For Kubernetes workloads attested by OIDC ID Tokens:
```text
spiffe://example.com/ns/${oidc.identityToken.decode.payload.namespace}/sa/${oidc.identityToken.decode.payload.service_account}
```
For AWS workloads attested by AWS Role:
```text
spiffe://example.com/aws/account/${aws.account}/role/${aws.role}
```
The expression syntax and supported claim sources documented below apply identically to the Subject and Spiffe ID fields on an X.509-SVID Credential Provider.
## Step-by-step example
[Section titled “Step-by-step example”](#step-by-step-example)
This example demonstrates extracting GitLab workload information from an OIDC token and using it in generated credentials.
1. **Create an OIDC ID Token Credential Provider** with dynamic claims:
* **Subject**: `${oidc.identityToken.decode.payload.user_login}test_dynamic`
* **Custom Claim**: `dynamic_claim1` = `${oidc.identityToken.decode.payload.user_email}_email`
2. **Create supporting Aembit components**:
* Access Policy linking your workload to the credential provider
* Client Workload representing your OIDC token source (for example, GitLab CI job)
* Server Workload representing your target service
3. **Make a credential request** using your OIDC token
4. **Verify the result** - the generated credential contains:
* **Subject**: `ci-workload_test_dynamic` (if `user_login` was `ci-workload`)
* **dynamic\_claim1**: `ci.workload@company.com_email` (if `user_email` was `ci.workload@company.com`)
## Supported claim sources
[Section titled “Supported claim sources”](#supported-claim-sources)
The following sections describe the supported claim sources and how to use them in dynamic claims.
### OIDC token claims
[Section titled “OIDC token claims”](#oidc-token-claims)
Extract any claim from the incoming OIDC token’s payload:
```text
${oidc.identityToken.decode.payload.}
```
**Common GitLab CI OIDC claims**
* `user_login` - GitLab username
* `user_email` - Workload’s email address
* `project_path` - Full project path
* `ref` - Git branch or tag reference
* `job_id` - CI job identifier
**Common GitHub Actions OIDC claims**
* `actor` - GitHub username who triggered the workflow
* `repository` - Repository name in format `owner/repo`
* `ref` - Git reference (branch/tag)
* `workflow` - Workflow filename
**Common Jenkins OIDC claims**
* `sub` - Subject claim (by default, the URL of the Jenkins job)
* `iss` - Jenkins instance issuer URL
* `aud` - Audience claim (configurable)
* \`Build number (included by default)
* `Custom` claims - Jenkins allows administrators to configure additional claims through “Claim templates” using build variables such as:
* `${JOB_NAME}` - Name of the Jenkins job
* `${BUILD_NUMBER}` - Build number for the job run
* `${NODE_NAME}` - Jenkins node where the job ran
* `${BUILD_USER}` - Username that triggered the build (if available)
* `${BRANCH_NAME}` - Git branch name (if applicable)
* Any other Jenkins environment variables
Note
Unlike GitLab and GitHub which have standardized claim names, Jenkins OIDC claims are highly customizable and depend on your configuration.
### Environment variables
[Section titled “Environment variables”](#environment-variables)
You can extract environment variables from Agent Proxy or Aembit CLI process for use in dynamic claims:
```text
${os.environment.}
```
#### Allowlist requirement
[Section titled “Allowlist requirement”](#allowlist-requirement)
By default, Agent Proxy and Aembit CLI capture **no** custom environment variables. To enable capture for dynamic claims, set the [`AEMBIT_ENV_VAR_ALLOWLIST`](/reference/edge-components/edge-component-env-vars#aembit_env_var_allowlist) environment variable to a comma-separated list of permitted variable names.
```shell
AEMBIT_ENV_VAR_ALLOWLIST=CORPORATE_APP_ID,WEBSITE_HOSTNAME,AWS_LAMBDA_FUNCTION_NAME
```
For platform-specific guidance on injecting environment variables and the allowlist into Agent Proxy process, see [Configure custom environment variables for Agent Proxy](/user-guide/deploy-install/advanced-options/agent-proxy/configure-custom-env-vars).
#### Always-available variables
[Section titled “Always-available variables”](#always-available-variables)
Dynamic claims can read the following variables regardless of `AEMBIT_ENV_VAR_ALLOWLIST`, provided each one exists in Agent Proxy or Aembit CLI process environment:
* [`K8S_POD_NAME`](/reference/edge-components/edge-component-env-vars#k8s_pod_name)
* [`K8S_NAMESPACE`](/reference/edge-components/edge-component-env-vars#k8s_namespace)
* [`KUBERNETES_PROVIDER_ID`](/reference/edge-components/edge-component-env-vars#kubernetes_provider_id)
* [`AEMBIT_RESOURCE_SET_ID`](/reference/edge-components/edge-component-env-vars#aembit_resource_set_id)
* [`CLIENT_WORKLOAD_ID`](/reference/edge-components/edge-component-env-vars#client_workload_id)
#### Common examples
[Section titled “Common examples”](#common-examples)
* `${os.environment.K8S_POD_NAME}` — Kubernetes pod name
* `${os.environment.CLIENT_WORKLOAD_ID}` — Aembit Client Workload identifier
* `${os.environment.CORPORATE_APP_ID}` — your custom application identifier (must be in the allowlist)
## Behavior and scope
[Section titled “Behavior and scope”](#behavior-and-scope)
### Process boundary
[Section titled “Process boundary”](#process-boundary)
Aembit reads environment variables only from the **Agent Proxy** or **Aembit CLI** process environment. Variables set only in the Client Workload process aren’t visible to dynamic claims.
### Behavior on missing or non-allowlisted variables
[Section titled “Behavior on missing or non-allowlisted variables”](#behavior-on-missing-or-non-allowlisted-variables)
When a Credential Provider references a variable that’s absent from both [`AEMBIT_ENV_VAR_ALLOWLIST`](/reference/edge-components/edge-component-env-vars#aembit_env_var_allowlist) and the [always-available variables](#always-available-variables), Agent Proxy logs a warning (`requested env variable is not in allow list`) and omits the variable from the credential request. The request still proceeds, but without that claim value.
### Supported platforms
[Section titled “Supported platforms”](#supported-platforms)
Aembit captures custom environment variables on Agent Proxy (Linux Virtual Machines, Windows Virtual Machines, and Kubernetes) and Aembit CLI (Linux and Windows Virtual Machines).
## Best practices
[Section titled “Best practices”](#best-practices)
The following best practices help you use dynamic claims in both OIDC ID Token and JWT-SVID Token Credential Providers:
### Security considerations
[Section titled “Security considerations”](#security-considerations)
* **Validate input claims** - Ensure the OIDC token contains the expected claims before extraction
* **Limit scope** - Only extract necessary claims to minimize exposure
* **Review generated credentials** - Use tools like [jwt.io](https://jwt.io) to decode and verify generated tokens
* **SPIFFE compliance** - For JWT-SVID tokens, ensure dynamic SPIFFE IDs follow the `spiffe://` format
### Template design
[Section titled “Template design”](#template-design)
* **Use descriptive names** - Make custom claim names clear and meaningful
* **Combine values with care** - When combining values, ensure the result remains valid for your target service
* **Test the result** - Verify dynamic claims work correctly with your specific OIDC token structure
### Troubleshooting
[Section titled “Troubleshooting”](#troubleshooting)
* **Missing claims** - If a referenced claim doesn’t exist in the source OIDC token, the expression may result in an empty value
* **Token format** - Ensure your OIDC token follows proper formatting and contains the expected payload structure
* **Permissions** - Verify your OIDC provider includes the necessary claims in the token
* **Environment variable not in the allowlist** - If a Credential Provider references an environment variable that isn’t listed in [`AEMBIT_ENV_VAR_ALLOWLIST`](/reference/edge-components/edge-component-env-vars#aembit_env_var_allowlist) (and isn’t one of the [always-available variables](#always-available-variables)), Agent Proxy logs a warning to the effect of `requested env variable is not in allow list` and omits the variable from the credential request. Add the variable name to the allowlist and restart Agent Proxy or Aembit CLI process so the claim resolves.
* **Environment variable missing from the process** - Agent Proxy or Aembit CLI only sees variables in its own process environment. See [Configure custom environment variables for Agent Proxy](/user-guide/deploy-install/advanced-options/agent-proxy/configure-custom-env-vars) for platform-specific injection guidance.
## Related docs
[Section titled “Related docs”](#related-docs)
* [Configure custom environment variables for Agent Proxy](/user-guide/deploy-install/advanced-options/agent-proxy/configure-custom-env-vars): how to inject custom variables and set the allowlist on each platform
* [Edge Component environment variables reference](/reference/edge-components/edge-component-env-vars)
* [Create an OIDC ID Token Credential Provider](/user-guide/access-policies/credential-providers/oidc-id-token)
* [About the OIDC ID Token Credential Provider](/user-guide/access-policies/credential-providers/about-oidc-id-token)
* [Create a JWT-SVID Token Credential Provider](/user-guide/access-policies/credential-providers/spiffe-jwt-svid)
* [About the JWT-SVID Token Credential Provider](/user-guide/access-policies/credential-providers/about-spiffe-jwt-svid)
* [Vault Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-vault) (for Vault-specific dynamic claims)
# Vault Dynamic Claims
> Configure dynamic claims for Vault Client Token Credential Providers
Note
This page describes dynamic claims for **Vault Client Token Credential Providers** only. For OIDC ID Token dynamic claims, see [OIDC Dynamic Claims](/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc).
Dynamic claims allow you to make Vault credential configuration dynamic in nature, enabling workloads to specify workload-specific claim values outside of the Aembit Tenant UI.
When working with Vault Client Token Credential Providers for your Aembit Tenant, you have the option to enable the dynamic claims feature. With this feature, you can set either a subject claim, or a custom claim, with either literal strings or dynamic values.
## Minimum versions
[Section titled “Minimum versions”](#minimum-versions)
To use the dynamic claims feature, you must also update Agent Injector to the new minimum version/image so the `aembit.io/agent-configmap` annotation works as expected.
## Literal strings
[Section titled “Literal strings”](#literal-strings)
You can place literal strings verbatim into the target claim with no modification or adjustment necessary.
## Dynamic values
[Section titled “Dynamic values”](#dynamic-values)
Aembit Cloud communicates dynamic claim requests to Agent Proxy following these steps:
1. Aembit Cloud sends the template to Agent Proxy.
2. Agent Proxy collects all necessary information and then sends this information to Aembit Cloud.
3. Aembit Cloud replaces template variables with the values provided by Agent Proxy.
The following sections describe how you can support Vault with Aembit dynamic claims.
## Configuring HashiCorp Vault Cloud
[Section titled “Configuring HashiCorp Vault Cloud”](#configuring-hashicorp-vault-cloud)
To enable dynamic claims, you must first configure your HashiCorp Vault instance, since dynamic claims are only applicable to Vault Client Token Credential Providers. Aembit supports dynamic claims for the Vault Client Token Credential Provider, you must also configure Vault to support a matching set of values.
Vault OIDC roles, which Aembit uses to log into Vault as part of the Vault client token retrieval, support one or more of the following three bound types:
* `bound_subject`
* `bound_audiences`
* generically bound claims
For more detailed information on configuring Vault Cloud, see [Use JWT/OIDC authentication](https://developer.hashicorp.com/vault/docs/auth/jwt#configuration) HashiCorp Vault docs.
## Client Workload configuration
[Section titled “Client Workload configuration”](#client-workload-configuration)
If you need to use values from ConfigMap as dynamic claims, you need to configure the `aembit.io/agent-configmap` annotation for the Client Workload.
For the latest release, you can add this new annotation to a deployment similar to the following code snippet:
```yaml
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
annotations:
aembit.io/agent-configmap: '["agent-controller-config:device_code"]'
aembit.io/agent-inject: enabled
creationTimestamp: null
labels:
name: globex-portal
spec:
containers:
- env:
- name: AEMBIT_API_BASE_ADDRESS
value: 'https://12ab3c.aembit.io/api/v1/'
- name: AEMBIT_ACCESS_TOKEN
```
The Agent Proxy supports Kubernetes ConfigMaps and specific environment variables in dynamic claims.
Aembit supports the following templates:
* `k8s.configmap.*.*".`\
Make sure to specify the `CONFIGMAP` and `VALUE` (represented by ”*.*”).
* `os.environment.*.*.`\
Make sure to specify `"K8S_POD_NAME"` (represented by *.*).
* `os.environment.*.*`\
Make sure to specify `CLIENT_WORKLOAD_ID` (represented by ”*.*”).
## Client Workload Kubernetes annotations
[Section titled “Client Workload Kubernetes annotations”](#client-workload-kubernetes-annotations)
For the Client Workload to retrieve and configure ConfigMap, you must correctly annotate the Client Workload. For the latest release, you can add this new annotation to a deployment similar to the following code snippet:
```yaml
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
annotations:
aembit.io/agent-configmap: '["agent-controller-config:device_code"]'
aembit.io/agent-inject: enabled
creationTimestamp: null
labels:
name: globex-portal
spec:
containers:
- env:
- name: AEMBIT_API_BASE_ADDRESS
value: 'https://12ab3c.aembit.io/api/v1/'
- name: AEMBIT_ACCESS_TOKEN
```
## Confirm Aembit authentication to Vault
[Section titled “Confirm Aembit authentication to Vault”](#confirm-aembit-authentication-to-vault)
If the Client Workload is able to successfully connect to Vault, this confirms that Aembit authenticated to Vault with the configured and correctly injected dynamic claims.
# Configure multiple Credential Providers with Aembit's Terraform Provider
> How to configure multiple Credential Providers to map to an Aembit Terraform Provider
Aembit supports users who would like to use the Aembit Terraform Provider to manage their Aembit resources, while also supporting single and multiple Credential Providers per Access Policy. The Aembit Terraform Provider enables you to perform Create, Read, Update and Delete (CRUD) operations on these Aembit resources using Terraform directly, or via a CI/CD workflow.
Note
These instructions assume you already have configured the Aembit Terraform Provider. If you have not already performed this configuration, please refer to the [Configuration with Terraform](/user-guide/access-policies/advanced-options/terraform/terraform-configuration) page to configure the Aembit Terraform Provider before continuing on this page.
## Configure an Access Policy with multiple Credential providers
[Section titled “Configure an Access Policy with multiple Credential providers”](#configure-an-access-policy-with-multiple-credential-providers)
To configure your Aembit Access Policies with multiple Credential Providers with the `AccountName` mapping type:
1. Go to your Terraform configuration file(s).
2. In your configuration file, locate the `resource "aembit_access_policy"` section(s). They should look like the example shown below.
```hcl
resource "aembit_access_policy" "test_policy" {
name = "TF First Policy"
is_active = true
client_workload = aembit_client_workload.first_client.id
trust_providers = [
aembit_trust_provider.azure1.id,
aembit_trust_provider.azure2.id
]
access_conditions = [
aembit_access_condition.wiz.id
]
credential_provider = aembit_credential_provider.<*resource_name*>.id,
server_workload = aembit_server_workload.first_server.id
}
```
In the preceding example, notice in the highlighted line for `credential_provider`. Because there is only one Credential Provider configured, this signifies that only one Credential Provider is currently configured for the Access Policy.
3. To add additional Credential Providers to your configuration, go to the `aembit_access_policy` resource in your Terraform configuration file that you want to update and locate the `credential_provider` line.
4. Change the `credential_provider` property to `credential_providers` so you may add multiple Credential Providers.
5. Add your Credential Providers to this section using the following format:
```hcl
credential_providers = [{
credential_provider_id = aembit_credential_provider.<*resource1_name*>.id,
mapping_type = "AccountName",
account_name = "account_name_1"
}, {
credential_provider_id = aembit_credential_provider.<*resource2_name*>.id,
mapping_type = "AccountName",
account_name = "account_name_2"
}, {
credential_provider_id = aembit_credential_provider.<*resource3_name*>.id,
mapping_type = "AccountName",
account_name = "account_name_3"
}]
}
```
Where:
* `credential_provider_id` - The Credential Provider ID.
* `mapping_type` - The Credential Provider mapping type.
* `account_name` - The account name to trigger on for using this Credential Provider if the `mapping_type` value is `AccountName`.
6. When you have finished adding all of your Credential Providers to the Aembit Terraform Provider configuration file, your `aembit_access_policy` resource section should look similar to the example shown below.
```hcl
resource "aembit_access_policy" "multi_cp_second_policy" {
is_active = true
name = "TF Multi CP Second Policy"
client_workload = aembit_client_workload.second_client.id
credential_providers = [{
credential_provider_id = aembit_credential_provider.<*resource1_name*>.id,
mapping_type = "AccountName",
account_name = "account_name_1"
}, {
credential_provider_id = aembit_credential_provider.