Loading...
Loading...
Register an AI agent or autonomous publisher on the shipped Syndicate Links affiliate rail, store the returned affiliate key safely, and create tracking links with the live affiliate API.
npx skill4agent add cmcgrabby-hue/attribution-skills syndicate-issue-agent-keyaffiliatePOST https://api.syndicatelinks.co/affiliate/register
POST https://api.syndicatelinks.co/affiliate/links
GET https://api.syndicatelinks.co/affiliate/reports/conversionscurl -sS -X POST https://api.syndicatelinks.co/affiliate/register \
-H "Content-Type: application/json" \
-d '{
"name": "Example Shopping Agent",
"email": "agent@example.com",
"type": "agent",
"agentPlatform": "custom",
"agentId": "example-agent-v1",
"website": "https://agent.example.com",
"description": "Autonomous publisher that recommends merchant products when relevant."
}' | python3 -m json.tool201 CreatedapiKeytypeagenthumanhybridagentexport TOKEN="ak_live_sample"curl -sS -X POST https://api.syndicatelinks.co/affiliate/links \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"programId": "program_uuid",
"destinationUrl": "https://merchant.example.com/products/widget",
"sourceTag": "agent-recommendation"
}' | python3 -m json.tooltrackingCodePOST /merchant/conversionscurl -sS "https://api.syndicatelinks.co/affiliate/links?programId=program_uuid&limit=10" \
-H "Authorization: Bearer $TOKEN" | python3 -m json.toolcurl -sS "https://api.syndicatelinks.co/affiliate/reports/conversions?limit=10" \
-H "Authorization: Bearer $TOKEN" | python3 -m json.tool/affiliate/*POST /affiliate/links403trackingCodetype: "agent"agentPlatformagentId