Lite.panteo.ai logo
Lite.panteo.aiAgent Management System
api
Published: December 6, 2025

API-powered data sources for Lite.panteo.ai agents

Connect external APIs as searchable data sources and push structured answers into agent responses and databases.

API-powered data sources for Lite.panteo.ai agents

Instant overview

You can now attach any REST API as a reusable data source. Agents execute the request on demand, reuse the answers in conversation, and persist key fields to your CRM or database without manual copy-paste.

Where it shines

Car marketplaces

  • Pull current listings for a model and show price trends.
  • Example: query {{request}} = "Tesla Model Y 2024" against your inventory API, auto-fill VIN and mileage into the chat reply, then send the same payload into the lead card.

Real-estate portals

  • Fetch last 10 apartments that match a client brief and highlight mortgage-ready options.
  • Example: {{request}} = "2-bedroom, Moscow City" returns structured JSON; the agent extracts price, floor, and contact link for the buyer.

E-commerce catalogs

  • Search thousands of SKUs in supplier APIs and surface availability plus ETA.
  • Example: connect a wholesaler API, so queries like "gaming laptop RTX 4070" produce spec tables and push the SKU into the order form.

How to connect it in the UI

  1. Create a data source in Dashboard → Data Sources → Add Source. Pick Basic API.
  2. Describe the request:
    • URL template: include {{request}} placeholder, e.g. https://api.example.com/search?q={{request}}.
    • Headers template: add Authorization: Bearer {{token}} when you want to reuse the stored secret.
    • Request body: for POST APIs, paste JSON with {{request}}/{{token}} placeholders.
  3. Model the response:
    • Provide the JSON Schema so the agent knows the shape.
    • Set Pick field to the unique identifier (e.g. id or vin).
  4. Test the API with the built-in runner. Use a sample query like “electric SUV under $40k”.
  5. Attach to an agent:
    • Open the agent → Form fields → add a field named cars(source) (replace cars with your source name).
    • Select the new data source. The agent now calls it automatically when it needs that context.
  6. Send data to your systems by enabling integrations (Bitrix24, email, Telegram). The response fields flow into those triggers exactly as they appear in the schema.

With this release the marketing team gets shareable articles, SEO-ready pages, and the product team gets a repeatable way to add more APIs without engineering bottlenecks.

Related articles