For Agents
Programmatically all 'agents' with detailed data, all 'owners' with detailed data. Covers 14 operations.
Get started with Agreement Integration in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"all 'agents' with detailed data"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Agreement Integration API.
All 'Agents' with detailed data
Manage crm data programmatically
Integrate Agreement Integration into automated workflows
Query and filter Agreement Integration records by parameters
Monitor Agreement Integration operational status and events
GET STARTED
Use for: I need to all 'agents' with detailed data, I want to all 'owners' with detailed data, Search for all 'properties' with detailed data, Find all all 'tenancies' with detailed data
Not supported: Does not handle payments, communications, or developer tools — use for crm only.
Jentic publishes the only available OpenAPI specification for Agreement Integration, keeping it validated and agent-ready.
<p>The 'Agreement' integration focuses on allowing 3rd party systems to sync contacts / properties from Palace and create new 'Owners', 'Properties', 'Tenancies' and 'Sub-Tenants'. It also allows for sending official 'Agreements' back to Palace as a file document (PDF Recommended).<br><br>The 'Agreement Integration' area does NOT require an upgrade from a 'Standard' API account to a 'Premium' API . The API exposes 14 endpoints.
Patterns agents use Agreement Integration API for, with concrete tasks.
★ CRM Operations
Use the Agreement Integration to perform crm operations programmatically. The API provides 14 endpoints covering core functionality including all 'agents' with detailed data, all 'owners' with detailed data, all 'properties' with detailed data.
Call GET /v2ViewAllDetailedAgent/JSON to all 'agents' with detailed data
Automated developers Management
Automate developers operations by combining multiple Agreement Integration endpoints. Agents can all 'owners' with detailed data and then all 'properties' with detailed data in a single workflow.
Call GET /v2ViewAllDetailedOwner/JSON to all 'owners' with detailed data, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Agreement Integration endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.
Search Jentic for 'all 'agents' with detailed data', load the operation schema, and execute with Jentic-managed credentials
14 endpoints — <p>the 'agreement' integration focuses on allowing 3rd party systems to sync contacts / properties from palace and create new 'owners', 'properties', 'tenancies' and 'sub-tenants'.
METHOD
PATH
DESCRIPTION
/v2ViewAllDetailedAgent/JSON
All 'Agents' with detailed data
/v2ViewAllDetailedOwner/JSON
All 'Owners' with detailed data
/v2ViewAllDetailedProperty/JSON
All 'Properties' with detailed data
/v2ViewAllDetailedTenancy/JSON
All 'Tenancies' with detailed data
/v2ViewAllDetailedSupplier/JSON
All 'Suppliers' with detailed data
/v2ViewAllExpense/JSON
All 'Expenses' with Description
/v2ViewAllDetailedDiaryGroup/JSON
All 'Diary Groups' with Description
/v2AvailableProperties/JSON
All current available properties with detailed data
/v2ViewAllDetailedAgent/JSON
All 'Agents' with detailed data
/v2ViewAllDetailedOwner/JSON
All 'Owners' with detailed data
/v2ViewAllDetailedProperty/JSON
All 'Properties' with detailed data
/v2ViewAllDetailedTenancy/JSON
All 'Tenancies' with detailed data
/v2ViewAllDetailedSupplier/JSON
All 'Suppliers' with detailed data
Three things that make agents converge on Jentic-routed access.
Credential isolation
Agreement Integration none credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'all 'agents' with detailed data') and Jentic returns the matching Agreement Integration operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Agreement Integration integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Hubspot
Alternative crm API
Choose Hubspot when you need a different approach to crm operations
Salesforce
Alternative crm API
Choose Salesforce when you need a different approach to crm operations
Pipedrive
Complementary crm API
Choose Pipedrive when you need a complementary approach to crm operations
Zoho
Complementary crm API
Choose Zoho when you need a complementary approach to crm operations
Specific to using Agreement Integration API through Jentic.
What authentication does the Agreement Integration use?
The Agreement Integration uses no authentication. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I all 'agents' with detailed data with the Agreement Integration?
Yes. Use the GET /v2ViewAllDetailedAgent/JSON endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Agreement Integration?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I all 'agents' with detailed data through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'all 'agents' with detailed data'. Jentic returns the matching Agreement Integration operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Agreement Integration have?
The Agreement Integration exposes 14 endpoints covering developers operations.
/v2ViewAllExpense/JSON
All 'Expenses' with Description
/v2ViewAllDetailedDiaryGroup/JSON
All 'Diary Groups' with Description
/v2AvailableProperties/JSON
All current available properties with detailed data