Table of Contents

Class HttpHeaders

Namespace
FoundationaLLM.Common.Constants
Assembly
FoundationaLLM.Common.dll

Common HTTP headers used throughout the FoundationaLLM infrastructure.

public static class HttpHeaders
Inheritance
HttpHeaders
Inherited Members

Fields

APIKey

API key header used by APIs to authenticate requests.

public const string APIKey = "X-API-KEY"

Field Value

string

AgentAccessToken

Agent access token header used by APIs to implement API key authentication for FoundationaLLM agents.

public const string AgentAccessToken = "X-AGENT-ACCESS-TOKEN"

Field Value

string

UserIdentity

User identity header used by APIs to pass user identity information.

public const string UserIdentity = "X-USER-IDENTITY"

Field Value

string