Project Dependencies
Projects
Project Dependencies
Manage project dependencies
GET
Project Dependencies
Projects can depend on other projects, allowing you to share components and content types across projects. This page covers all dependency management operations.Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
List Dependencies
GET
/app/v1/organizations//projects//dependenciesPath Parameters
Organization ID
Project ID
Response
Add Dependency
POST
/app/v1/organizations//projects//dependenciesRequest Body
ID of the project to depend on
Semantic version of the dependency (e.g., “2.0.0”)
Example Request
Response
Returns the updated Project object with the new dependency added.Error Responses
Dependent Project Not Found
Circular Dependency
Remove Dependency
DELETE
/app/v1/organizations//projects//dependencies/Path Parameters
Organization ID
Project ID
ID of the dependent project to remove