Identity
Persistent and verifiable identities to know your agents and their actions
identity.py
01agent = await natural_client.agents.create(
02name="Carrier Payment Agent v2.1",
03customer_party_id="pty_019c...",
04permissions=["payments.create"]
05)
06
07verification = await natural_client.identity.verify(
08agent_id="agt_019c",
09token="ntl_agt_eyJhbG..."
10)
Implement in an afternoon
1We handle the complexity
Natural powers every type of payments workflow. We handle orchestration, ledgering, routing, compliance, risk, credit, and more.
2Predictable by design
Every response is structured, every failure is typed, and every transaction has a traceable audit trail. No surprises in production.
3Built to scale
Whether your agent makes one transaction or one million, the integration doesn't change. Natural scales with you.