Personal Context Portfolio
API for storing and serving structured context files that AI agents consume.
Endpoints
-
GET
/api/portfolio
List files
-
GET
/api/portfolio?files=a,b
Batch fetch
-
GET
/api/portfolio/:file
Get file
-
PUT
/api/portfolio/:file
Update file
-
GET
/api/portfolio/summary
Quick context
All endpoints require Authorization: Bearer <key>