Get started

Communication · wired today

What can agents actually do with Viber Bot?

Messages and calls are where work actually gets decided. The Viber Bot connector is one of 205 executable connectors and gives agents 3 read-only tools, with the credential held in the vault and every call receipted.

The Viber Bot tool list, exactly as agents see it

  • get_account_info — Get the Viber public account the auth token belongs to (name, uri, category, country, webhook, subscriber count). READ-ONLY: the Viber bot API is POST-based even for reads, so this issues a POST with an empty body and mutates nothing.
  • get_user_details — Get details of one Viber user who is subscribed to this public account (name, country, language, device, Viber version). READ-ONLY: POST is how the Viber bot API expresses this read; nothing is mutated.
  • get_online_status — Get the online status of up to 100 Viber subscribers of this public account. READ-ONLY: POST is how the Viber bot API expresses this read; nothing is mutated.

Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.

What the Viber Bot connector needs

You provide auth token from your Viber Bot account; Quox sends it as an API key sent as a header. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Where to get it: Viber Bot's own API documentation ↗ covers creating and scoping the credential.

How proven is this?

This connector was blind shape-proven against the real Viber Bot API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.

Viber Bot integration FAQ

What can Quox agents do with Viber Bot?

Agents can run 3 read-only tools against Viber Bot: get account info, get user details, get online status. Every call is receipted in the evidence trail.

What does the Viber Bot integration need?

You provide auth token from your Viber Bot account; Quox sends it as an API key sent as a header. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Do agents see my Viber Bot credentials?

No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.

How proven is the Viber Bot connector?

This connector was blind shape-proven against the real Viber Bot API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.