Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moca.network/llms.txt

Use this file to discover all available pages before exploring further.

To get started, you’ll need to head to the Developer Dashboard to obtain a Partner ID and fill in some information about your app. Depending on what your app supports, you’ll be using the information:
  • Partner ID — your unique ID used throughout AIR Kit
  • Issuer DID — used for credentials issuance
  • Verifier DID — used for credentials verification
  • JWKS URL — a public HTTPS endpoint that publishes your Partner JWT signing key. Required before any issueCredential or verifyCredential call. See JWKS endpoint setup.
Partner ID, Issuer DID, Verifier DID, and JWKS URL are all configured in the same Dashboard → Account → General Settings panel. Set up all four before integrating the SDK — credential SDK operations will fail until your JWKS URL is live, public over HTTPS, and registered in the dashboard. To learn more about the Developer Dashboard’s settings, head to the AIR Kit Dashboard page.