Agent Id Proxy

Local credential-injecting HTTP proxy. The agent calls `http://localhost:PORT/<credname>/<upstream-host>/<path>`; the proxy looks up the credential in the vault, validates the host against that credential's allowlist (default-deny), materializes the credential into the appropriate request location, and forwards over real HTTPS. For vault-generated wallet credentials it signs blockchain transactions in-process — Solana `sendTransaction` bodies are ed25519-signed, EVM `eth_sendTransaction` becomes a signed EIP-1559 `eth_sendRawTransaction`. The agent never sees the credential value or private key. Use whenever the agent calls an external service with a vaulted credential, or needs to send a blockchain transaction from a vault-held wallet (payments, trading, x402, transfers).

alien-id 2148d5b 12.2 KB Updated

File contents

alien-id/agent-id/tree/main/plugins/agent-id-proxy/skills/agent-id-proxy commit 2148d5bc97

Frequently asked questions

npx skillmds@latest add alien-id/agent-id-proxy