How do I verify a company (KYB) in a Python AI agent?
I'm building an agent that onboards new business customers. Before a customer can use the platform, I need to verify the company exists, is registered, and isn't on any sanctions lists. This is essentially a KYB (Know Your Business) check.
What's the simplest way to add this to an agent pipeline without integrating five different APIs?