Overview
Your Code Context dashboard
Indexed Repositories
0
Total Files
0
Total Chunks
0
API Calls Today
-
Quick Actions
Repositories
Manage your indexed repositories
Indexed Repositories
No repositories yet
Index your first repository to get started with semantic code search.
API Keys
Create and manage API keys for accessing the Code Context API
Current API Key
No API Key Yet
Click "Generate New Key" above to create your first API key.
Usage Example
# Index a repository
curl -X POST https://your-api.onrender.com/api/v1/repositories/index \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "facebook/react"}'
# Search code
curl -X POST https://your-api.onrender.com/api/v1/search \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"query": "useState hook"}'
Search Code
Semantic search across your indexed repositories
Search your code
Enter a natural language query to find relevant code across all your indexed repositories.
Symbol Search
Find functions, classes, and methods by name
Search for symbols
Find functions, classes, and methods by name. Use filters to narrow down results.