Developer access

API Keys

Project API Keys

Generate, rotate, and manage API keys used by your AI agents.

Sensitive key operations require authenticator verification when 2FA is enabled.

KeyEmailStatusEvents UsedCreated
Loading API keys...

SDK Quick Start

pip install veralog

import veralog

veralog.configure(api_key="vrlg_...")
veralog.record(
    agent_id="sales-agent",
    action="send_proposal",
    payload={"client": "acme"},
    status="success"
)