---
title: "Tamloot Developer Resources"
description: "כל מה שצריך כדי לבנות על Tamloot: API ציבורי לקריאה בלבד, שרת MCP מאובטח ב-OAuth, ומדריך הזדהות אחד שמכסה את שניהם."
canonical: "https://tamloot.cc/he/developers"
---

# Tamloot Developer Resources

> כל מה שצריך כדי לבנות על Tamloot: API ציבורי לקריאה בלבד, שרת MCP מאובטח ב-OAuth, ומדריך הזדהות אחד שמכסה את שניהם.

- Public API base URL: `https://api.tamloot.cc/v1`
- MCP endpoint: `https://mcp.tamloot.cc/mcp`

## Tamloot Public API

API מסוג REST לקריאה בלבד של אנשי הקשר, המפגשים, התמלילים וההערות בחשבון Tamloot. ההזדהות היא באמצעות מפתח API שנוצר תחת הגדרות → API.

- [Tamloot Public API documentation](https://tamloot.cc/he/docs/api)
- [https://api.tamloot.cc/v1](https://api.tamloot.cc/v1)

## Tamloot MCP Server

שרת Model Context Protocol מאובטח ב-OAuth מעל Streamable HTTP, כך ש-Claude, ChatGPT, Cursor ולקוחות MCP אחרים יכולים לקרוא את הנתונים של המשתמש עצמו ב-Tamloot.

- [Tamloot MCP server setup guide](https://tamloot.cc/he/docs/mcp-server)
- [https://mcp.tamloot.cc/mcp](https://mcp.tamloot.cc/mcp)

## Tamloot Agent Authentication

איך סוכן מגלה, נרשם ומשתמש בהרשאה בכל אחד מהמשטחים — מדריך מלא בכתובת ‎/auth.md.

- [Tamloot agent auth guide (/auth.md)](https://tamloot.cc/auth.md)
- [OAuth protected resource metadata](https://mcp.tamloot.cc/.well-known/oauth-protected-resource)

## Machine-readable descriptions

אפשר למשוך את מבנה ה-API בלי לגרד דפים: תיאור OpenAPI 3.1, קטלוג API לפי RFC 9727, ו-llms.txt כאינדקס האתר לסוכנים.

- [Tamloot OpenAPI 3.1 description (/openapi.json)](https://tamloot.cc/openapi.json)
- [Tamloot API catalog (/.well-known/api-catalog)](https://tamloot.cc/.well-known/api-catalog)
- [llms.txt](https://tamloot.cc/llms.txt)
- [Sitemap](https://tamloot.cc/sitemaps/sitemap.xml)

## מגבלות קצב

כל תשובה מ-Tamloot Public API מצהירה על מדיניות הוויסות, כך שלקוח יכול לווסת את עצמו במקום לגלות את התקרה בדרך הקשה. אין RateLimit-Remaining: הוויסות נאכף בקצה, לפני האפליקציה, ולכן אף שרת בודד לא רואה את הסכום הרץ של הקורא.

| כותרת | משמעות | נשלח ב |
| --- | --- | --- |
| `RateLimit-Limit` | מספר הבקשות המותרות בחלון של שנייה | בכל תשובה |
| `RateLimit-Policy` | המדיניות, בפורמט <limit>;w=<שניות> | בכל תשובה |
| `Retry-After` | שניות המתנה לפני ניסיון חוזר | רק ב-429 |

כל דף שמקושר כאן עונה גם ב-markdown. שלחו Accept: text/markdown, או הוסיפו את הנתיב אחרי ‎/md — למשל ‎/md/he/developers.

## Where to look next

- [Home](https://tamloot.cc/he)
- [Pricing](https://tamloot.cc/he/pricing) — also as markdown at [/pricing.md](https://tamloot.cc/pricing.md)
- [Documentation](https://tamloot.cc/he/docs)
- [Developer resources](https://tamloot.cc/he/developers)
- [Public API documentation](https://tamloot.cc/he/docs/api)
- [MCP server setup](https://tamloot.cc/he/docs/mcp-server)
- [Agent auth guide](https://tamloot.cc/auth.md)
- [llms.txt](https://tamloot.cc/llms.txt)
- [OpenAPI description](https://tamloot.cc/openapi.json)
- [API catalog](https://tamloot.cc/.well-known/api-catalog)
- [Sitemap](https://tamloot.cc/sitemaps/sitemap.xml)
