Install via API / SDK

You want to drive assessment, proof, setup and integrations from your own code.

FieldValue
When to useYou want to drive assessment, proof, setup and integrations from your own code.
Required planInstall (or higher for gated capabilities)
Required credentialAn AgenticFy API key, sent as a Bearer token.
Expected statusproduct-grade for the API surface itself; per-capability status follows the truth table.

What AgenticFy reads

  • ·Whatever the endpoint you call reads (assessment, proof, setup, integrations).

What AgenticFy writes

  • ·Only what the endpoint you call writes; gated capabilities require the matching plan.

What AgenticFy never does

  • Never returns a stored token.
  • Never runs a gated capability without the required plan.

Validation

Validate by calling the validation endpoint for the channel you installed through.

Rollback

Rollback uses the channel-specific rollback endpoint.

Common errors

  • ·401: missing or wrong Bearer token.
  • ·402: the workspace plan does not unlock this capability (see the upgrade URL in the error).