class documentation
class Environ(BaseEnviron):
HubAI settings loaded from environment variables and keyring.
| Method | validate |
Populate HUBAI_API_KEY from keyring when available. |
| Constant | HUBAI |
Base URL for HubAI services. Override this for staging or a self-hosted environment. |
| Instance Variable | HUBAI |
API key used to authenticate requests. A key stored by hubai login takes precedence over the environment variable. |