Skip to main content
Updated in 2026.15 The Copilot section in the Endpoint settings is used to configure the Agent Copilot workspace. The following Endpoints include the Copilot section:

Prerequisites

  • If you use Token Secret authentication, you need a 256-bit string secret for signing.

Limitations

  • Cognigy.AI caches JWKS responses for up to 5 key store URLs at once. If an additional URL is used, the new URL replaces the oldest one in the cache.
  • Cognigy.AI sends up to 10 requests/minute to any single JWKS URL.

Restrictions

  • EdDSA (Ed25519/Ed448) keys aren’t supported for Public Key or Key Store authentication.

Parameters

As of Cognigy.AI 2026.15.0, the Authentication list replaces the former Enable Copilot Authentication toggle. Previously configured Endpoints are migrated automatically. If the former toggle was:
  • Turned on — Token Secret is selected.
  • Turned off — Default (built-in) is selected.
No action is required.

JWT Authentication Methods

To secure access to Agent Copilot, the contact center platform signs a JWT containing userId and sessionId, then passes that signed JWT in the Agent Copilot URL as the auth parameter:
Each contact center platform has its own requirements for how the JWT signature is configured. Refer to your contact center platform documentation. Depending on the option you select in the Authentication list, you configure the authentication method differently:
Agent Copilot handles the JWT authentication between the contact center platform and Cognigy.AI. Activate Accept Only JWT Requests in the Endpoint settings.

More Information

Last modified on July 22, 2026