{"slug":"nylas","name":"Nylas","owner":null,"repo":null,"category":"agent-comms","lang":"","blurb":"Email, calendar, and contacts API — plus Agent Accounts that give an AI agent its own real inbox and calendar in one API call.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Email, calendar, and contacts API — plus Agent Accounts that give an AI agent its own real inbox and calendar in one API call.","website":"https://www.nylas.com","docs_url":"https://developer.nylas.com","signup_url":"","pricing_model":"freemium","pricing_note":"Free tier: 3 Agent Accounts + 3,000 emails/mo; Full Platform from $15/mo (20 agent accounts, then $0.20 each)","auth_type":"api-key","agent_signup":"programmatic-api","agent_signup_note":"Agent Accounts: Nylas-managed inboxes + calendars are provisioned for an agent in a single API call (custom domains, IMAP/SMTP) so agents send, receive, and schedule like any participant. The initial project API key is still created in the dashboard by a human.","mcp_server":"","sdks":["Node","Python","Ruby","Java/Kotlin","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"from nylas import Client\\n\\nnylas = Client(api_key=\\\"YOUR_API_KEY\\\")\\n\\nnylas.messages.send(\\n    identifier=\\\"AGENT_GRANT_ID\\\",\\n    request_body={\\n        \\\"to\\\": [{\\\"email\\\": \\\"user@example.com\\\"}],\\n        \\\"subject\\\": \\\"Hello\\\",\\n        \\\"body\\\": \\\"Sent from an agent inbox\\\",\\n    },\\n)\"}","tags":["email","calendar","agent-accounts","agent-native"],"useCases":[],"codeSample":{"lang":"python","code":"from nylas import Client\n\nnylas = Client(api_key=\"YOUR_API_KEY\")\n\nnylas.messages.send(\n    identifier=\"AGENT_GRANT_ID\",\n    request_body={\n        \"to\": [{\"email\": \"user@example.com\"}],\n        \"subject\": \"Hello\",\n        \"body\": \"Sent from an agent inbox\",\n    },\n)"},"oneLiner":"Email, calendar, and contacts API — plus Agent Accounts that give an AI agent its own real inbox and calendar in one API call.","docsUrl":"https://developer.nylas.com","signupUrl":"","pricingModel":"freemium","pricingNote":"Free tier: 3 Agent Accounts + 3,000 emails/mo; Full Platform from $15/mo (20 agent accounts, then $0.20 each)","authType":"api-key","agentSignup":"programmatic-api","agentSignupNote":"Agent Accounts: Nylas-managed inboxes + calendars are provisioned for an agent in a single API call (custom domains, IMAP/SMTP) so agents send, receive, and schedule like any participant. The initial project API key is still created in the dashboard by a human.","mcpServer":""}