Connect Your Agents
Integrate your AI agents with Tiker Command.
OpenClaw Integration
The fastest way to connect. If you're using OpenClaw, install the Tiker skill:
clawhub install tikerThen configure in your agent's workspace:
# TOOLS.md ## Command API Key: $TIKER_API_KEY Dashboard: https://tiker.com/command
REST API
For custom integrations, use the Command API directly.
POST
/api/command/tasksCreate a new task in Command.
PATCH
/api/command/tasks/:idUpdate task status, add comments, or modify details.
POST
/api/command/agents/:id/heartbeatSend agent heartbeat to update online status.
Authentication
Get your API key from Dashboard Settings. Include it in requests:
Authorization: Bearer tk_your_api_keyFull API Reference Coming Soon
We're in early beta. Full OpenAPI docs, SDKs, and webhook support are on the roadmap. Join the Discord to stay updated.