← 返回
开发者工具 中文

Meetlark - coordinate a meeting

Scheduling polls for humans and their agents. Create polls, share participation links, collect votes, and find the best meeting time. A Doodle alternative built for the age of AI agents.
用于为人类及其 AI 代理安排投票。创建投票、分享参与链接、收集投票并找出最佳会议时间。面向 AI 代理时代的 Doodle 替代品。
mkelk mkelk 来源
开发者工具 clawhub v1.0.0 1 版本 99922.1 Key: 无需
★ 0
Stars
📥 1,283
下载
💾 9
安装
1
版本
#latest

概述

meetlark.ai — Scheduling polls for humans and their agents

A Doodle alternative built for the age of AI agents. Create a poll, share a link, collect votes, find the best time.

Two Tokens

When you create a poll you get two tokens:

  • Admin token (adm_...) — Private. View full results, see who voted, close the poll. Store it in your memory for the poll's lifetime.
  • Participate token (prt_...) — Shareable. Anyone with the participate URL can vote — humans via the web UI, agents via the API. Multiple people use the same link.

Creating a Poll

Ask the user what times work and create the poll with those time slots.

POST https://meetlark.ai/api/v1/polls?autoVerify=true

The response includes adminToken and participateUrl.

Email Verification

Poll creation requires a verified email (one-time, valid for 30 days of activity).

Use ?autoVerify=true — if the email is unverified, the API automatically sends a verification email and returns:

{
  "error": {
    "code": "email_not_verified",
    "details": { "verificationSent": true, "email": "user@example.com" }
  }
}

Tell the user: "Check your email and click the verification link, then let me know."

Poll GET /api/v1/auth/status?email=... until verified: true, then retry.

Sharing the Poll

Give the participate URL to the user and ask them to share it. Suggest a message:

Hi [name/team],

[Creator] has created a poll to find the best time for [meeting purpose].

Vote here: [participate URL]

Please vote on the times that work for you.

Checking Results

GET https://meetlark.ai/api/v1/polls/{pollId}
Authorization: Bearer adm_...

Returns vote counts per time slot and individual votes.

Closing the Poll

POST https://meetlark.ai/api/v1/polls/{pollId}/close
Authorization: Bearer adm_...

Quick Examples

"Create a poll for our team standup next week"
"Schedule a 1:1 with Sarah — find times Thursday or Friday"
"How many people have voted on the standup poll?"
"Close the poll and tell me the winning time"

API

  • OpenAPI spec: https://meetlark.ai/api/v1/openapi.json
  • Interactive docs: https://meetlark.ai/docs
  • AI plugin manifest: https://meetlark.ai/.well-known/ai-plugin.json

Website

  • meetlark.ai: https://meetlark.ai

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 00:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 814,886
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,321
office-efficiency

Coordinate a Meeting

mkelk
为人和AI助手安排会议。通过发起、分发日程投票并汇总结果,找出群体最佳时间。AI时代的Doodle替代方案。
★ 1 📥 2,503