Developer Portal

Core Documentation.

Access technical specifications, endpoint formatting, and Python integration examples for our Agentic Swarm frameworks.

Authentication Protocol

All requests must include the Bearer token assigned by your account orchestrator.

import requests
headers = {'Authorization': 'Bearer dbt_key_xyz'}
res = requests.post('https://api.digibulltech.in/v1/agent', headers=headers)