

# RemoteAgentAuthorizationConfig
<a name="API_RemoteAgentAuthorizationConfig"></a>

Authorization configuration for remote A2A agents with token-based auth (API key, OAuth, bearer token).

## Contents
<a name="API_RemoteAgentAuthorizationConfig_Contents"></a>

**Important**  
This data type is a UNION, so only one of the following members can be specified when used or returned.

 ** apiKey **   <a name="devopsagent-Type-RemoteAgentAuthorizationConfig-apiKey"></a>
Remote agent configuration with API key authentication.  
Type: [RemoteAgentAPIKeyConfig](API_RemoteAgentAPIKeyConfig.md) object  
Required: No

 ** bearerToken **   <a name="devopsagent-Type-RemoteAgentAuthorizationConfig-bearerToken"></a>
Remote agent configuration with Bearer token (RFC 6750).  
Type: [RemoteAgentBearerTokenConfig](API_RemoteAgentBearerTokenConfig.md) object  
Required: No

 ** oAuthClientCredentials **   <a name="devopsagent-Type-RemoteAgentAuthorizationConfig-oAuthClientCredentials"></a>
Remote agent configuration with OAuth client credentials.  
Type: [RemoteAgentOAuthClientCredentialsConfig](API_RemoteAgentOAuthClientCredentialsConfig.md) object  
Required: No

## See Also
<a name="API_RemoteAgentAuthorizationConfig_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/devops-agent-2026-01-01/RemoteAgentAuthorizationConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/devops-agent-2026-01-01/RemoteAgentAuthorizationConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/devops-agent-2026-01-01/RemoteAgentAuthorizationConfig) 

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for AWS DevOps Agent. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query devopsagent` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
