45
/100
prowl
Benchmarked Aug 14, 2026

TamTam

Bot API to interact with TamTam

api platform_profile
Benchmark Your API

Score Breakdown

Latency 6/10
Parseability 6/10
Consistency 5/10
First-Try Success 5/10
Documentation 4/10
Auth Simplicity 4/10
Token Efficiency 4/10
Error Clarity 3/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
{
  "service_type": "platform",
  "base_url": "https://dev.tamtam.chat",
  "auth_method": "token",
  "auth_config": {
    "token_param": "access_token",
    "token_in": "query",
    "header_prefix": "Bearer"
  },
  "endpoints": [
    {
      "path": "/bot",
      "method": "GET",
      "description": "Get current bot info"
    },
    {
      "path": "/updates",
      "method": "GET",
      "description": "Get updates (long polling)"
    },
    {
      "path": "/messages",
      "method": "POST",
      "description": "Send message from bot"
    },
    {
      "path": "/chat/members",
      "method": "GET",
      "description": "Get chat members"
    }
  ],
  "pricing_model": {
    "type": "free",
    "details": {
      "cost": "0",
      "notes": "Free to use for bot development. No pricing page found. Likely free for now."
    }
  },
  "rate_limits": {
    "requests_per_second": 1,
    "notes": "Based on typical bot API limits. Not documented explicitly."
  },
  "capabilities": [
    "Messaging",
    "Bot interaction",
    "Long polling",
    "Chat management",
    "Attachment support",
    "Webhook support (presumably)"
  ],
  "raw_analysis": "TamTam is a messaging platform (primarily used in Russia and CIS) that provides a Bot API. The developer portal at dev.tamtam.chat provides documentation and access to the API. It allows developers to create bots that can send and receive messages, handle updates via long polling or webhooks, manage chat members, and attach media. The platform is mature, with a stable API surface. Authentication is via access token, usually passed as a query parameter (access_token) or with Authorization header (Bearer). The API is free to use, though there may be limits on rate and message size. No official pricing page was found. Integrations are minimal; mostly through HTTP calls. The API is REST-like, with documented endpoints for bot info, updates, messages, and chat members. It is used for building bots for personal or business use. The main user base is in Russia/CIS, so documentation is likely in Russian. Overall, it's a solid platform for bot development on TamTam."
}
Execute

2/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /200720ms
robots_txtGET /robots.txt200156ms
llms_txtGET /llms.txt404148ms
Interpret
```json
{
  "overall": 42,
  "dimensions": {
    "token_efficiency": 4.0,
    "first_try_success": 5.0,
    "response_parseability": 6.0,
    "error_clarity": 3.0,
    "doc_quality": 4.0,
    "auth_simplicity": 4.0,
    "latency": 6.0,
    "consistency": 5.0
  },
  "pricing_normalized": {},
  "issues": [
    "No structured LLM-friendly interface (no /llms.txt) - agents must parse regular HTML docs",
    "Website served in Russian (lang=\"ru\") - English-language documentation and clarity may be limited",
    "No pricing page found - unclear monetization and long-term stability for agent recommendations",
    "Documentation appears to be static Hexo-generated site without dedicated API schema exports",
    "No evidence of webhook documentation or OAuth flows in the top-level response"
  ],
  "recommendations": [
    "Add an /llms.txt or machine-readable API reference (OpenAPI spec) for agent consumption",
    "Provide English language documentation with clear quick-start examples",
    "Create a dedicated pricing page to establish trust for bot developer platforms",
    "Document error codes, rate limits, and authentication methods explicitly",
    "Add example webhook payloads and endpoint response schemas for developer onboarding"
  ]
}
```

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
No

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/tamtam">
  <img src="https://prowl.world/badge/tamtam.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard