productlane
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name PRODUCTLANE_TOKEN or zero doctor check-connector --url https://productlane.com/api/v1/workspaces --method GET
Workspaces
Get Workspace
Retrieve workspace information. Replace <workspace-id> with the actual workspace ID:
curl -s "https://productlane.com/api/v1/workspaces/<workspace-id>" --header "Authorization: Bearer $PRODUCTLANE_TOKEN"