ApiRegistryProjects
Get project
curl -X GET "https://example.com/projects/string/string"{ "project": { "id": "string", "owner_type": "string", "owner_name": "string", "name": "string", "visibility": "string", "description": "string", "latest_published_version": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }}{ "error": { "code": "string", "message": "string" }}Get parsed contract summary GET GET
Parses the project's draft `agent.yaml` and returns a normalized contract overview: top-level field counts, declared tools, and any guardrails. Returns an empty summary when no parseable agent file exists; this endpoint never errors on a missing or unparseable agent.
Update project PATCH PATCH
Next Page