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
- In the Yoroshiku app, open Settings → Agent API and create a read-only key for the agent.
- 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. - 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/v1Authentication header
Authorization: Bearer <YOROSHIKU_API_KEY>| Method / Path | Scope | Purpose |
|---|---|---|
| GET /cards?limit=25&offset=0 | cards:read | List cards with pagination |
| GET /cards/{card_id} | cards:read | Read one card |
| GET /cards/search?q={query} | contacts:search | Search cards |
| GET /tags?limit=25&offset=0 | tags:read | List tags |
| GET /me | profile:read | Read 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.