Configuration

Settings

Agent status and environment configuration

Agent Status

Manual Sync

Trigger a full agent run immediately — processes all active contracts, detects signals, and updates Notion.

Monitoring Schedule

Agent runs automatically every 6 hourscron: 0 */6 * * *

Environment Variables

Set these in apps/agent/.env

ANTHROPIC_API_KEY

sk-ant-...

NOTION_TOKEN

secret_...

NOTION_CONTRACTS_DB_ID

Your Notion contracts database ID

NOTION_LOG_DB_ID

Your Notion log database ID

GOOGLE_CLIENT_ID

...apps.googleusercontent.com

GOOGLE_CLIENT_SECRET

Set via OAuth setup

GOOGLE_REFRESH_TOKEN

Obtained via OAuth flow

AGENT_PORT

3001 (default)