Clix Agent
api.clix.so
· Clix
AI Agent for Clix - Send push notifications, manage campaigns, and track user events
api.clix.so via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 66/100
C-grade: usable but has clear conformance issues — review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://api.clix.so/.well-known/agent-card.json |
| Provider | https://api.clix.so |
Skills · 4 declared · mapped to canonical taxonomy
Send push notifications to specific devices, users, or project users
Trigger an existing campaign to broadcast or target specific users
Create a new user or update user properties in a project
Track custom events for users and devices
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.clix.so) [](https://agenstry.com/agents/api.clix.so) [](https://agenstry.com/agents/api.clix.so) [](https://agenstry.com/agents/api.clix.so)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Clix Agent",
"description": "AI Agent for Clix - Send push notifications, manage campaigns, and track user events",
"url": "https://api.clix.so/a2a",
"provider": {
"organization": "Clix",
"url": "https://api.clix.so"
},
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": true,
"stateTransitionHistory": true
},
"securitySchemes": {
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "X-API-Key",
"description": "Secret API key for A2A authentication"
}
},
"security": [
{
"apiKey": []
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "send-push-notification",
"name": "Send Push Notification",
"description": "Send push notifications to specific devices, users, or project users",
"tags": [
"push",
"notification",
"messaging"
],
"examples": [
"Send a push notification to device abc123 with title 'Hello' and body 'World'",
"Notify user john@example.com about their order"
],
"inputModes": [],
"outputModes": [],
"security": []
},
{
"id": "trigger-campaign",
"name": "Trigger Campaign",
"description": "Trigger an existing campaign to broadcast or target specific users",
"tags": [
"campaign",
"marketing",
"automation"
],
"examples": [
"Trigger campaign 'summer-sale' for all users",
"Activate campaign id 550e8400 for user userId123"
],
"inputModes": [],
"outputModes": [],
"security": []
},
{
"id": "create-user",
"name": "Create or Update User",
"description": "Create a new user or update user properties in a project",
"tags": [
"user",
"crm",
"profile"
],
"examples": [
"Create user with project_user_id 'user123' and properties name='John'"
],
"inputModes": [],
"outputModes": [],
"security": []
},
{
"id": "track-event",
"name": "Track User Event",
"description": "Track custom events for users and devices",
"tags": [
"event",
"analytics",
"tracking"
],
"examples": [
"Track 'purchase' event for user user123 with amount=99.99"
],
"inputModes": [],
"outputModes": [],
"security": []
}
],
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://api.clix.so/a2a",
"transport": "JSONRPC"
}
],
"protocolVersion": "0.3.0",
"supportsAuthenticatedExtendedCard": true
}