# .dit integration in DABL

**URL:** https://forum.canton.network/t/dit-integration-in-dabl/729
**Category:** App Development
**Tags:** damlhub
**Created:** [June 25, 2020, 12:39am UTC](https://forum.canton.network/t/dit-integration-in-dabl/729 "2020-06-25T00:39:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Frankie](https://yyz2.discourse-cdn.com/flex034/user_avatar/forum.canton.network/frankie/32/646_2.png) [@Frankie](https://forum.canton.network/u/Frankie)
#### Post date: [June 25, 2020, 12:39am UTC](https://forum.canton.network/t/dit-integration-in-dabl/729/1 "2020-06-25T00:39:04Z")

</div>

Hi there, is there any document in regards to .dit integration on DABL? I tried to look for some and just couldn’t find much. There is some info on page [https://docs.projectdabl.com/quickstart/integrations/#core-integrations](https://docs.projectdabl.com/quickstart/integrations/#core-integrations)

By the look of it, .dit seems like a binary but how can I create one like that and what interface does it expose? Thanks.

---

<div class="post-metadata">

### Author: ![andreolf](https://yyz2.discourse-cdn.com/flex034/user_avatar/forum.canton.network/andreolf/32/491_2.png) [@andreolf](https://forum.canton.network/u/andreolf)
#### Post date: [June 25, 2020, 1:27pm UTC](https://forum.canton.network/t/dit-integration-in-dabl/729/2 "2020-06-25T13:27:44Z")

</div>

Hey @Frankie, CC @Michael_Schaeffer that will answer this one

---

<div class="post-metadata">

### Author: ![Michael\_Schaeffer](https://yyz2.discourse-cdn.com/flex034/user_avatar/forum.canton.network/michael_schaeffer/32/503_2.png) [@Michael\_Schaeffer](https://forum.canton.network/u/Michael_Schaeffer)
#### Post date: [June 25, 2020, 2:53pm UTC](https://forum.canton.network/t/dit-integration-in-dabl/729/3 "2020-06-25T14:53:02Z")

</div>

@Frankie… as you surmise, .dit files contain some amount of executable code, which is used to manage the integration to the external system. This code runs directly in the DABL cluster, so we need to be a little careful about which code we allow to run and how we run it. Because of this, we do not currently have a publicly available DIT file API. (We’re definitely working on it.)

However, in the interim, this is something we can and do support directly. I’ll send you my email in a DM, but if anybody else reading this also has an interest, please drop me a note.

---

<div class="post-metadata">

### Author: ![Frankie](https://yyz2.discourse-cdn.com/flex034/user_avatar/forum.canton.network/frankie/32/646_2.png) [@Frankie](https://forum.canton.network/u/Frankie)
#### Post date: [June 25, 2020, 10:41pm UTC](https://forum.canton.network/t/dit-integration-in-dabl/729/4 "2020-06-25T22:41:40Z")

</div>

Thanks @Michael_Schaeffer. Looking forward to it.
