Codafication is a Brisbane, Australia insurtech founded in 2015 by Daniel Sandaver and Drew Butler out of a property claims and repair construction business, building software for the general insurance claims supply chain rather than for underwriting or policy administration. Its three products are Crunchwork, a cloud claims and project management platform that acts as a control tower across insurers, assessors, builders, restorers and trades (tasks and workflow, report writer, quotes and variations, catalog, asset manager, purchase orders, invoices, finance, analytics, vendor manager, zones, tenants and teams, and Pulse); Virtual Assist, a real-time video streaming and virtual assessment tool used for remote triage of property claims; and Unity Cloud, the GraphQL data, extension and integration platform the other two products are built on. Unity Cloud does publish a public developer reference at docs.unitycloud.io - the Unity Platform SDK documentation - covering the Portal SDK (React), the Node.js Unity SDK, the GraphQL client, setQueries and setMutations, GraphQL links and type extensions, public and private REST endpoints served under a tenant Cloud domain, GraphQL-payload webhooks, before/after logic hooks, and the Twilio, SendGrid and Bitly platform services. Authentication is Auth0-backed (SAML 2.0 and Active Directory connections) with tenant-scoped role-based access control, plus Unity API tokens issued from the in-product Developer Portal and pre-shared extension secrets. What is missing is the self-serve layer: no OpenAPI or AsyncAPI definition, no public GraphQL introspection endpoint, no Postman collection, no public npm distribution of the SDKs, no status page and no self-serve signup - access runs through named enterprise engagements. Customers and partners include Insurance Australia Group (IAG, announced December 2025), Suncorp, Urban Utilities and the Australian Building and Construction Group, alongside a Guidewire partnership and SOC 2 Type II certification attained in January 2026. Australia has no live open-insurance obligation - the Consumer Data Right was designated to extend to general insurance and then deferred - so nothing forces this platform to open further than it already has.
Codafication publishes 1 API on the APIs.io network. Tagged areas include Insurance, Australia, Insurtech, Claims, and Claims Management.
The Codafication catalog on APIs.io includes 1 event-driven AsyncAPI specification.
Codafication’s developer surface includes documentation, API reference, getting-started guide, engineering blog, support, authentication, CLI, and 20 more developer resources.
Regulatory Posture applies to this provider. Its tags matched the
Insurance regime, so
Regulatory Posture carries 15 points of the composite.
If this regime is wrong for your business, say so on your
provider repo — the
applicability map is public and we will correct it.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for
this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero:
never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and
several others — scorable at all.
The six quality facets above are damped to 85 points between them,
because the conditional facet above carries the other
15. That is why each facet's contribution is shown against a damped
maximum: raising a quality facet moves the composite by 85% of its nominal
weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/codafication: open an issue to ask a question, or submit a pull request to add artifacts.
Submit an artifact on GitHub — free →Manage your own listing — the Influence plan, $499/mo →
The Unity Cloud (Unity Platform) developer surface, documented publicly at docs.unitycloud.io as the Unity Platform SDK reference. A single GraphQL endpoint collates the schemas...
aid: codafication
url: https://raw.githubusercontent.com/api-evangelist/codafication/refs/heads/main/apis.yml
name: Codafication
kind: company
description: 'Codafication is a Brisbane, Australia insurtech founded in 2015 by Daniel Sandaver and Drew Butler out of a
property claims and repair construction business, building software for the general insurance claims supply chain rather
than for underwriting or policy administration. Its three products are Crunchwork, a cloud claims and project management
platform that acts as a control tower across insurers, assessors, builders, restorers and trades (tasks and workflow, report
writer, quotes and variations, catalog, asset manager, purchase orders, invoices, finance, analytics, vendor manager, zones,
tenants and teams, and Pulse); Virtual Assist, a real-time video streaming and virtual assessment tool used for remote triage
of property claims; and Unity Cloud, the GraphQL data, extension and integration platform the other two products are built
on. Unity Cloud does publish a public developer reference at docs.unitycloud.io - the Unity Platform SDK documentation -
covering the Portal SDK (React), the Node.js Unity SDK, the GraphQL client, setQueries and setMutations, GraphQL links and
type extensions, public and private REST endpoints served under a tenant Cloud domain, GraphQL-payload webhooks, before/after
logic hooks, and the Twilio, SendGrid and Bitly platform services. Authentication is Auth0-backed (SAML 2.0 and Active Directory
connections) with tenant-scoped role-based access control, plus Unity API tokens issued from the in-product Developer Portal
and pre-shared extension secrets. What is missing is the self-serve layer: no OpenAPI or AsyncAPI definition, no public
GraphQL introspection endpoint, no Postman collection, no public npm distribution of the SDKs, no status page and no self-serve
signup - access runs through named enterprise engagements. Customers and partners include Insurance Australia Group (IAG,
announced December 2025), Suncorp, Urban Utilities and the Australian Building and Construction Group, alongside a Guidewire
partnership and SOC 2 Type II certification attained in January 2026. Australia has no live open-insurance obligation -
the Consumer Data Right was designated to extend to general insurance and then deferred - so nothing forces this platform
to open further than it already has.'
deliveryModel:
model: saas
open_source: false
commercial: true
callable_host: false
label: Hosted service · you call their endpoint
confidence: medium
source:
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: unknown
onboarding: self-serve
trial: false
try_now: false
public: false
label: Self-serve signup
confidence: medium
source:
- authentication
- security
- sandbox
generated: '2026-09-02'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- Insurance
- Australia
- Insurtech
- Claims
- Claims Management
- Property and Casualty
- FNOL
- Supply Chain
- GraphQL
- Webhook
- SDK
- Extensions
- Multi-Tenant
- Partner Gated
tags_raw:
- Insurance
- Australia
- Insurtech
- Claims
- Claims Management
- Property and Casualty
- FNOL
- Supply Chain
- GraphQL
- Webhooks
- SDK
- Extensions
- Multi Tenant
- Partner Gated
created: '2026-07-25'
modified: '2026-07-25'
specificationVersion: '0.23'
apis:
- name: Unity Platform API
description: The Unity Cloud (Unity Platform) developer surface, documented publicly at docs.unitycloud.io as the Unity
Platform SDK reference. A single GraphQL endpoint collates the schemas of every installed extension, with strongly typed
where clauses, role-based access control and multi-tenancy applied by default. Extensions written against the Node.js
Unity SDK register GraphQL queries, mutations, links and type extensions, and may additionally serve public and private
REST endpoints under https://<CloudDomain>/graphql/v2/public/<extensionName>/<endpoint> and https://<CloudDomain>/graphql/v2/<extensionName>/<endpoint>.
Events are exposed as webhooks whose payload is a GraphQL query executed at trigger time, and as before/after logic hooks
bound to mutation names. No baseURL is recorded here on purpose - the host is the customer's own tenant Cloud domain,
not a single shared production host, and none was fabricated.
humanURL: https://docs.unitycloud.io/
tags:
- GraphQL
- Webhook
- Insurance
- Claims
- Extensions
- Multi-Tenant
tags_raw:
- GraphQL
- Webhooks
- Insurance
- Claims
- Extensions
- Multi Tenant
properties:
- type: Documentation
url: https://docs.unitycloud.io/
- type: APIReference
url: https://docs.unitycloud.io/
- type: GettingStarted
url: https://docs.unitycloud.io/#prerequisites-setup
- type: Webhooks
url: asyncapi/codafication-unity-webhooks.yml
- type: Authentication
url: authentication/codafication-authentication.yml
- type: Conventions
url: conventions/codafication-conventions.yml
- type: DataModel
url: data-model/codafication-data-model.yml
common:
- type: Website
url: https://codafication.com/
- type: Documentation
url: https://docs.unitycloud.io/
- type: APIReference
url: https://docs.unitycloud.io/
- type: GettingStarted
url: https://docs.unitycloud.io/#prerequisites-setup
- type: Blog
url: https://blog.codafication.com/
- type: BlogRSS
url: https://blog.codafication.com/rss.xml
- type: Support
url: https://support.codafication.com/en/
- type: SupportKnowledgeBase
url: https://support.codafication.com/en/
- type: Contact
url: https://codafication.com/get-in-touch/
- type: TermsOfService
url: https://codafication.com/terms-and-conditions/
- type: PrivacyPolicy
url: https://codafication.com/privacy
- type: GitHubOrganization
url: https://github.com/Codafication
- type: LinkedIn
url: https://www.linkedin.com/company/codafication/
- type: Webhooks
url: asyncapi/codafication-unity-webhooks.yml
- type: Authentication
url: authentication/codafication-authentication.yml
- type: Conventions
url: conventions/codafication-conventions.yml
- type: DataModel
url: data-model/codafication-data-model.yml
- type: Packages
url: packages/codafication-packages.yml
- type: SDKs
url: packages/codafication-packages.yml
- type: CLI
url: cli/codafication-cli.yml
- type: Components
url: components/codafication-components.yml
- type: Sandbox
url: sandbox/codafication-sandbox.yml
- type: Conformance
url: conformance/codafication-conformance.yml
- type: Compliance
url: https://blog.codafication.com/codafication-secures-soc-2-type-ii-certification
- type: Lifecycle
url: lifecycle/codafication-lifecycle.yml
- type: LLMsTxt
url: llms/codafication-llms.txt
- type: DomainSecurity
url: security/codafication-domain-security.yml
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.