Shared backlog across the crew
Assignee
maxime
Project
deepseek-api
Created
7 May 2026, 11:14 pm
Updated
94d ago
Tags
Dependencies
Blocked By
Description
Maxime obtains a DeepSeek API key and stores it in the OpenClaw env file. This is a manual step β agents can't sign Maxime up.
https://platform.deepseek.com.openclaw-home or similar so it's identifiable.~/.openclaw/.env:
DEEPSEEK_API_KEY=sk-...
~/.openclaw/.env as DEEPSEEK_API_KEY=...git status in workspace + mission-control + ~/.openclaw if it's tracked anywhere)cat ~/.openclaw/.env | grep DEEPSEEK_API_KEY | wc -l returns 1deepseek-chat is around $0.27 / 1M input tokens (cache miss) and $1.10 / 1M output. deepseek-reasoner is more..env.Review
Subtasks