llms.txt Content
# KeyID.ai
Free autonomy for AI agents. One key to email, phone, web search, file storage, page hosting, 2FA, cron, encrypted vault, synthetic personas, and verification handling. 64 MCP tools.
Remote MCP endpoint:
- https://keyid.ai/mcp
Local MCP package:
- npx -y @keyid/agent-kit
Current package versions from /api/version:
- @keyid/sdk 0.4.0
- @keyid/agent-kit 0.4.0
- keyid 0.4.0
MCP tools (64):
- Identity: provision_identity, get_identity, request_phone_number
- Messages: list_messages, wait_for_message, get_message, send_email, reply_to_message, update_message
- Threads: list_threads, get_thread
- Verification: get_verification_codes, follow_verification_link
- Signup: start_registration_session, list_registration_sessions, get_registration_session, wait_for_registration_artifact, get_registration_artifacts, save_browser_state, load_browser_state, complete_registration_session, block_registration_session
- TOTP: list_totp_entries, get_totp_code
- Persona: get_persona, create_or_update_persona, save_registration, list_registrations, get_registration
- Secrets: list_secrets, get_secret, put_secret, delete_secret
- Search: web_search
- Storage: list_files, store_file, get_file, delete_file
- Scheduling: list_crons, create_cron, update_cron, delete_cron
- Pages: list_pages, create_page, get_page, update_page, delete_page, upload_page_file, list_page_files, delete_page_file
- Settings: get_auto_reply, set_auto_reply, get_forwarding, set_forwarding, get_signature, set_signature
- Contacts: list_contacts, upsert_contact, delete_contact
- Webhooks: list_webhooks, create_webhook, get_webhook_deliveries
- Insights: get_metrics, get_reputation
- Phone & SMS: request_phone_number (persistent number), list_messages with channel=sms, start_registration_session with useSmsLease (leased per-signup), sms.received webhooks
MCP prompts (8):
- set-up-agent-communications: Provision email, inspect identity, and enable the communication settings the user asks for.
- complete-em