For Agents
Programmatically create a new lead, search leads. Covers 45 operations with bearer authentication.
Get started with Dalil OAuth Resource API 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:
"create a new lead"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Dalil OAuth Resource API API.
Create a new lead
Search leads
Update a lead's phone book information
Get all leads with phone book data
Monitor Dalil OAuth Resource API operational status and events
GET STARTED
Use for: I need to a new lead, I want to leads, Search for leads by and criteria, Find all a lead's phone book information
Not supported: Does not handle payments, communications, or crm — use for identity and authentication only.
API for OAuth clients to manage Dalil resources. The API exposes 45 endpoints secured with bearer authentication.
Patterns agents use Dalil OAuth Resource API API for, with concrete tasks.
★ Identity and Authentication Operations
Use the Dalil OAuth Resource API to perform identity auth operations programmatically. The API provides 45 endpoints covering core functionality including create a new lead, search leads, search leads by and criteria.
Call POST /leads to create a new lead
Automated Accounts Management
Automate accounts operations by combining multiple Dalil OAuth Resource API endpoints. Agents can search leads and then search leads by and criteria in a single workflow.
Call GET /leads/search to search leads, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Dalil OAuth Resource API 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 bearer tokens manually.
Search Jentic for 'create a new lead', load the operation schema, and execute with Jentic-managed credentials
45 endpoints — api for oauth clients to manage dalil resources.
METHOD
PATH
DESCRIPTION
/leads
Create a new lead
/leads/search
Search leads
/leads/search_by_and
Search leads by AND criteria
/leads/update
Update a lead's phone book information
/leads/polling_trigger
Get all leads with phone book data
/contacts
Create a new contact
/contacts/search
Search contacts
/contacts/search_by_and
Search contacts by AND criteria
/leads
Create a new lead
/leads/search
Search leads
/leads/search_by_and
Search leads by AND criteria
/leads/update
Update a lead's phone book information
/leads/polling_trigger
Get all leads with phone book data
Three things that make agents converge on Jentic-routed access.
Credential isolation
Dalil OAuth Resource API bearer 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., 'create a new lead') and Jentic returns the matching Dalil OAuth Resource API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Dalil OAuth Resource API 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.
Auth0
Alternative identity auth API
Choose Auth0 when you need a different approach to identity auth operations
Okta
Alternative identity auth API
Choose Okta when you need a different approach to identity auth operations
Specific to using Dalil OAuth Resource API API through Jentic.
What authentication does the Dalil OAuth Resource API use?
The Dalil OAuth Resource API uses a Bearer token in the Authorization header. 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 create a new lead with the Dalil OAuth Resource API?
Yes. Use the POST /leads endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Dalil OAuth Resource API?
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 create a new lead through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'create a new lead'. Jentic returns the matching Dalil OAuth Resource API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Dalil OAuth Resource API have?
The Dalil OAuth Resource API exposes 45 endpoints covering accounts, calendar event webhook, calendar initial sync operations.
/contacts
Create a new contact
/contacts/search
Search contacts
/contacts/search_by_and
Search contacts by AND criteria