Skip to content

docs: add anthropic api key setup tutorial#1390

Merged
jcllobet merged 3 commits intodevfrom
task/anthropic-api-key-doc-dev
Apr 8, 2026
Merged

docs: add anthropic api key setup tutorial#1390
jcllobet merged 3 commits intodevfrom
task/anthropic-api-key-doc-dev

Conversation

@jcllobet
Copy link
Copy Markdown
Collaborator

@jcllobet jcllobet commented Apr 7, 2026

Summary

  • add a short Anthropic API key tutorial for the new manual-key setup flow in OpenWork docs
  • include screenshot placeholders and target filenames for the Anthropic console images users will add later
  • register the new page in the Tutorials section of the Mintlify docs navigation

Testing

  • node -e \"const fs=require('fs'); const path=require('path'); const root=process.cwd(); const docs=JSON.parse(fs.readFileSync(path.join(root,'packages/docs/docs.json'),'utf8')); const tutorials=docs.navigation.tabs.flatMap(tab=>tab.pages).find(p=>typeof p==='object'&&p.group==='Tutorials').pages; const missing=tutorials.filter(p=>!fs.existsSync(path.join(root,'packages/docs',p+'.mdx'))&&!fs.existsSync(path.join(root,'packages/docs',p+'.md'))); if(missing.length){console.error('Missing docs:', missing.join(', ')); process.exit(1);} console.log('Tutorial page references resolve:', tutorials.join(', '));\"

Guide users through manual Anthropic API key creation now that Anthropic uses direct key entry in OpenWork. Include screenshot placeholders for the Anthropic console flow so support docs can be illustrated later.
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openwork-app Ready Ready Preview, Comment Apr 8, 2026 1:12am
openwork-den Ready Ready Preview, Comment Apr 8, 2026 1:12am
openwork-den-worker-proxy Ready Ready Preview, Comment Apr 8, 2026 1:12am
openwork-landing Ready Ready Preview, Comment, Open in v0 Apr 8, 2026 1:12am
openwork-share Ready Ready Preview, Comment Apr 8, 2026 1:12am

@mintlify
Copy link
Copy Markdown
Contributor

mintlify bot commented Apr 7, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
differentai 🟢 Ready View Preview Apr 7, 2026, 9:16 PM

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

The following comment was made by an LLM, it may be inaccurate:

Copy link
Copy Markdown
Collaborator Author

@jcllobet jcllobet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jcllobet jcllobet merged commit 71a4cb9 into dev Apr 8, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant