Documentation Index
Fetch the complete documentation index at: https://docs.trygroundai.com/llms.txt
Use this file to discover all available pages before exploring further.
Global packages API
Prefix: /packages
Public catalog
No API key required.
GET /packages/global
GET /packages/global/{package_id}
Query params for list: ecosystem, query, skip, limit (max 100).
Tenant links (authenticated)
POST /packages/add
GET /packages/my-packages
DELETE /packages/my-packages/{link_id}
POST /packages/add body:
{
"ecosystem": "npm",
"name": "express",
"version": "4.18.2"
}
Creates or reuses the global package, starts indexing for your tenant, and returns the link record.
curl https://api.trygroundai.com/packages/global?ecosystem=npm&limit=20