Sign Self Agent Request
sign_self_requestSign an HTTP request with the configured Self agent identity. Returns x-self-agent-* headers for gated APIs. Requires SELF_AGENT_PRIVATE_KEY — fails on hosted MCP without a configured agent key. For Self demo endpoints on Celo mainnet, use ?network=celo-mainnet.
§ Inputs
| Name | Type | Description |
|---|---|---|
methodRequired | string | method |
urlRequired | string | url |
bodyRequired | string | body |
§ Returns
{ headers: { 'x-self-agent-signature', 'x-self-agent-timestamp', … } }§ Try saying
- Sign a GET request to https://api.self.xyz/me as my Self agent.
Use this tool
Once Celina is wired into your MCP client, just ask in plain language. The LLM picks sign_self_request automatically.