Yoroshiku · Agent API v1

Give your agent
secure access to your contacts

Use a dedicated API key from Yoroshiku to let your AI agent search your business cards and tags in read-only mode. You control access and can revoke a key at any time.

Get started in three steps

  1. In the Yoroshiku app, open Settings → Agent API and create a read-only key for the agent.
  2. Copy the full key immediately and save it in the agent's secure credential field as YOROSHIKU_API_KEY. The full key is shown only once.
  3. Paste the installation prompt below. It asks the agent to install and verify the actual Yoroshiku Skill using the platform's supported workflow, then configure the API and make one safe connection check.

Never paste your API key into an ordinary chat, public prompt, Skill file, source code, or shared document. If your agent has no secret manager, follow its product instructions to configure a secure credential. Do not provide the key in ordinary conversation.

Connection details

Only your Yoroshiku API key is required. Do not use a Supabase anon key, service-role key, or database password.

Base URL

https://vlrbxyyujmvkzfeybggt.supabase.co/functions/v1/agent-api/v1

Authentication header

Authorization: Bearer <YOROSHIKU_API_KEY>
Method / PathScopePurpose
GET /cards?limit=25&offset=0cards:readList cards with pagination
GET /cards/{card_id}cards:readRead one card
GET /cards/search?q={query}contacts:searchSearch cards
GET /tags?limit=25&offset=0tags:readList tags
GET /meprofile:readRead your profile

All operations are read-only. Card fields, notes, and tags are included by default; profile access is optional. Pagination defaults to 25 records per page and supports up to 100. Retrieve only the data needed to answer a question.

Install the Skill and connect

Save your API key in the agent's secure credential manager. The prompt will ask the agent to install the actual Skill file.