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: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.
- 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
issueCredentialorverifyCredentialcall. See JWKS endpoint setup.