Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/projects/{id}
Get details of a specific project.
curl https://api.shipyardprotocol.com/api/projects/proj_m1n2o3
{ "project": { "id": "proj_m1n2o3", "name": "my-project", "description": "A decentralized data pipeline", "status": "active", "token_symbol": "PIPE", "repo_url": "https://github.com/shipyards/my-project", "created_at": "2026-03-29T12:00:00.000Z" } }