For Agents
Programmatically create replica, list replicas. Covers 8 operations with apiKey authentication.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Tavus Developer API Collection, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Tavus Developer API Collection API.
Create Replica
List Replicas
Get Replica
Delete Replica
Rename Replica
GET STARTED
Use for: I need to replica, I want to replicas, Search for replica, Find all replica
Not supported: Does not handle payments, communications, or crm — use for education only.
Jentic publishes the only available OpenAPI document for Tavus Developer API Collection, keeping it validated and agent-ready.
We're an AI video research company making personalized video possible at scale. Generate videos of yourself, and never record again! Available via web app & developer APIs. The API exposes 8 endpoints secured with apiKey authentication.
Generate Video
Patterns agents use Tavus Developer API Collection API for, with concrete tasks.
★ Education Operations
Use the Tavus Developer API Collection to perform education operations programmatically. The API provides 8 endpoints covering core functionality including create replica, list replicas, get replica.
Call POST /v2/replicas to create replica
Automated Replicas Management
Automate replicas operations by combining multiple Tavus Developer API Collection endpoints. Agents can list replicas and then get replica in a single workflow.
Call GET /v2/replicas to list replicas, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Tavus Developer API Collection endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey tokens manually.
Search Jentic for 'create replica', load the operation schema, and execute with Jentic-managed credentials
8 endpoints — we're an ai video research company making personalized video possible at scale.
METHOD
PATH
DESCRIPTION
/v2/replicas
Create Replica
/v2/replicas
List Replicas
/v2/replicas/{replica_id}
Get Replica
/v2/replicas/{replica_id}
Delete Replica
/v2/replicas/{replica_id}/name
Rename Replica
/v2/videos
Generate Video
/v2/videos/{video_id}
Delete Video
/v2/videos/{video_id}/name
Rename Video
/v2/replicas
Create Replica
/v2/replicas
List Replicas
/v2/replicas/{replica_id}
Get Replica
/v2/replicas/{replica_id}
Delete Replica
/v2/replicas/{replica_id}/name
Rename Replica
Three things that make agents converge on Jentic-routed access.
Credential isolation
Tavus Developer API Collection apiKey credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'create replica') and Jentic returns the matching Tavus Developer API Collection operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Tavus Developer API Collection integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Schoology
Alternative education API
Choose Schoology when you need a different approach to education operations
Stripe
Complementary API for broader integration workflows
Use alongside Tavus Developer API Collection for multi-service workflows
Twilio
Complementary API for broader integration workflows
Use alongside Tavus Developer API Collection for multi-service workflows
Specific to using Tavus Developer API Collection API through Jentic.
What authentication does the Tavus Developer API Collection use?
The Tavus Developer API Collection uses an API key passed in the `x-api-key` header. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I create replica with the Tavus Developer API Collection?
Yes. Use the POST /v2/replicas endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Tavus Developer API Collection?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I create replica through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'create replica'. Jentic returns the matching Tavus Developer API Collection operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Tavus Developer API Collection have?
The Tavus Developer API Collection exposes 8 endpoints covering replicas, videos operations.
/v2/videos
Generate Video
/v2/videos/{video_id}
Delete Video
/v2/videos/{video_id}/name
Rename Video