E
Engram
Integrations

Daily Briefing & Sync

Engram polls Linear and Jira using credentials stored in your local .env file, normalizes the results into a unified task list, and passes it to Llama 3.1 to generate a plain-English morning briefing. No task data is sent to any service other than your own Linear/Jira instances.

Unified Inbox

Normalizes tasks from Linear and Jira into a single, prioritized stream.

AI Executive Summary

Llama 3 reads your task list and generates a human-readable briefing speech.

Smart Widget

A dedicated dashboard component with live links to original tickets.

Live Preview

Daily Briefing
3 ACTIVE

"Good morning. You have 3 critical items today. Priority is the Auth Bug in Jira."

Auth Token Expiring

ENG-102 • High

HIGH

Update Landing Page

LIN-442 • Medium


Configuration

01Get API Credentials

Engram needs read-access to your project management tools. Generate keys from your account settings.

02Update Environment Variables

Add the following keys to your root .env file.

env
# --- Integration Keys ---

# LINEAR
LINEAR_KEY=lin_api_...

# JIRA
JIRA_URL=https://yourcompany.atlassian.net
JIRA_EMAIL=yourname@company.com
JIRA_TOKEN=ATATT3...