Application scope for external shared components

Hi!

I have following setup:
1. Coldbox based application
2. API meant to be used bu other applications (database access files,
search results)

The problem is that API components write and read to/from application
scope.
Coldbox create separate scope for application with hash so when I
write application.myKey in reality it transforms into application.
702349CC89B5D167CBBAA8DB3C1AF3C3.myKey
'702349CC89B5D167CBBAA8DB3C1AF3C3' - is a key for my application.

But the problem is that when I instantiate API components from other
applications - all that application data is not accessible.
Is there a way to instantiate external objects so they use Coldfusion
main Application scope and not the one created by Coldbox?

Maybe some ideas to solve the problem in another way?

Thanks,
Leonty