OptionalagentBase URL for the agent execution backend (the agent-sdk /v4/* service)
that tela.agents delegates to. Defaults to baseURL.
Set this to the reachable v4 service URL when it differs from the main Tela
API host — the agent-sdk client calls fixed /v4/agents and /v4/sessions
paths.
OptionalapiThe API key for authentication. Required if jwt is not provided.
OptionalbaseThe base URL for the Tela API. Defaults to 'https://api.tela.com'.
OptionaldataThe data token for authentication. When provided, sends x-data-token header.
Required if apiKey or jwt is not provided.
OptionaljwtThe JWT token for authentication. Required if apiKey is not provided.
OptionalmaxOptionaltimeoutOptionalvaultVault service URL used by tela.agents.resolveReference. Defaults to
`${baseURL}/_services/vault`.
Configuration options for the TelaSDK.