Checks whether authored agreement JSON plus deployment values, participant wallet mappings, and observer context are ready for deployment. This does not deploy the agreement.
This endpoint validates the assembled deployment context before any EIP-712 permit is signed. In SDK integrations, preferDocumentation Index
Fetch the complete documentation index at: https://docs.shodai.network/llms.txt
Use this file to discover all available pages before exploring further.
client.validateDeployment(...) before deployAgreementWithPermit(...). Generated API examples document request and response shape; complete deployable agreement JSON lives in /examples/simple and /examples/complex.API key. Send this value in the X-API-Key request header.
Deployment preflight request for authored agreement JSON and its deployment context.
Authored agreement JSON to preflight before deployment.
Deployment values for variables required when the agreement is created.
Participant wallet mappings for participant address variables.
Optional observer email addresses to associate with the agreement record.
Deployment preflight summary.
Agreement metadata templateId or id value, when present.
Participant address variable keys found in the agreement JSON.
Normalized participant wallet mappings.
Normalized observer email addresses.
Deployment values after participant wallet mappings are applied.
Wallet addresses that may contribute to agreement visibility or activity.
Warnings to review before deployment.