Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Runtime configuration exposed by the SDK.
simulacrum.config
BASE_URL
from simulacrum.config import BASE_URL assert BASE_URL == "https://api.smlcrm.com/"
client = Simulacrum(api_key="sim-key_id-secret", base_url="https://api.smlcrm.com")