Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Integração Talktelecom TSP, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fswaggerhub.tsp7%2Fintegrao-talktelecom-tsp" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fswaggerhub.tsp7%2Fintegrao-talktelecom-tsp" | 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 Integração Talktelecom TSP API.
detalhesDividaParelado
geraNegociacao
adicionaHistorico
valoresNegociação
Monitor Integração Talktelecom TSP operational status and events
GET STARTED
Patterns agents use Integração Talktelecom TSP API for, with concrete tasks.
★ Developer Tools Operations
Use the Integração Talktelecom TSP to perform developer tools operations programmatically. The API provides 5 endpoints covering core functionality including detalhesdividaparelado, geranegociacao, geranegociacaoparcelada.
Call GET /detalhes_divida_parcelado/{id_contrato}/{qntd_parcelas}/{valor_entrada} to detalhesdividaparelado
Automated Dados Management
Automate dados operations by combining multiple Integração Talktelecom TSP endpoints. Agents can geranegociacao and then geranegociacaoparcelada in a single workflow.
Call GET /gera_acordo/{opcao}/{id_contrato} to geranegociacao, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Integração Talktelecom TSP 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 none tokens manually.
Search Jentic for 'detalhesdividaparelado', load the operation schema, and execute with Jentic-managed credentials
5 endpoints — esta é a documentação disponibilizada para utilização da talktelecom , para obtenção de dados , geração de acordos e inclusão de históricos.
METHOD
PATH
DESCRIPTION
/detalhes_divida_parcelado/{id_contrato}/{qntd_parcelas}/{valor_entrada}
detalhesDividaParelado
/gera_acordo/{opcao}/{id_contrato}
geraNegociacao
/gera_negociacao_parcelado/{id_contrato}/{qntd_parcelas}/{valor_entrada}
geraNegociacaoParcelada
/historico/{id_contrato}/{id_ocorrencia}/{observacao}/{telefone}
adicionaHistorico
/valores_negociacao/{contrato}
valoresNegociação
/detalhes_divida_parcelado/{id_contrato}/{qntd_parcelas}/{valor_entrada}
detalhesDividaParelado
/gera_acordo/{opcao}/{id_contrato}
geraNegociacao
/gera_negociacao_parcelado/{id_contrato}/{qntd_parcelas}/{valor_entrada}
geraNegociacaoParcelada
/historico/{id_contrato}/{id_ocorrencia}/{observacao}/{telefone}
adicionaHistorico
/valores_negociacao/{contrato}
valoresNegociação
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the Talktelecom TSP integration by hand means pointing at its tsprecuperadora.com.br host and building your own retries across the negotiation and agreement endpoints, even though it exposes no auth scheme. Through Jentic you install once, import this API from the API Directory, store the connection details once, and your agent calls it.
Permission scoping
This API puts the contract id in the URL path (/gera_acordo/{opcao}/{id_contrato}), so a rule can pin your agent to one contract: it can read that contract's negotiation values and generate its agreements and nothing else. Because you pick the allowed operations, the agent only runs the negotiation calls you authorize.
Credential isolation
Any connection details for the Talktelecom TSP integration are stored once, encrypted, by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.
Intent-based discovery
Agents search Jentic by intent such as 'get negotiation values for a contract' or 'generate an installment agreement', and Jentic returns the matching operation with its input schema so the agent calls the right endpoint without browsing the reference docs.
Alternatives and complements available in the Jentic catalogue.
Github
Alternative developer tools API
Choose Github when you need a different approach to developer tools operations
Specific to using Integração Talktelecom TSP API through Jentic.
What authentication does the Integração Talktelecom TSP use?
The Integração Talktelecom TSP uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.
Can I detalhesdividaparelado with the Integração Talktelecom TSP?
Yes. Use the GET /detalhes_divida_parcelado/{id_contrato}/{qntd_parcelas}/{valor_entrada} endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Integração Talktelecom TSP?
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 detalhesdividaparelado through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'detalhesdividaparelado'. Jentic returns the matching Integração Talktelecom TSP operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the Integração Talktelecom TSP have?
The Integração Talktelecom TSP exposes 5 endpoints covering dados, negociação, histórico operations.
Can I limit what my agent is allowed to do with the Integração Talktelecom TSP?
Yes. Jentic One is self-hosted, so your own rules decide which operations and credentials the agent may use with the Integração Talktelecom TSP. Because the contract id sits in the URL path, such as GET /gera_acordo/{opcao}/{id_contrato}, you can pin the agent to a single contract and allow only the calls you choose, for example reading negotiation values with GET /valores_negociacao/{contrato} while blocking agreement generation. Any operation you do not authorize stays off limits.
Know of an official OpenAPI document? Contribute it →
For Agents
Programmatically detalhesdividaparelado, geranegociacao. Covers 5 operations.
Use for: I need to detalhesdividaparelado, I want to geranegociacao, Search for geranegociacaoparcelada, Find all adicionahistorico
Not supported: Does not handle payments, communications, or crm - use for developer tools only.
Esta é a documentação disponibilizada para utilização da Talktelecom , para obtenção de dados , geração de acordos e inclusão de históricos. The API exposes 5 endpoints.