npm install;
npm install -g ts-node;
ts-node <path-to-file>
Go to https://docs.anthropic.com/claude/docs/getting-access-to-claude
- To retrieve your Anthropic api key.
- Copy the .env.example file as a .env file.
- Replace
ANTHROPIC_API_KEY
with your Anthropic api key - Run e.g
ts-node src/claude/opus/create-message-opus.ts
to run opus api
That's it!
This repo was built and created using Razroo. Razroo is Human Collective Intelligence. Meant to make it simple for the entire world to share and integrate real-world knowledge at scale.
To see documentation for any Razroo generated code run git log
or git blame
on the file itself. Can then open up the url to read more on documentation.
For instance, to see how the package.json
was created run git log package.json
- Playground Core generated using https://razroo.com/finder/community/npm-8.5.5
- Anthropic Playground created using https://razroo.com/finder/razroo/anthropic-claude-8.5.5