Install via API / SDK
You want to drive assessment, proof, setup and integrations from your own code.
| Field | Value |
|---|---|
| When to use | You want to drive assessment, proof, setup and integrations from your own code. |
| Required plan | Install (or higher for gated capabilities) |
| Required credential | An AgenticFy API key, sent as a Bearer token. |
| Expected status | product-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).