Skip to main content
POST
Bulk Index Repositories
This endpoint allows you to index multiple repositories at once, making them available for Devin to access during sessions. You can index up to 100 repositories in a single request.
Repository indexing is an asynchronous operation. Use the Get Repository Status endpoint to check indexing progress.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Body

application/json
org_id
string
required
repo_names
string[]
required
Required array length: 1 - 100 elements

Response

Successful Response

status
string
default:success