Install
Initialize
Create an agent
Start a client handshake
Verify on the server
Broker credentials
Errors
| Code | Meaning | Action |
|---|---|---|
OAS_INVALID_LINEAGE | The DID proof chain is invalid or expired. | Recreate the agent or rotate the parent proof. |
OAAP_HANDSHAKE_REJECTED | The peer rejected the handshake challenge. | Confirm audience, nonce, and clock skew. |
ACT_SCOPE_DENIED | Requested capability is not allowed by policy. | Ask for a narrower scope or update Arsenal policy. |
BROKER_CREDENTIAL_UNAVAILABLE | Arsenal cannot resolve a provider credential. | Check provider binding and broker health. |
Testing
Quickstart
Build the first working agent flow.
Server middleware
Add OpenAgent verification to an existing API.