What the skill covers
- authentication and account scope
- Contacts and Contact-centered objectives
- communication, retry, Computer, repeating, and one-off Tasks
- Agent configuration, versions, experiments, reporting fields, and metrics
- phone numbers, SIP registration, inbound SIP access, and outbound SIP routing
- organization and Agent onboarding, plus optional reseller and partner account workflows
- reseller Agent templates, feature inheritance, members, API tokens, inbound email, and webhooks
- white-label domains and embedded customer access when those capabilities are enabled
- Computer Agent provisioning and operations
- skills, managed credentials, channels, workspace files, browser automation, memory, and diagnostics
- logs, conversations, and incident investigation
Source and updates
The canonical source is VIDA-Global/vida-skill. Install or reference that repository using the skill mechanism supported by your AI agent. Different agent runtimes use different installation commands, so use the runtime’s documented skill-installation process rather than copying a command intended for another product. Vida-managed Computer Agents receive a managed copy of the skill. Canonical updates are synchronized from the source repository; do not maintain a separate edited copy unless you intentionally want a fork.Required environment
The skill expects:VIDA_API_BASE_URL, normallyhttps://api.vida.devVIDA_API_KEY, containing the authorized Vida API token
How an AI agent should use it
- Load the current skill before operating the Vida API.
- Read the current OpenAPI document for exact request and response schemas.
- Resolve the exact account and configuration identifiers required by the workflow.
- Read current state before making changes.
- Apply the smallest intended change.
- Re-read the affected resource and verify the real capability before reporting completion.