Anthropic

Anthropic provides the Claude AI model family via API, used for text generation, analysis, and code assistance.

Prerequisites

Connect

conjra add anthropic

MCP Tools

create_anthropic_api_key

Create a new Anthropic API key.

ParameterTypeRequiredDescription
namestringYesKey name
workspaceIdstringNoWorkspace to create the key in
rolestringNoadmin, developer, or viewer (default developer)

get_anthropic_usage

Get Anthropic API usage statistics.

ParameterTypeRequiredDescription
startDatestringNoYYYY-MM-DD start date
endDatestringNoYYYY-MM-DD end date
groupBystringNomodel, date, or workspace
Edit this page on GitHub