Operations
Connect your agent
Three steps. Sixty seconds.
Your gateway
https://gateway.veldt.acme.comHealthy· 14,231 events/min·last event: 2s ago
Framework
1
Install the adapter
pip install veldt-kya[langchain]2
Point your agent at the gateway
VELDT_GATEWAY_URL=https://gateway.veldt.acme.com
VELDT_API_KEY=kya_pat_••••••••••••••••••••••••3
Drop in three lines and run
from veldt_kya.langchain import VeldtCallbackHandler
agent_executor = AgentExecutor(
agent=agent,
tools=tools,
callbacks=[VeldtCallbackHandler(agent_key="billing-agent-v3")],
)Awaiting first invocation…elapsed 00:00:14
When your agent calls in, this flips to ✓ Connected.
Pre-register (optional)
recommended for productionSkip this and your agent appears in Sprawl & Deviation on first invocation. Pre-register and it lands in Agents as Trusted.
Custom HTTP / gRPC
MCP-over-HTTP / JSON-RPC contract. For any framework not on the picker.
Self-host gateway
On-prem / air-gapped / federal. Helm chart in veldt-kya-pro/helm/.