| Date | Operation | Tokens | Cost | Project |
|---|---|---|---|---|
| Loading usage data... | ||||
| Date | Description | Amount | Status |
|---|---|---|---|
| No billing history yet | |||
Include your API key in the Authorization header:
Authorization: Bearer arc_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
List all projects for the authenticated user
Create a new project. Body: { "name": "...", "path": "..." }
Get project details
Analyze impact of changes. Body: { "description": "...", "files": [...] }
Semantic code search. Body: { "query": "...", "limit": 10 }
Ask the AI architect. Body: { "question": "..." }
Get code metrics and quality scores
Run security analysis
Find unused code
Find code duplicates
Export analysis. Body: { "format": "json|html|markdown|csv" }
Delete a project